/* ═══════════════════════════════════════════════════════════
   SMART HOSPITALITY SOLUTION PAGE
   page-sol-hospitality.css
   Accent: Rose/Crimson #e11d48  ·  Premium, luxury hospitality
════════════════════════════════════════════════════════════ */

:root {
  --sh-rose:   #e11d48;
  --sh-teal:   #00C2A8;
  --sh-red:    #ef4444;
  --sh-amber:  #f59e0b;
  --sh-green:  #10b981;
  --sh-blue:   #3b82f6;
  --sh-purple: #8b5cf6;
}

/* ═══ HERO ═══ */
.sh-hero { background: #fff; padding: 120px 0 64px; position: relative; overflow: hidden; }
.sh-hero__dots {
  position: absolute; inset: 0; pointer-events: none;
  background-image: radial-gradient(circle, rgba(225,29,72,.05) 1px, transparent 1px);
  background-size: 26px 26px;
}
.sh-hero__glow {
  position: absolute; pointer-events: none;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(225,29,72,.07) 0%, transparent 70%);
  top: -120px; right: -80px;
}
.sh-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.sh-hero__left { display: flex; flex-direction: column; gap: 0; }

.sh-bc { display: flex; align-items: center; gap: 5px; font-family: var(--font-heading); font-size: .72rem; color: var(--color-slate); margin-bottom: 14px; }
.sh-bc a { color: var(--color-slate); text-decoration: none; }
.sh-bc a:hover { color: var(--color-navy); }
.sh-bc i { font-size: .52rem; color: #cbd5e1; }
.sh-bc span { color: var(--color-navy); font-weight: 600; }

.sh-tags { display: flex; gap: 7px; flex-wrap: wrap; margin-bottom: 16px; }
.sh-tag { display: inline-flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 100px; border: 1px solid; font-family: var(--font-heading); font-size: .7rem; font-weight: 700; }
.sh-tag--rose { background: rgba(225,29,72,.08); border-color: rgba(225,29,72,.28); color: var(--sh-rose); }
.sh-tag--red  { background: rgba(239,68,68,.08); border-color: rgba(239,68,68,.25);  color: var(--sh-red); }
.sh-tag--navy { background: rgba(14,42,94,.05);  border-color: rgba(14,42,94,.14);   color: var(--color-navy); }

.sh-h1 { font-family: var(--font-heading); font-size: clamp(1.9rem,3vw,2.8rem); font-weight: 900; line-height: 1.1; letter-spacing: -.02em; color: var(--color-navy); margin: 0 0 14px; }
.sh-h1 em { font-style: normal; color: var(--sh-rose); }
.sh-desc { font-size: .88rem; line-height: 1.75; color: var(--color-slate); max-width: 440px; margin: 0 0 20px; }

.sh-stats { display: flex; align-items: center; background: var(--color-off-white); border: 1px solid var(--color-border); border-radius: 10px; overflow: hidden; margin-bottom: 24px; }
.sh-stat { flex: 1; text-align: center; padding: 11px 6px; display: flex; flex-direction: column; gap: 2px; }
.sh-stat strong { font-family: var(--font-heading); font-size: 1rem; font-weight: 900; color: var(--sh-rose); line-height: 1; }
.sh-stat span   { font-family: var(--font-heading); font-size: .6rem; color: var(--color-slate); }
.sh-stat__sep   { width: 1px; height: 24px; background: var(--color-border); flex-shrink: 0; }

.sh-ctas { display: flex; gap: 10px; flex-wrap: wrap; }
.sh-btn-primary { background: var(--sh-rose) !important; color: white !important; border-color: var(--sh-rose) !important; }
.sh-btn-primary:hover { background: #be123c !important; border-color: #be123c !important; box-shadow: 0 8px 24px rgba(225,29,72,.35) !important; transform: translateY(-2px); }

/* ── Hero card ── */
.sh-hero__right { position: relative; }
.sh-card { background: #fff; border: 1px solid var(--color-border); border-radius: 14px; overflow: hidden; box-shadow: 0 16px 48px rgba(225,29,72,.09), 0 2px 8px rgba(0,0,0,.04); max-width: 520px; margin-left: auto; }

.sh-card__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: var(--color-off-white); border-bottom: 1px solid var(--color-border); }
.sh-card__dots { display: flex; gap: 4px; }
.sh-card__dots span { width: 9px; height: 9px; border-radius: 50%; background: var(--color-border); }
.sh-card__title { font-family: var(--font-heading); font-size: .74rem; font-weight: 600; color: var(--color-charcoal); flex: 1; display: flex; align-items: center; gap: 7px; }
.sh-card__title i { color: var(--sh-rose); }
.sh-card__live { margin-left: auto; display: flex; align-items: center; gap: 5px; font-family: var(--font-heading); font-size: .66rem; font-weight: 700; color: var(--sh-green); }
.sh-card__live span { width: 6px; height: 6px; border-radius: 50%; background: var(--sh-green); animation: livePulse 1.4s ease-in-out infinite; }

.sh-card__kpis { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--color-border); }
.sh-kpi { background: #fff; padding: 10px 6px; text-align: center; }
.sh-kpi strong { display: block; font-family: var(--font-heading); font-size: .9rem; font-weight: 900; line-height: 1; }
.sh-kpi strong small { font-size: .54rem; font-weight: 600; opacity: .7; }
.sh-kpi span { font-family: var(--font-heading); font-size: .58rem; color: var(--color-slate); }
.sh-kpi--rose  strong { color: var(--sh-rose); }
.sh-kpi--green strong { color: var(--sh-green); }
.sh-kpi--amber strong { color: var(--sh-amber); }
.sh-kpi--teal  strong { color: var(--sh-teal); }

.sh-card__areas { display: flex; flex-direction: column; }
.sh-area { display: flex; align-items: center; gap: 10px; padding: 9px 14px; border-bottom: 1px solid var(--color-border); transition: background var(--transition); }
.sh-area:hover { background: var(--color-off-white); }
.sh-area--ok    { border-left: 3px solid var(--sh-green); }
.sh-area--alert { border-left: 3px solid var(--sh-red); }
.sh-area--warn  { border-left: 3px solid var(--sh-amber); }

.sh-area__dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.sh-dot--green { background: var(--sh-green); }
.sh-dot--red   { background: var(--sh-red); animation: livePulse 1.2s infinite; }
.sh-dot--amber { background: var(--sh-amber); }

.sh-area__info { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.sh-area__info strong { font-family: var(--font-heading); font-size: .77rem; font-weight: 700; color: var(--color-navy); }
.sh-area__info span   { font-family: var(--font-heading); font-size: .66rem; color: var(--color-slate); }

.sh-area__badge { flex-shrink: 0; padding: 2px 8px; border-radius: 100px; font-family: var(--font-heading); font-size: .6rem; font-weight: 800; }
.sh-badge--green { background: rgba(16,185,129,.08); color: var(--sh-green); border: 1px solid rgba(16,185,129,.2); }
.sh-badge--red   { background: rgba(239,68,68,.08);  color: var(--sh-red);   border: 1px solid rgba(239,68,68,.2); }
.sh-badge--amber { background: rgba(245,158,11,.08); color: var(--sh-amber); border: 1px solid rgba(245,158,11,.2); }

.sh-card__alert { display: flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(225,29,72,.04); border-top: 1px solid rgba(225,29,72,.14); font-family: var(--font-heading); font-size: .71rem; color: var(--color-slate); }
.sh-card__alert strong { color: var(--color-navy); }
.sh-alert-icon { color: var(--sh-rose); flex-shrink: 0; }
.sh-card__alert-badge { margin-left: auto; flex-shrink: 0; padding: 2px 9px; border-radius: 100px; background: rgba(225,29,72,.1); color: var(--sh-rose); font-size: .62rem; font-weight: 800; border: 1px solid rgba(225,29,72,.25); }

.sh-card__footer { display: flex; align-items: center; gap: 14px; padding: 7px 14px; background: var(--color-off-white); border-top: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .67rem; }
.sh-card__footer span { display: flex; align-items: center; gap: 5px; }
.sh-fi--green { color: var(--sh-green); }
.sh-fi--red   { color: var(--sh-red); }
.sh-fi--rose  { color: var(--sh-rose); }

.sh-badge { position: absolute; bottom: -14px; left: 16px; display: flex; align-items: center; gap: 9px; background: #fff; border-radius: 10px; padding: 8px 14px; box-shadow: 0 8px 28px rgba(0,0,0,.12); border: 1px solid var(--color-border); animation: floatBob 3s ease-in-out infinite; }
.sh-badge__icon { color: var(--sh-teal); font-size: 1rem; }
.sh-badge div   { display: flex; flex-direction: column; gap: 1px; }
.sh-badge strong { font-family: var(--font-heading); font-size: .9rem; font-weight: 900; color: var(--color-navy); line-height: 1; }
.sh-badge span   { font-family: var(--font-heading); font-size: .62rem; color: var(--color-slate); }

/* ═══ MONITOR GRID ═══ */
.sh-monitor-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 14px; }
.sh-mon-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 20px 12px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-xl); transition: all var(--transition); }
.sh-mon-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--sh-rose); }
.sh-mon-icon { width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.sh-mon-icon svg { width: 40px; height: 40px; }
.sh-mon-icon--rose   { background: rgba(225,29,72,.08); }
.sh-mon-icon--teal   { background: rgba(0,194,168,.08); }
.sh-mon-icon--blue   { background: rgba(59,130,246,.08); }
.sh-mon-icon--red    { background: rgba(239,68,68,.08); }
.sh-mon-icon--amber  { background: rgba(245,158,11,.08); }
.sh-mon-icon--green  { background: rgba(16,185,129,.08); }
.sh-mon-card strong { font-family: var(--font-heading); font-size: .8rem; font-weight: 700; color: var(--color-navy); }
.sh-mon-card span   { font-family: var(--font-heading); font-size: .66rem; color: var(--color-slate); line-height: 1.4; }

/* ═══ FEATURE ROWS ═══ */
.sh-rows { background: #fff; }
.sh-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; padding-block: 56px; border-bottom: 1px solid var(--color-border); }
.sh-row:last-child { border-bottom: none; }
.sh-row--flip .sh-row__text   { order: 2; }
.sh-row--flip .sh-row__visual { order: 1; }

.sh-row__icon { width: 52px; height: 52px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 14px; }
.sh-row-icon--rose { background: rgba(225,29,72,.1);  color: var(--sh-rose); }
.sh-row-icon--red  { background: rgba(239,68,68,.08); color: var(--sh-red); }
.sh-row-icon--teal { background: rgba(0,194,168,.1);  color: var(--sh-teal); }

.sh-row__text h3 { font-size: 1.4rem; font-weight: 800; color: var(--color-navy); margin-bottom: 10px; line-height: 1.2; }
.sh-row__text p  { font-size: .88rem; line-height: 1.75; color: var(--color-slate); margin-bottom: 16px; }

.sh-points { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.sh-points li { display: flex; align-items: center; gap: 9px; font-family: var(--font-heading); font-size: .8rem; color: var(--color-charcoal); }
.sh-points i { font-size: .72rem; flex-shrink: 0; color: var(--sh-rose); }
.sh-points--red  i { color: var(--sh-red); }
.sh-points--teal i { color: var(--sh-teal); }

.sh-visual-card { background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-xl); overflow: hidden; box-shadow: 0 12px 40px rgba(225,29,72,.07), 0 2px 8px rgba(0,0,0,.04); }
.sh-vc-bar { display: flex; align-items: center; gap: 9px; padding: 11px 16px; background: var(--color-off-white); border-bottom: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .78rem; font-weight: 600; color: var(--color-charcoal); }
.sh-live-dot { margin-left: auto; display: flex; align-items: center; gap: 5px; font-family: var(--font-heading); font-size: .68rem; font-weight: 700; color: var(--sh-green); }
.sh-live-dot span { width: 6px; height: 6px; border-radius: 50%; background: var(--sh-green); animation: livePulse 1.4s ease-in-out infinite; }

/* Room grid */
.sh-floor-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; padding: 12px 14px; }
.sh-room { border: 1px solid var(--color-border); border-radius: 6px; padding: 7px 6px; text-align: center; background: rgba(16,185,129,.04); transition: all var(--transition); }
.sh-room--fault  { background: rgba(239,68,68,.06); border-color: rgba(239,68,68,.3); }
.sh-room--vacant { background: rgba(148,163,184,.04); border-color: rgba(148,163,184,.2); }
.sh-room__no   { font-family: var(--font-heading); font-size: .68rem; font-weight: 700; color: var(--color-navy); }
.sh-room--fault  .sh-room__no { color: var(--sh-red); }
.sh-room--vacant .sh-room__no { color: var(--color-slate); }
.sh-room__temp { font-family: var(--font-heading); font-size: .76rem; font-weight: 900; color: var(--sh-green); line-height: 1; margin-top: 2px; }
.sh-room--fault  .sh-room__temp { color: var(--sh-red); }
.sh-room--vacant .sh-room__temp { color: var(--color-slate); }
.sh-room__ind { width: 6px; height: 6px; border-radius: 50%; background: var(--sh-green); margin: 4px auto 0; }
.sh-room--fault  .sh-room__ind { background: var(--sh-red); animation: livePulse 1.2s infinite; }
.sh-room--vacant .sh-room__ind { background: #cbd5e1; }

.sh-floor-legend { display: flex; align-items: center; gap: 14px; padding: 6px 14px; border-top: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .66rem; color: var(--color-slate); }
.sh-leg { display: flex; align-items: center; gap: 5px; }
.sh-leg span { width: 8px; height: 8px; border-radius: 2px; }
.sh-leg--ok    span { background: rgba(16,185,129,.2); border: 1px solid rgba(16,185,129,.4); }
.sh-leg--fault span { background: rgba(239,68,68,.2); border: 1px solid rgba(239,68,68,.4); }
.sh-leg--vacant span { background: rgba(148,163,184,.2); border: 1px solid rgba(148,163,184,.4); }

.sh-fault-note { display: flex; align-items: flex-start; gap: 8px; padding: 8px 14px; background: rgba(239,68,68,.04); border-top: 1px solid rgba(239,68,68,.12); font-family: var(--font-heading); font-size: .69rem; color: var(--color-slate); }

/* Alarm comparison */
.sh-alarm-compare { display: grid; grid-template-columns: 1fr 44px 1fr; }
.sh-alarm-col { display: flex; flex-direction: column; }
.sh-alarm-raw { background: #fafafa; border-right: 1px solid var(--color-border); }
.sh-alarm-header { display: flex; align-items: center; justify-content: space-between; padding: 7px 12px; background: var(--color-off-white); border-bottom: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .7rem; color: var(--color-slate); }
.sh-alarm-header strong { font-size: .8rem; font-weight: 900; }
.sh-c-red  { color: var(--sh-red); }
.sh-c-rose { color: var(--sh-rose); }

.sh-raw-list { padding: 6px 10px; display: flex; flex-direction: column; gap: 3px; }
.sh-raw-item { font-family: 'Courier New', monospace; font-size: .58rem; color: rgba(239,68,68,.75); padding: 2px 4px; background: rgba(239,68,68,.04); border-radius: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sh-raw-fade { color: var(--color-slate); background: transparent; font-style: italic; }

.sh-alarm-arrow { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; background: var(--color-off-white); font-family: var(--font-heading); font-size: .55rem; color: var(--color-slate); font-weight: 700; border-right: 1px solid var(--color-border); }
.sh-alarm-arrow i { color: var(--sh-rose); font-size: .9rem; }

.sh-gov-list { padding: 6px 10px; display: flex; flex-direction: column; gap: 5px; }
.sh-gov-item { padding: 5px 7px; border-radius: 6px; display: flex; flex-direction: column; gap: 2px; border-left: 2px solid; }
.sh-gov--crit { background: rgba(239,68,68,.05);  border-color: var(--sh-red); }
.sh-gov--warn { background: rgba(245,158,11,.05); border-color: var(--sh-amber); }
.sh-gov--info { background: rgba(225,29,72,.04);  border-color: var(--sh-rose); }
.sh-gov-sev { font-family: var(--font-heading); font-size: .57rem; font-weight: 800; letter-spacing: .04em; }
.sh-gov--crit .sh-gov-sev { color: var(--sh-red); }
.sh-gov--warn .sh-gov-sev { color: var(--sh-amber); }
.sh-gov--info .sh-gov-sev { color: var(--sh-rose); }
.sh-gov-item span:nth-child(2) { font-family: var(--font-heading); font-size: .7rem; font-weight: 600; color: var(--color-navy); }
.sh-gov-root { font-family: var(--font-heading); font-size: .61rem; color: var(--color-slate); }

.sh-suppressed { display: flex; align-items: center; gap: 8px; padding: 8px 14px; background: rgba(225,29,72,.04); border-top: 1px solid rgba(225,29,72,.12); font-family: var(--font-heading); font-size: .72rem; color: var(--color-slate); }
.sh-suppressed strong { color: var(--color-navy); }

/* Energy KPIs */
.sh-energy-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--color-border); }
.sh-ekpi { background: #fff; padding: 12px 10px; text-align: center; display: flex; flex-direction: column; gap: 3px; }
.sh-ekpi strong { font-family: var(--font-heading); font-size: 1.05rem; font-weight: 900; line-height: 1; }
.sh-ekpi span { font-family: var(--font-heading); font-size: .62rem; color: var(--color-slate); }

/* Area energy bars */
.sh-area-energy { padding: 10px 16px; }
.sh-ae-title { font-family: var(--font-heading); font-size: .67rem; color: var(--color-slate); margin-bottom: 8px; }
.sh-ae-row { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-family: var(--font-heading); font-size: .68rem; }
.sh-ae-name { min-width: 120px; color: var(--color-slate); font-size: .65rem; }
.sh-ae-bar  { flex: 1; height: 6px; background: #f1f5f9; border-radius: 3px; overflow: hidden; }
.sh-ae-bar div { height: 100%; border-radius: 3px; }
.sh-ae-val  { min-width: 56px; text-align: right; font-weight: 600; color: var(--color-navy); }

/* Compliance */
.sh-compliance-row { display: flex; gap: 8px; padding: 8px 16px; border-top: 1px solid var(--color-border); }
.sh-comp-badge { display: flex; align-items: center; gap: 5px; padding: 5px 12px; border-radius: 100px; background: rgba(16,185,129,.08); border: 1px solid rgba(16,185,129,.2); font-family: var(--font-heading); font-size: .7rem; font-weight: 700; color: #065f46; }

/* Visual footer */
.sh-vc-footer { display: flex; align-items: center; gap: 14px; padding: 8px 16px; background: var(--color-off-white); border-top: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .69rem; color: var(--color-slate); flex-wrap: wrap; }
.sh-vc-footer span { display: flex; align-items: center; gap: 5px; }

/* ═══ SECTORS ═══ */
.sh-sectors-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.sh-sector-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 22px 14px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-xl); transition: all var(--transition); }
.sh-sector-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.sh-sector-icon { width: 46px; height: 46px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1rem; }
.sh-sector-card strong { font-family: var(--font-heading); font-size: .8rem; font-weight: 700; color: var(--color-navy); }
.sh-sector-card span   { font-family: var(--font-heading); font-size: .68rem; font-weight: 600; }

/* ═══ METRICS ═══ */
.sh-metrics { background: var(--sh-rose); padding-block: 48px; }
.sh-metrics__grid { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.sh-metric { flex: 1; min-width: 110px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 5px; }
.sh-metric > i    { font-size: 1.2rem; color: rgba(255,255,255,.7); margin-bottom: 2px; }
.sh-metric strong { font-family: var(--font-heading); font-size: 1.4rem; font-weight: 900; color: #fff; line-height: 1; }
.sh-metric span   { font-family: var(--font-heading); font-size: .7rem; color: rgba(255,255,255,.8); font-weight: 500; }

/* ═══ PRODUCTS ═══ */
.sh-prods-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.sh-prod { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--color-border); border-radius: var(--radius-xl); text-decoration: none; transition: all var(--transition); }
.sh-prod:hover { border-color: var(--sh-rose); box-shadow: 0 8px 24px rgba(225,29,72,.12); transform: translateX(4px); }
.sh-prod__icon { width: 46px; height: 46px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.sh-prod__body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.sh-prod__body em     { font-style: normal; font-family: var(--font-heading); font-size: .6rem; font-weight: 700; letter-spacing: .06em; color: var(--color-slate); text-transform: uppercase; }
.sh-prod__body strong { font-size: .88rem; font-weight: 700; color: var(--color-navy); }
.sh-prod__body span   { font-size: .76rem; color: var(--color-slate); }
.sh-prod__arr { font-size: .8rem; flex-shrink: 0; opacity: 0; transition: all var(--transition); }
.sh-prod:hover .sh-prod__arr { opacity: 1; transform: translateX(3px); }

/* ═══ CTA ═══ */
.sh-cta { background: #fff; }
.sh-cta__inner { background: linear-gradient(135deg, rgba(225,29,72,.04) 0%, rgba(225,29,72,.01) 100%); border: 1px solid rgba(225,29,72,.15); border-radius: var(--radius-xl); padding: 56px; text-align: center; }
.sh-cta__icon { width: 68px; height: 68px; border-radius: 50%; background: rgba(225,29,72,.1); color: var(--sh-rose); font-size: 1.4rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.sh-cta__inner h2 { font-size: 1.8rem; font-weight: 800; color: var(--color-navy); margin-bottom: 10px; line-height: 1.2; }
.sh-cta__inner p  { font-size: .9rem; color: var(--color-slate); max-width: 520px; margin: 0 auto 24px; line-height: 1.7; }
.sh-cta__btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.sh-eyebrow { color: var(--sh-rose) !important; }

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1200px) { .sh-monitor-grid { grid-template-columns: repeat(3,1fr); } .sh-sectors-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 1024px) {
  .sh-hero__grid  { grid-template-columns: 1fr; }
  .sh-hero__right { display: none; }
  .sh-row { grid-template-columns: 1fr; }
  .sh-row--flip .sh-row__text, .sh-row--flip .sh-row__visual { order: unset; }
  .sh-prods-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .sh-monitor-grid { grid-template-columns: repeat(2,1fr); }
  .sh-sectors-grid { grid-template-columns: repeat(2,1fr); }
  .sh-floor-grid   { grid-template-columns: repeat(3,1fr); }
  .sh-cta__inner   { padding: 32px 20px; }
  .sh-metrics__grid { justify-content: center; }
  .sh-alarm-compare { grid-template-columns: 1fr; }
  .sh-alarm-arrow   { display: none; }
}

/* ═══ ADDITIONS — Offline Resilience & PMS Integration ═══ */

/* Purple bullet variant */
.sh-points--purple i { color: #8b5cf6; }

/* Row 4 icon */
.sh-row-icon--purple { background: rgba(139,92,246,.1); color: #8b5cf6; }

/* Room-wise energy table */
.sh-roomwise { padding: 10px 16px; border-top: 1px solid var(--color-border); }
.sh-rw-title { font-family: var(--font-heading); font-size: .67rem; color: var(--color-slate); margin-bottom: 6px; }
.sh-rw-grid  { display: flex; flex-direction: column; gap: 0; border: 1px solid var(--color-border); border-radius: 6px; overflow: hidden; }
.sh-rw-head  { display: grid; grid-template-columns: 1fr 1.2fr 1fr; padding: 5px 10px; background: var(--color-off-white); border-bottom: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .62rem; font-weight: 700; color: var(--color-slate); letter-spacing: .04em; }
.sh-rw-row   { display: grid; grid-template-columns: 1fr 1.2fr 1fr; padding: 5px 10px; border-bottom: 1px solid var(--color-border); font-family: var(--font-heading); font-size: .69rem; }
.sh-rw-row span:first-child { font-weight: 700; color: var(--color-navy); }
.sh-rw-row span:nth-child(2){ color: var(--color-charcoal); }
.sh-rw-ok  { color: #10b981; font-weight: 700; }
.sh-rw-hi  { color: #ef4444; font-weight: 700; }
.sh-rw-more { background: rgba(0,0,0,.015); }
.sh-rw-more span { grid-column: 1/-1; color: var(--color-slate); font-size: .65rem; font-style: italic; }

/* PMS strip in energy card */
.sh-pms-strip {
  display: flex; align-items: center; gap: 9px;
  padding: 8px 16px;
  background: rgba(124,58,237,.04);
  border-top: 1px solid rgba(124,58,237,.12);
  font-family: var(--font-heading); font-size: .71rem; color: var(--color-slate);
}
.sh-pms-strip strong { color: var(--color-navy); }
.sh-pms-badge {
  margin-left: auto; flex-shrink: 0;
  padding: 2px 9px; border-radius: 100px;
  background: rgba(139,92,246,.1); color: #8b5cf6;
  font-size: .62rem; font-weight: 800;
  border: 1px solid rgba(139,92,246,.25);
}

/* Resilience grid */
.sh-resilience-grid {
  display: flex; flex-direction: column; gap: 0;
  border-bottom: 1px solid var(--color-border);
}
.sh-res-card {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-bottom: 1px solid var(--color-border);
  transition: background var(--transition);
}
.sh-res-card:last-child { border-bottom: none; }
.sh-res-card:hover { background: var(--color-off-white); }
.sh-res-icon {
  width: 32px; height: 32px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; flex-shrink: 0;
}
.sh-res-body { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.sh-res-body strong { font-family: var(--font-heading); font-size: .76rem; font-weight: 700; color: var(--color-navy); }
.sh-res-body span   { font-family: var(--font-heading); font-size: .65rem; color: var(--color-slate); }
.sh-res-badge {
  flex-shrink: 0; padding: 2px 9px; border-radius: 100px;
  font-family: var(--font-heading); font-size: .6rem; font-weight: 800;
}
.sh-res-badge--ok { background: rgba(16,185,129,.08); color: #10b981; border: 1px solid rgba(16,185,129,.2); }

/* Offline flow diagram */
.sh-offline-demo { padding: 12px 16px; border-bottom: 1px solid var(--color-border); }
.sh-offline-title { font-family: var(--font-heading); font-size: .67rem; color: var(--color-slate); margin-bottom: 10px; }
.sh-offline-steps {
  display: flex; align-items: center; justify-content: space-between;
}
.sh-os-step { display: flex; flex-direction: column; align-items: center; gap: 5px; flex: 0 0 auto; }
.sh-os-icon {
  width: 36px; height: 36px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem;
}
.sh-os-icon--red    { background: rgba(239,68,68,.1);  color: #ef4444; }
.sh-os-icon--amber  { background: rgba(245,158,11,.1); color: #f59e0b; }
.sh-os-icon--purple { background: rgba(139,92,246,.1); color: #8b5cf6; }
.sh-os-icon--green  { background: rgba(16,185,129,.1); color: #10b981; }
.sh-os-label {
  font-family: var(--font-heading); font-size: .66rem; font-weight: 700;
  color: var(--color-navy); text-align: center;
  display: flex; flex-direction: column; gap: 1px;
}
.sh-os-label span { font-size: .58rem; color: var(--color-slate); font-weight: 400; }
.sh-os-line {
  flex: 1; height: 2px;
  background: linear-gradient(90deg, #e2e8f0, #8b5cf6, #e2e8f0);
  margin: 0 4px; margin-bottom: 20px;
  opacity: .5;
}

/* PMS sync strip in Row 4 card */
.sh-pms-sync-strip {
  display: flex; align-items: center; gap: 18px;
  padding: 9px 16px; border-bottom: 1px solid var(--color-border);
  background: rgba(124,58,237,.03);
  font-family: var(--font-heading); font-size: .7rem;
}
.sh-pss-item { display: flex; align-items: center; gap: 6px; color: var(--color-charcoal); }
.sh-pss-item i { font-size: .8rem; }
