﻿.material-symbols-outlined { font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24; vertical-align: middle; }
.step-line::after { content: ''; position: absolute; top: 1.5rem; left: 2rem; width: calc(100% - 4rem); height: 1px; background: rgba(255,255,255,0.2); z-index: 0; }
@media (max-width: 768px) { .step-line::after { display: none; } }
.hero-gradient { background: linear-gradient(to right, rgba(19, 27, 46, 0.95) 0%, rgba(19, 27, 46, 0.7) 100%); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 24px; }
.product-card { transition: all 0.2s ease-in-out; border: 1px solid #e2e8f0; }
.product-card:hover { border-color: #131b2e; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.bc-footer-menu a { color: #505f76; font-size: 14px; line-height: 20px; }
.bc-footer-menu a:hover { color: #131b2e; }
.custom-logo { max-height: 44px; width: auto; }
.writing-vertical-lr { writing-mode: vertical-lr; }
.prose p { margin-bottom: 1rem; }
.admin-bar header.fixed { top: 32px; }
@media (max-width: 782px) { .admin-bar header.fixed { top: 46px; } }
