/* Solis Cellular UK - Hardware Showcase Theme */
:root {
    --primary: #2563eb;
    --dark: #1e40af;
    --bg-tint: #eff6ff;
    --border: #e5e7eb;
}
* { box-sizing: border-box; margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif; }
body { background: #ffffff; color: #111827; font-size: 14px; line-height: 1.5; }
.top-bar { background: #0f172a; color: #e2e8f0; font-size: 11px; padding: 6px 24px; text-align: center; letter-spacing: 0.5px; }
header { border-bottom: 1px solid var(--border); background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); position: sticky; top: 0; z-index: 50; }
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; }
.logo { font-size: 20px; font-weight: 800; color: #0f172a; letter-spacing: -0.5px; }
.nav-menu { display: flex; gap: 24px; }
.nav-menu a { text-decoration: none; color: #4b5563; font-weight: 600; font-size: 14px; transition: color 0.2s; }
.nav-menu a.active, .nav-menu a:hover { color: var(--primary); }
.hero-split { max-width: 1200px; margin: 30px auto; padding: 0 24px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; background: var(--bg-tint); border-radius: 16px; padding: 40px; }
.hero-stock-badge { display: inline-flex; align-items: center; gap: 6px; background: #dbeafe; color: #1e40af; font-size: 12px; font-weight: 700; padding: 4px 12px; border-radius: 9999px; margin-bottom: 12px; }
.hero-pulse { width: 8px; height: 8px; background: #2563eb; border-radius: 50%; box-shadow: 0 0 8px #2563eb; }
.spec-card-grid { max-width: 1200px; margin: 40px auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.spec-card { border: 1px solid var(--border); border-radius: 12px; padding: 24px; display: flex; gap: 20px; background: #fafafa; }
.spec-img-box { width: 180px; height: 180px; background: #fff; border-radius: 8px; padding: 12px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.spec-img-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.spec-info { display: flex; flex-direction: column; justify-content: space-between; }
.spec-title { font-size: 16px; font-weight: 800; color: #0f172a; }
.spec-checklist { font-size: 12px; color: #4b5563; margin: 8px 0; }
.spec-checklist li { list-style: none; margin-bottom: 4px; display: flex; align-items: center; gap: 6px; }
.spec-price { font-size: 22px; font-weight: 900; color: var(--primary); }
