.hero[data-astro-cid-ge2uvauf]{background:var(--color-white);color:var(--color-dark);padding:0;position:relative;overflow:hidden}.hero-inner[data-astro-cid-ge2uvauf]{padding:4rem 0 5rem}.hero-grid[data-astro-cid-ge2uvauf]{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-badge[data-astro-cid-ge2uvauf]{color:var(--color-accent-dark);background:#ffc43d26;border-radius:999px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;animation:.6s both fadeInUp;display:inline-block}.hero-title[data-astro-cid-ge2uvauf]{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:3rem;font-weight:900;line-height:1.05;animation:.6s .1s both fadeInUp}.hero-title[data-astro-cid-ge2uvauf] .highlight[data-astro-cid-ge2uvauf]{color:var(--color-primary)}.hero-text[data-astro-cid-ge2uvauf]{color:var(--color-gray-700);max-width:520px;margin-bottom:2rem;font-size:1.1rem;line-height:1.7;animation:.6s .2s both fadeInUp}.hero-actions[data-astro-cid-ge2uvauf]{flex-wrap:wrap;gap:1rem;animation:.6s .3s both fadeInUp;display:flex}.hero-stats[data-astro-cid-ge2uvauf]{border-top:1px solid var(--color-gray-100);grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;padding-top:2rem;animation:.6s .4s both fadeInUp;display:grid}.hero-stat-number[data-astro-cid-ge2uvauf]{color:var(--color-dark);font-size:1.6rem;font-weight:800}.hero-stat-label[data-astro-cid-ge2uvauf]{color:var(--color-gray-500);font-size:.85rem}.hero-visual[data-astro-cid-ge2uvauf]{justify-content:center;align-items:center;animation:.8s .3s both fadeIn;display:flex}.hero-visual-box[data-astro-cid-ge2uvauf]{background:0 0;border-radius:20px;justify-content:center;align-items:center;width:320px;height:320px;display:flex;position:relative}.hero-visual-box[data-astro-cid-ge2uvauf]:before{content:"";background:linear-gradient(135deg, var(--color-accent), var(--color-primary));z-index:-1;opacity:.18;filter:blur(18px);border-radius:24px;position:absolute;inset:12px}.hero-logo[data-astro-cid-ge2uvauf]{object-fit:contain;z-index:1;filter:drop-shadow(0 12px 24px #00000014);background:0 0;border-radius:0;width:100%;height:auto;max-height:100%;padding:0;transition:transform .4s,filter .4s;position:relative}.hero-visual-box[data-astro-cid-ge2uvauf]:hover .hero-logo[data-astro-cid-ge2uvauf]{filter:drop-shadow(0 12px 32px #0000001f);transform:scale(1.03)}.hero-visual-box[data-astro-cid-ge2uvauf]{animation:6s ease-in-out infinite heroFloat}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hero-visual-icon[data-astro-cid-ge2uvauf]{font-size:9rem;display:block}.hero-visual-text[data-astro-cid-ge2uvauf]{color:#ffffffe6;letter-spacing:3px;text-transform:uppercase;font-size:.85rem;font-weight:700;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.hero-title[data-astro-cid-ge2uvauf]{font-size:2.2rem}.hero-grid[data-astro-cid-ge2uvauf]{grid-template-columns:1fr;gap:2rem}.hero-visual[data-astro-cid-ge2uvauf]{order:-1}.hero-visual-box[data-astro-cid-ge2uvauf]{width:240px;height:240px}.hero-visual-icon[data-astro-cid-ge2uvauf]{font-size:7rem}.hero-stats[data-astro-cid-ge2uvauf]{grid-template-columns:repeat(3,1fr);gap:1rem}.hero-inner[data-astro-cid-ge2uvauf]{padding:3rem 0 4rem}}.categories-section[data-astro-cid-772xozct]{background:var(--color-gray-50);padding:5rem 0}.categories-grid[data-astro-cid-772xozct]{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}.cat-card[data-astro-cid-772xozct]{border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-100);transition:all var(--transition);cursor:pointer;background:var(--color-white);padding:1.5rem;animation:.5s both fadeInUp;display:block;position:relative;overflow:hidden}.cat-card[data-astro-cid-772xozct]:before{content:"";background:var(--cat-gradient,linear-gradient(90deg, var(--color-primary), var(--color-highlight)));height:4px;transition:transform var(--transition);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.cat-card[data-astro-cid-772xozct]:hover:before{transform:scaleX(1)}.cat-card[data-astro-cid-772xozct]:hover{transform:translateY(-6px);box-shadow:0 12px 40px #0000001a}.cat-card[data-astro-cid-772xozct]:after{content:"";background:var(--cat-gradient);opacity:0;transition:opacity var(--transition);z-index:0;position:absolute;inset:0}.cat-card[data-astro-cid-772xozct]:hover:after{opacity:.04}.cat-icon[data-astro-cid-772xozct]{transition:all var(--transition);z-index:1;margin-bottom:.75rem;font-size:2.5rem;display:block;position:relative}.cat-card[data-astro-cid-772xozct]:hover .cat-icon[data-astro-cid-772xozct]{transform:scale(1.2)rotate(-8deg)}.cat-name[data-astro-cid-772xozct]{color:var(--color-dark);z-index:1;transition:color var(--transition);margin-bottom:.25rem;font-size:.9rem;font-weight:600;position:relative}.cat-count[data-astro-cid-772xozct]{color:var(--color-gray-500);z-index:1;transition:color var(--transition);font-size:.8rem;position:relative}@media (width<=1024px){.categories-grid[data-astro-cid-772xozct]{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.categories-grid[data-astro-cid-772xozct]{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.categories-grid[data-astro-cid-772xozct]{grid-template-columns:1fr 1fr;gap:.75rem}.cat-card[data-astro-cid-772xozct]{padding:1rem}.cat-icon[data-astro-cid-772xozct]{font-size:2rem}}.featured-section[data-astro-cid-lcdefpme]{padding:5rem 0}.carousel-wrap[data-astro-cid-lcdefpme]{align-items:center;gap:.5rem;display:flex;position:relative;overflow:hidden}.featured-carousel[data-astro-cid-lcdefpme]{scroll-snap-type:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:1.5rem;min-width:0;padding:.5rem .25rem 1rem;display:flex;overflow:auto hidden}.featured-carousel[data-astro-cid-lcdefpme]::-webkit-scrollbar{width:0;height:0;display:none}.carousel-item[data-astro-cid-lcdefpme]{scroll-snap-align:start;flex:0 0 calc(33.3333% - 1rem);min-width:0}.carousel-item[data-astro-cid-lcdefpme] .card{height:100%;transform:scale(1)}.carousel-item[data-astro-cid-lcdefpme] .card-image{height:360px}.carousel-item[data-astro-cid-lcdefpme] .card-title{font-size:1.1rem}.carousel-item[data-astro-cid-lcdefpme] .card-price-current{font-size:1.5rem}.carousel-btn[data-astro-cid-lcdefpme]{border:1px solid var(--color-gray-300);width:44px;height:44px;color:var(--color-dark);cursor:pointer;box-shadow:var(--shadow-sm);z-index:2;background:#fff;border-radius:50%;flex-shrink:0;place-items:center;font-size:1.6rem;line-height:1;transition:all .2s;display:grid}.carousel-btn[data-astro-cid-lcdefpme]:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary);transform:scale(1.05)}@media (width<=1024px){.carousel-item[data-astro-cid-lcdefpme]{flex:0 0 calc(50% - .75rem)}}@media (width<=640px){.carousel-item[data-astro-cid-lcdefpme]{flex:0 0 85%}.carousel-item[data-astro-cid-lcdefpme] .card-image{height:280px}.carousel-btn[data-astro-cid-lcdefpme]{display:none}}.featured-header[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.cta-section[data-astro-cid-lcdefpme]{padding:4rem 0 6rem}.cta-box[data-astro-cid-lcdefpme]{border-radius:var(--radius-xl);background:linear-gradient(135deg,#fff7ed 0%,#fffbeb 50%,#fff5d6 100%);border:1px solid #ffc43d40;justify-content:space-between;align-items:center;gap:2rem;padding:3.5rem;display:flex;position:relative;overflow:hidden}.cta-box[data-astro-cid-lcdefpme]:before{content:"";pointer-events:none;background:radial-gradient(circle,#ff6b352e,#0000 70%);width:220px;height:220px;position:absolute;top:-60px;right:-60px}.cta-content[data-astro-cid-lcdefpme]{z-index:1;position:relative}.cta-badge[data-astro-cid-lcdefpme]{color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.5px;background:#ff6b351f;border:1px solid #ff6b3533;border-radius:999px;margin-bottom:1rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.cta-content[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{color:var(--color-dark);margin-bottom:.75rem;font-size:1.8rem;font-weight:800}.cta-content[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--color-gray-700);max-width:500px;font-size:1.05rem;line-height:1.6}@media (width<=768px){.cta-box[data-astro-cid-lcdefpme]{text-align:center;flex-direction:column;padding:2rem}.cta-content[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{max-width:100%}}
