.bundles-section { margin-bottom: 48px; }
.bundles-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; }
.bundle-card { background: var(--gray-card); border-radius: 16px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
.bundle-card h3 { font-size: 18px; font-weight: 700; }
.bundle-price { font-size: 22px; font-weight: 800; color: var(--blue); }
.bundle-save { color: #166534; font-weight: 600; font-size: 14px; }
.bundle-link { font-size: 13px; color: var(--blue); text-decoration: none; }
.bundle-detail-items { list-style: none; padding: 0; margin: 16px 0; }
.bundle-detail-items li { padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
