Indoor Security Cam Mystery Box
:root{ --bg:#ffffff; --text:#0f172a; --muted:#6b7280; --accent:#28BEAE; --border:#e6e9ee; font-family: Inter, ui-sans-serif, system-ui, -apple-system; } .t11-wrapper{ max-width: 980px; margin: 0 auto; padding: 28px 20px; background: var(--bg); color: var(--text); } .t11-eyebrow{ font-size: 13px; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 10px; } .t11-title{ font-size: 32px; font-weight: 700; line-height: 1.2; margin-bottom: 16px; } .t11-highlight{ color: var(--accent); } .t11-desc{ font-size: 16px; line-height: 1.7; margin-bottom: 18px; } .t11-list{ font-size: 15px; line-height: 1.8; color: var(--muted); margin-bottom: 22px; } .t11-list strong{ color: var(--text); font-weight: 600; } .t11-divider{ height: 1px; background: var(--border); margin: 22px 0; } .t11-note{ font-size: 14px; color: var(--muted); } @media(max-width:768px){ .t11-title{ font-size: 26px;