.brand-home .home-hero { background: linear-gradient(135deg, var(--color-bg) 0%, var(--color-bg-alt) 100%); padding: var(--space-3xl) 0; }
.brand-home .home-hero-inner { max-width: 780px; text-align: center; margin: 0 auto; }
.brand-home .home-kicker { display: inline-block; color: var(--color-primary-dark); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: var(--space-md); }
.brand-home .home-hero h1 { margin-bottom: var(--space-md); }
.brand-home .home-hero p { max-width: 650px; margin: 0 auto var(--space-lg); }
.brand-home .home-actions, .brand-home .product-grid, .brand-home .guide-grid { display: grid; gap: var(--space-lg); }
.brand-home .home-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; margin: 0 auto; }
.brand-home .product-grid, .brand-home .guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.brand-home .home-card { background: var(--color-white); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); padding: var(--space-lg); }
.brand-home .home-card img { max-height: 260px; width: auto; margin: 0 auto var(--space-md); }
.brand-home .home-card h2, .brand-home .home-card h3 { margin-bottom: var(--space-sm); }
.brand-home .home-card p { color: var(--color-text-light); }
.brand-home .home-card .btn { width: 100%; }
.brand-home .home-section h2 { text-align: center; margin-bottom: var(--space-xl); }
.brand-home .home-section { padding: var(--space-3xl) 0; }
.brand-home .home-note { text-align: center; color: var(--color-text-muted); max-width: 720px; margin: var(--space-xl) auto 0; font-size: var(--text-sm); }
@media (max-width: 640px) { .brand-home .home-actions, .brand-home .product-grid, .brand-home .guide-grid { grid-template-columns: 1fr; } }
