
.mt-auto { margin-top: auto; }
.mb-12 { margin-bottom: 1.2rem; }

:root {
  --sh-font-heading: 'Oswald', sans-serif;
  --sh-font-body: 'Poppins', sans-serif;
  --sh-font-mono: ui-monospace, monospace;
  --sh-bg: #ffffff;
  --sh-bg-off: #f4f6fb;
  --sh-ink: #07080f;
  --sh-ink-muted: #5c6080;
  --sh-ink-faint: #9ca0b5;
  --sh-border: #e0e3f0;
  --sh-border-mid: #c4c8db;
  --sh-indigo: #4338ca;
  --sh-violet: #7c3aed;
  --sh-cyan: #0891b2;
  --sh-emerald: #059669;
  --sh-amber: #d97706;
  --sh-blue: #1d4ed8;
  --sh-electric: #6366f1;
  --sh-teal: #0d9488;
  --sh-rose: #e11d48;
}
.smart-home-page { box-sizing: border-box; background: var(--sh-bg); color: var(--sh-ink); font-family: var(--sh-font-body); font-weight: 300; line-height: 1.7; overflow-x: hidden; margin: 0; padding: 0; }
.smart-home-page *, .smart-home-page *::before, .smart-home-page *::after { box-sizing: border-box; }

.reveal { opacity: 1; transform: none; }
.smart-home-page .js-loaded .reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.65s cubic-bezier(.22,.68,0,1.1), transform 0.65s cubic-bezier(.22,.68,0,1.1); }
.smart-home-page .js-loaded .reveal.in { opacity: 1; transform: translateY(0); }

.smart-home-page .mono-label { font-family: var(--sh-font-mono); font-size: 0.68rem; letter-spacing: 0.12em; color: var(--sh-electric); text-transform: uppercase; display: flex; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
.smart-home-page .mono-label::before { content: ''; display: inline-block; width: 24px; height: 1px; background: var(--sh-electric); flex-shrink: 0; }
.smart-home-page .section-heading { font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; line-height: 1.06; color: var(--sh-ink); margin-bottom: 1rem; }
.smart-home-page .section-heading .hl { background: linear-gradient(120deg, var(--sh-indigo) 0%, var(--sh-electric) 50%, var(--sh-violet) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.smart-home-page .section-sub { font-size: 0.95rem; color: var(--sh-ink-muted); line-height: 1.8; max-width: 52ch; }
.smart-home-page .h-rule { width: 100%; height: 1px; background: var(--sh-border); border: none; margin: 0; }

.smart-home-page .bi-indigo { background: rgba(67,56,202,0.09); border: 1px solid rgba(67,56,202,0.2); color: var(--sh-indigo); }
.smart-home-page .bi-violet { background: rgba(124,58,237,0.09); border: 1px solid rgba(124,58,237,0.2); color: var(--sh-violet); }
.smart-home-page .bi-cyan { background: rgba(8,145,178,0.09); border: 1px solid rgba(8,145,178,0.2); color: var(--sh-cyan); }
.smart-home-page .bi-em { background: rgba(5,150,105,0.09); border: 1px solid rgba(5,150,105,0.2); color: var(--sh-emerald); }
.smart-home-page .bi-amber { background: rgba(217,119,6,0.09); border: 1px solid rgba(217,119,6,0.2); color: var(--sh-amber); }
.smart-home-page .bi-blue { background: rgba(29,78,216,0.09); border: 1px solid rgba(29,78,216,0.2); color: var(--sh-blue); }
.smart-home-page .bi-teal { background: rgba(13,148,136,0.09); border: 1px solid rgba(13,148,136,0.2); color: var(--sh-teal); }
.smart-home-page .bi-rose { background: rgba(225,29,72,0.09); border: 1px solid rgba(225,29,72,0.2); color: var(--sh-rose); }
.smart-home-page .bi-elec { background: rgba(99,102,241,0.09); border: 1px solid rgba(99,102,241,0.2); color: var(--sh-electric); }

.smart-home-page .hero { position: relative; min-height: 90vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 9rem 5vw 6rem; overflow: hidden; text-align: center; }
.smart-home-page .hero__bg { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 8% 50%, rgba(67,56,202,0.18) 0%, transparent 65%), radial-gradient(ellipse 50% 65% at 90% 25%, rgba(124,58,237,0.16) 0%, transparent 65%), radial-gradient(ellipse 45% 55% at 50% 98%, rgba(8,145,178,0.12) 0%, transparent 60%), linear-gradient(155deg, #040610 0%, #07091a 40%, #050812 70%, #030610 100%); }
.smart-home-page .hero__orb { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.smart-home-page .orb-1 { width: 660px; height: 580px; background: radial-gradient(circle, rgba(67,56,202,0.18), transparent 70%); top: -100px; left: -110px; animation: orb-float 16s ease-in-out infinite; }
.smart-home-page .orb-2 { width: 700px; height: 540px; background: radial-gradient(circle, rgba(124,58,237,0.16), transparent 70%); top: -60px; right: -140px; animation: orb-float 19s ease-in-out infinite reverse; }
.smart-home-page .orb-3 { width: 440px; height: 440px; background: radial-gradient(circle, rgba(8,145,178,0.13), transparent 70%); bottom: -80px; left: 44%; animation: orb-float 13s ease-in-out infinite 5s; }
@keyframes orb-float { 0%,100%{transform:translate(0,0) scale(1);}33%{transform:translate(24px,-18px) scale(1.04);}66%{transform:translate(-16px,12px) scale(0.97);} }
.smart-home-page .hero__canvas { position: absolute; inset: 0; z-index: 0; opacity: 0.4; }
.smart-home-page .hero__grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.016) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.016) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 90% 100% at 50% 0%, black 20%, transparent 100%); }
.smart-home-page .hero__lines { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.smart-home-page .hero__lines::before,
.smart-home-page .hero__lines::after { content: ''; position: absolute; width: 1px; height: 210px; background: linear-gradient(to bottom, transparent, rgba(99,102,241,0.6), transparent); }
.smart-home-page .hero__lines::before { left: 20%; top: 16%; animation: line-pulse 5.5s ease-in-out infinite; }
.smart-home-page .hero__lines::after { right: 19%; top: 26%; animation: line-pulse 5.5s ease-in-out infinite 2.75s; }
@keyframes line-pulse { 0%,100%{opacity:0.25;transform:scaleY(1);}50%{opacity:0.85;transform:scaleY(1.45);} }

.smart-home-page .hero__tokens { position: absolute; left: 2vw; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 0.45rem; z-index: 1; pointer-events: none; }
.smart-home-page .hero__token { font-family: var(--sh-font-mono); font-size: 0.56rem; letter-spacing: 0.08em; color: rgba(99,102,241,0.7); padding: 0.15rem 0.5rem; border: 1px solid rgba(99,102,241,0.2); border-radius: 2px; background: rgba(99,102,241,0.06); animation: token-fade 4s ease-in-out infinite; white-space: nowrap; }
.smart-home-page .hero__token:nth-child(2){animation-delay:0.5s;color:rgba(124,58,237,0.7);border-color:rgba(124,58,237,0.2);background:rgba(124,58,237,0.06);}
.smart-home-page .hero__token:nth-child(3){animation-delay:1s;color:rgba(8,145,178,0.7);border-color:rgba(8,145,178,0.2);background:rgba(8,145,178,0.06);}
.smart-home-page .hero__token:nth-child(4){animation-delay:1.5s;color:rgba(5,150,105,0.65);border-color:rgba(5,150,105,0.2);background:rgba(5,150,105,0.06);}
.smart-home-page .hero__token:nth-child(5){animation-delay:2s;color:rgba(99,102,241,0.7);}
.smart-home-page .hero__token:nth-child(6){animation-delay:2.5s;color:rgba(124,58,237,0.7);border-color:rgba(124,58,237,0.2);background:rgba(124,58,237,0.06);}
.smart-home-page .hero__token:nth-child(7){animation-delay:3s;color:rgba(8,145,178,0.7);border-color:rgba(8,145,178,0.2);background:rgba(8,145,178,0.06);}
@keyframes token-fade { 0%,100%{opacity:0.4;}50%{opacity:1;} }

.smart-home-page .hero__metrics { position: absolute; right: 2vw; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 0.6rem; z-index: 1; pointer-events: none; align-items: flex-end; }
.smart-home-page .hero__metric { font-family: var(--sh-font-mono); font-size: 0.58rem; letter-spacing: 0.07em; color: rgba(255,255,255,0.25); display: flex; align-items: center; gap: 0.5rem; animation: metric-pulse 5s ease-in-out infinite; white-space: nowrap; }
.smart-home-page .hero__metric-val { color: rgba(99,102,241,0.9); font-size: 0.72rem; }
.smart-home-page .hero__metric-val.green { color: rgba(52,211,153,0.9); }
.smart-home-page .hero__metric:nth-child(2){animation-delay:0.9s;}
.smart-home-page .hero__metric:nth-child(3){animation-delay:1.8s;}
.smart-home-page .hero__metric:nth-child(4){animation-delay:2.7s;}
.smart-home-page .hero__metric:nth-child(5){animation-delay:3.6s;}
.smart-home-page .hero__metric:nth-child(6){animation-delay:4.5s;}
@keyframes metric-pulse { 0%,100%{opacity:0.5;}50%{opacity:1;} }

.smart-home-page .hero__content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 1.4rem; max-width: 900px; }
.smart-home-page .hero__eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--sh-font-body); font-size: 0.7rem; font-weight: 500; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); border: 1px solid rgba(255,255,255,0.1); padding: 0.35rem 1rem; border-radius: 100px; background: rgba(255,255,255,0.04); backdrop-filter: blur(8px); }
.smart-home-page .hero__eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(135deg, var(--sh-electric), var(--sh-violet)); animation: eyebrow-blink 2s ease-in-out infinite; }
@keyframes eyebrow-blink { 0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.7);} }
.smart-home-page .hero__title { color: #fff; }
.smart-home-page .hero__title .g { background: linear-gradient(135deg, #c7d2fe 0%, #a5b4fc 40%, #818cf8 70%, #c4b5fd 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.smart-home-page .hero__sub { font-family: var(--sh-font-body); font-size: 1.05rem; font-weight: 300; color: rgba(255,255,255,0.5); max-width: 60ch; line-height: 1.8; }
.smart-home-page .hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; }
.smart-home-page .hero__badges { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: center; }
.smart-home-page .proto-badge { font-family: var(--sh-font-mono); font-size: 0.58rem; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.35); border: 1px solid rgba(255,255,255,0.09); padding: 0.22rem 0.65rem; border-radius: 2px; background: rgba(255,255,255,0.03); transition: color 0.2s, border-color 0.2s; }
.smart-home-page .proto-badge:hover { color: rgba(165,180,252,0.9); border-color: rgba(99,102,241,0.35); }
.smart-home-page .proto-badge.live { color: rgba(52,211,153,0.8); border-color: rgba(52,211,153,0.2); background: rgba(52,211,153,0.05); }
.smart-home-page .proto-badge.live::before { content: ''; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #34d399; margin-right: 5px; animation: lblink 1.8s ease-in-out infinite; }
@keyframes lblink { 0%,100%{opacity:1;}50%{opacity:0.25;} }
.smart-home-page .btn-grad { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--sh-font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: #fff; text-decoration: none; padding: 0.85rem 2rem; border-radius: 6px; background: linear-gradient(135deg, var(--sh-indigo), var(--sh-violet)); position: relative; overflow: hidden; transition: transform 0.15s; }
.smart-home-page .btn-grad::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--sh-violet), var(--sh-electric)); opacity: 0; transition: opacity 0.3s; }
.smart-home-page .btn-grad span { position: relative; z-index: 1; }
.smart-home-page .btn-grad:hover::before { opacity: 1; }
.smart-home-page .btn-grad:hover { transform: translateY(-2px); }
.smart-home-page .btn-outline-dark { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--sh-font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.65); text-decoration: none; padding: 0.85rem 2rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.18); transition: border-color 0.2s, color 0.2s, transform 0.15s; }
.smart-home-page .btn-outline-dark:hover { border-color: rgba(255,255,255,0.38); color: #fff; transform: translateY(-2px); }
.smart-home-page .btn-outline-white { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--sh-font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.6); text-decoration: none; padding: 0.85rem 2rem; border-radius: 6px; border: 1px solid rgba(255,255,255,0.18); transition: border-color 0.2s, color 0.2s, transform 0.15s; }
.smart-home-page .btn-outline-white:hover { border-color: rgba(255,255,255,0.38); color: #fff; transform: translateY(-2px); }
.smart-home-page .hero__breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-family: var(--sh-font-body); font-size: 0.78rem; color: rgba(255,255,255,0.3); }
.smart-home-page .hero__breadcrumb a { color: rgba(255,255,255,0.3); text-decoration: none; transition: color 0.2s; }
.smart-home-page .hero__breadcrumb a:hover { color: rgba(255,255,255,0.65); }
.smart-home-page .bc-sep { opacity: 0.3; }
.smart-home-page .bc-cur { color: rgba(255,255,255,0.65); font-weight: 500; }
.smart-home-page .hero__fade { position: absolute; bottom: 0; left: 0; right: 0; height: 120px; background: linear-gradient(to bottom, transparent, var(--sh-bg)); pointer-events: none; }
@keyframes fiu { from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);} }
.smart-home-page .stat-item { padding: 2rem; text-align: center; border-right: 1px solid var(--sh-border); position: relative; }
.smart-home-page .stat-item:last-child { border-right: none; }
.smart-home-page .stat-item::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 36px; height: 2px; background: linear-gradient(90deg, var(--sh-indigo), var(--sh-violet)); }
.smart-home-page .stat-num { font-size: 2.4rem; font-weight: 700; line-height: 1; margin-bottom: 0.3rem; color: var(--sh-ink); }
.smart-home-page .stat-num sup { font-size: 1.1rem; background: linear-gradient(135deg, var(--sh-indigo), var(--sh-violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.smart-home-page .stat-label { font-family: var(--sh-font-body); font-size: 0.66rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sh-ink-muted); }

.smart-home-page .section-row { display: grid; grid-template-columns: 88px 1fr; min-height: 0; }
.smart-home-page .section-gutter { border-right: 1px solid var(--sh-border); padding: 4.5rem 0; display: flex; flex-direction: column; align-items: center; }
.smart-home-page .section-num { font-family: var(--sh-font-mono); font-size: 0.58rem; color: var(--sh-ink-faint); letter-spacing: 0.14em; writing-mode: vertical-lr; transform: rotate(180deg); }
.smart-home-page .section-body { padding: 4.5rem 5vw 4.5rem 3.5rem; }
.smart-home-page .section-row.bg-off { background: var(--sh-bg-off); }
.smart-home-page .section-row.bg-off .section-gutter { background: var(--sh-bg-off); }

.smart-home-page .overview-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 5rem; align-items: start; }
.smart-home-page .overview-body p { font-size: 0.95rem; color: var(--sh-ink-muted); line-height: 1.85; margin-bottom: 1.2rem; }
.smart-home-page .overview-body p:last-child { margin-bottom: 0; }

.smart-home-page .ba-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--sh-border); border-radius: 4px; overflow: hidden; margin-top: 2rem; }
.smart-home-page .ba-card { padding: 1.6rem; }
.smart-home-page .ba-card.before { border-right: 1px solid var(--sh-border); background: #fef2f2; }
.smart-home-page .ba-card.after { background: #f0fdf4; }
.smart-home-page .ba-card-label { font-family: var(--sh-font-mono); font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 1rem; display: flex; align-items: center; gap: 0.4rem; font-weight: 700; }
.smart-home-page .ba-card.before .ba-card-label { color: #dc2626; }
.smart-home-page .ba-card.after .ba-card-label { color: var(--sh-emerald); }
.smart-home-page .ba-card-label-dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.smart-home-page .ba-item { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.65rem; font-size: 0.78rem; line-height: 1.5; }
.smart-home-page .ba-item:last-child { margin-bottom: 0; }
.smart-home-page .ba-card.before .ba-item { color: #7f1d1d; }
.smart-home-page .ba-card.after .ba-item { color: #14532d; }
.smart-home-page .ba-item-icon { flex-shrink: 0; margin-top: 0.15rem; font-size: 0.85rem; }

.smart-home-page .pillar-cards { display: flex; flex-direction: column; gap: 0.85rem; }
.smart-home-page .opc { border: 1px solid var(--sh-border); border-radius: 4px; padding: 1.3rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; transition: border-color 0.2s, transform 0.2s; }
.smart-home-page .opc:hover { border-color: rgba(99,102,241,0.35); transform: translateX(3px); }
.smart-home-page .opc-icon { width: 38px; height: 38px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.smart-home-page .opc h5 { font-size: 0.85rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--sh-ink); margin-bottom: 0.2rem; }
.smart-home-page .opc p { font-size: 0.78rem; color: var(--sh-ink-muted); line-height: 1.55; margin: 0; }

.smart-home-page .app-showcase { border: 1px solid var(--sh-border); border-radius: 4px; overflow: hidden; margin-top: 2.5rem; }
.smart-home-page .ds-chrome { background: #080c1c; padding: 0.7rem 1.2rem; display: flex; align-items: center; gap: 0.6rem; border-bottom: 1px solid rgba(255,255,255,0.05); }
.smart-home-page .ds-dot { width: 10px; height: 10px; border-radius: 50%; }
.smart-home-page .ds-dot-r { background: #ff5f57; }
.smart-home-page .ds-dot-y { background: #ffbd2e; }
.smart-home-page .ds-dot-g { background: #28c840; }
.smart-home-page .ds-site { font-family: var(--sh-font-mono); font-size: 0.58rem; color: rgba(255,255,255,0.5); margin-left: 0.5rem; letter-spacing: 0.08em; }
.smart-home-page .ds-site strong { color: rgba(99,102,241,0.9); }
.smart-home-page .ds-app { font-family: var(--sh-font-mono); font-size: 0.55rem; color: rgba(255,255,255,0.22); margin-left: auto; letter-spacing: 0.06em; }
.smart-home-page .ds-body { display: grid; grid-template-columns: 200px 1fr; background: #f4f6fb; }
.smart-home-page .ds-sidebar { background: #fafbff; border-right: 1px solid var(--sh-border); padding: 1.2rem 0; }
.smart-home-page .ds-site-pill { padding: 0.8rem 1.2rem 1rem; border-bottom: 1px solid var(--sh-border); margin-bottom: 0.5rem; }
.smart-home-page .ds-site-name { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; color: var(--sh-ink); text-transform: uppercase; }
.smart-home-page .ds-site-sub { font-family: var(--sh-font-mono); font-size: 0.52rem; color: var(--sh-ink-muted); margin-top: 0.2rem; }
.smart-home-page .ds-nav { display: flex; flex-direction: column; gap: 0.1rem; padding: 0 0.5rem; }
.smart-home-page .ds-nav-item { font-family: var(--sh-font-body); font-size: 0.72rem; color: var(--sh-ink-muted); padding: 0.5rem 0.75rem; border-radius: 4px; display: flex; align-items: center; gap: 0.5rem; cursor: default; transition: background 0.15s; }
.smart-home-page .ds-nav-item.active { background: rgba(99,102,241,0.09); color: var(--sh-electric); font-weight: 500; }
.smart-home-page .ds-nav-item:hover:not(.active) { background: rgba(0,0,0,0.04); }
.smart-home-page .ds-main { padding: 1.2rem; }
.smart-home-page .ds-topbar { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; flex-wrap: wrap; }
.smart-home-page .ds-tab { font-family: var(--sh-font-mono); font-size: 0.58rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--sh-ink-muted); padding: 0.3rem 0.7rem; border-radius: 3px; cursor: default; }
.smart-home-page .ds-tab.active { background: rgba(99,102,241,0.1); color: var(--sh-electric); font-weight: 700; }
.smart-home-page .ds-select { font-family: var(--sh-font-mono); font-size: 0.55rem; color: var(--sh-ink-muted); padding: 0.3rem 0.6rem; border: 1px solid var(--sh-border); border-radius: 3px; background: #fff; margin-left: auto; }
.smart-home-page .ds-info-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 0.75rem; margin-bottom: 1rem; }
.smart-home-page .ds-info-card { background: #fff; border: 1px solid var(--sh-border); border-radius: 4px; padding: 0.9rem 1rem; }
.smart-home-page .ds-info-label { font-family: var(--sh-font-mono); font-size: 0.52rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sh-ink-muted); margin-bottom: 0.3rem; }
.smart-home-page .ds-info-val { font-size: 1.15rem; font-weight: 700; color: var(--sh-ink); line-height: 1.1; }
.smart-home-page .ds-info-sub { font-size: 0.6rem; color: var(--sh-ink-faint); margin-top: 0.2rem; }
.smart-home-page .dn { color: var(--sh-emerald); }
.smart-home-page .up { color: var(--sh-electric); }

.smart-home-page .rooms-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.6rem; }
.smart-home-page .room-card { background: #fff; border: 1px solid var(--sh-border); border-radius: 4px; padding: 0.85rem 1rem; transition: border-color 0.2s; }
.smart-home-page .room-card:hover { border-color: rgba(99,102,241,0.3); }
.smart-home-page .room-name { font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--sh-ink); margin-bottom: 0.55rem; }
.smart-home-page .room-devices { display: flex; flex-wrap: wrap; gap: 0.3rem; }
.smart-home-page .room-device { font-family: var(--sh-font-mono); font-size: 0.5rem; letter-spacing: 0.05em; text-transform: uppercase; padding: 0.15rem 0.4rem; border-radius: 2px; }
.smart-home-page .rd-on { background: rgba(5,150,105,0.08); color: var(--sh-emerald); border: 1px solid rgba(5,150,105,0.2); }
.smart-home-page .rd-off { background: rgba(107,114,128,0.06); color: #9ca3af; border: 1px solid rgba(107,114,128,0.15); }
.smart-home-page .rd-auto { background: rgba(99,102,241,0.07); color: var(--sh-electric); border: 1px solid rgba(99,102,241,0.18); }
.smart-home-page .rd-dim { background: rgba(217,119,6,0.07); color: var(--sh-amber); border: 1px solid rgba(217,119,6,0.18); }

.smart-home-page .features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2rem; }
.smart-home-page .feat-card { padding: 1.75rem 1.5rem; border: 1px solid var(--sh-border); border-radius: 4px; background: #fff; transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s; }
.smart-home-page .feat-card:hover { border-color: var(--sh-border-mid, var(--sh-border)); box-shadow: 0 10px 26px rgba(17, 19, 31, 0.07); transform: translateY(-2px); }
.smart-home-page .feat-icon { width: 42px; height: 42px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; margin-bottom: 0.9rem; }
.smart-home-page .feat-title { font-size: 0.84rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--sh-ink); margin-bottom: 0.45rem; line-height: 1.25; }
.smart-home-page .feat-desc { font-size: 0.77rem; color: var(--sh-ink-muted); line-height: 1.58; }

.smart-home-page .process-steps { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0.9rem; border: 0; margin-top: 2rem; }
.smart-home-page .process-step { padding: 1.6rem 1.2rem; border: 1px solid var(--sh-border); border-radius: 4px; background: #fff; position: relative; }
.smart-home-page .ps-num { font-family: var(--sh-font-mono); font-size: 0.56rem; color: var(--sh-ink-faint); letter-spacing: 0.12em; margin-bottom: 0.45rem; }
.smart-home-page .ps-icon { width: 38px; height: 38px; border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; margin-bottom: 0.7rem; }
.smart-home-page .ps-title { font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: var(--sh-ink); margin-bottom: 0.35rem; line-height: 1.25; }
.smart-home-page .ps-desc { font-size: 0.74rem; color: var(--sh-ink-muted); line-height: 1.55; margin: 0; }
.smart-home-page .ps-connector { display: none; }

.smart-home-page .int-banner { border: 1px solid var(--sh-border); border-radius: 4px; padding: 2.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; background: var(--sh-bg-off); margin-top: 2rem; }
.smart-home-page .int-banner h3 { font-size: 1.4rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; color: var(--sh-ink); margin-bottom: 0.6rem; }
.smart-home-page .int-banner h3 .hl { background: linear-gradient(120deg, var(--sh-indigo), var(--sh-violet)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.smart-home-page .int-banner p { font-size: 0.85rem; color: var(--sh-ink-muted); line-height: 1.8; }
.smart-home-page .int-logos { display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center; }
.smart-home-page .int-logo-pill { font-family: var(--sh-font-mono); font-size: 0.58rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.4rem 0.9rem; border: 1px solid var(--sh-border); border-radius: 3px; color: var(--sh-ink-muted); background: #fff; transition: border-color 0.2s, color 0.2s; }
.smart-home-page .int-logo-pill:hover { border-color: rgba(99,102,241,0.3); color: var(--sh-electric); }
.smart-home-page .int-logo-pill.highlight { border-color: rgba(99,102,241,0.35); color: var(--sh-electric); background: rgba(99,102,241,0.04); }

.smart-home-page .ds-status-online { font-family: var(--sh-font-mono); font-size: 0.55rem; color: rgba(52,211,153,0.7); display: flex; align-items: center; gap: 0.35rem; margin-left: 1rem; }
.smart-home-page .ds-status-online::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: #34d399; animation: lblink 1.8s ease-in-out infinite; }

@media (max-width: 1100px) {
  .smart-home-page .overview-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .smart-home-page .int-banner { grid-template-columns: 1fr; }
  .smart-home-page .ds-body { grid-template-columns: 1fr; }
  .smart-home-page .ds-sidebar { display: none; }
  .smart-home-page .ds-info-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 900px) {
  .smart-home-page .section-row { grid-template-columns: 56px 1fr; }
  .smart-home-page .hero__tokens,
  .smart-home-page .hero__metrics { display: none; }
  .smart-home-page .features-grid { grid-template-columns: repeat(2,1fr); }
  .smart-home-page .process-steps { grid-template-columns: 1fr 1fr; }
  .smart-home-page .rooms-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .smart-home-page .section-row { grid-template-columns: 1fr; }
  .smart-home-page .section-gutter { display: none; }
  .smart-home-page .section-body { padding: 3.5rem 5vw; }
.smart-home-page .stat-item:nth-child(2) { border-right: none; }
  .smart-home-page .stat-item:nth-child(1),
  .smart-home-page .stat-item:nth-child(2) { border-bottom: 1px solid var(--sh-border); }
  .smart-home-page .features-grid { grid-template-columns: 1fr; }
  .smart-home-page .process-steps { grid-template-columns: 1fr; gap: 0.8rem; }
  .smart-home-page .ba-cards { grid-template-columns: 1fr; }
  .smart-home-page .ba-card.before { border-right: none; border-bottom: 1px solid var(--sh-border); }
  .smart-home-page .rooms-grid { grid-template-columns: 1fr; }
  .smart-home-page .ds-info-row { grid-template-columns: 1fr 1fr; }
}
