/* HERO */
.hero { padding: 84px 0 50px; position: relative; overflow: hidden; border-bottom: 1px solid #eee; background: radial-gradient(circle at 90% 10%, #e9fff8 0%, #ffffff 42%); }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #122437; color: #e9f5ff; padding: 8px 16px; border-radius: 999px; font-size: 12px; letter-spacing: .3px; font-weight: 700; margin-bottom: 24px; text-transform: uppercase; }
.hero h1 { font-size: 58px; font-weight: 900; line-height: 1.04; margin-bottom: 18px; max-width: 12ch; }
.hero .highlight { color: #00a77c; }
.hero .lead { font-size: 20px; color: #4b5c6b; margin-bottom: 26px; line-height: 1.65; max-width: 52ch; }
.hero-cta { display: flex; gap: 14px; margin-bottom: 26px; flex-wrap: wrap; }
.btn-primary-custom { background: var(--accent); color: white; padding: 16px 32px; border-radius: 12px; font-weight: 600; font-size: 16px; border: none; transition: all .3s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-primary-custom:hover { background: #00C090; color: white; }
.btn-secondary-custom { background: var(--dark); color: white; padding: 16px 32px; border-radius: 12px; font-weight: 600; font-size: 16px; border: none; transition: all .3s; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; }
.btn-secondary-custom:hover { background: #2A2A3E; color: white; }
.hero-meta { display: flex; align-items: center; gap: 12px; color: #617082; font-size: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.hero-meta-dot { color: #ccc; }
.hero-image img { width: 100%; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,.15); display: block; }
.hero-video { position: relative; width: 100%; padding-top: 56.25%; border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,.15); background: #111; }
.hero-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.whyfoxart-modal-content { border-radius: 14px; overflow: hidden; }
.whyfoxart-modal-body { background: #000; }
.whyfoxart-modal-video-wrap { position: relative; padding-top: 56.25%; }
.whyfoxart-modal-frame { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.whyfoxart-modal-close { position: absolute; right: 12px; top: 12px; z-index: 5; width: 38px; height: 38px; border: 0; border-radius: 999px; background: #000; color: #fff; display: inline-flex; align-items: center; justify-content: center; line-height: 1; box-shadow: 0 10px 24px rgba(0,0,0,.35); }
.whyfoxart-modal-close i { font-size: 16px; }

/* PRODUCTS */
.products-section { padding: 50px 0; background: white; }
.section-header { text-align: left; margin-bottom: 60px; }
.section-header h2 { font-size: 42px; font-weight: 800; margin-bottom: 16px; color: var(--dark); }
.section-header p { font-size: 18px; color: var(--gray); }
.product-card { background: white; border-radius: 16px; overflow: hidden; transition: all .3s; height: 100%; border: 1px solid rgba(0,0,0,.05); box-shadow: 0 12px 40px rgba(0,0,0,.1); display: flex; flex-direction: column; text-decoration: none; color: inherit; }
.product-card:hover { border-color: rgba(0,0,0,.1); color: inherit; }
.product-content { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.product-image { position: relative; width: 100%; aspect-ratio: 16/9; overflow: hidden; background: var(--light); }
.product-image-link { display: block; width: 100%; height: 100%; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.no-pointer-events { pointer-events: none; }
.product-badge { position: absolute; top: 16px; padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 700; color: white; }
.product-badge-left { left: 16px; }
.product-badge-right { right: 16px; }
.product-badge-br { bottom: 16px; right: 16px; top: auto; }
.badge-recently-updated { background: linear-gradient(135deg,#c91594,#cd0893); }
.badge-popular { background: var(--secondary); }
.badge-premium { background: var(--primary); }
.badge-sale-amount { background: linear-gradient(135deg,#1DBF73,#18A965); }
.badge-sale-percent { background: linear-gradient(135deg,#FF6B35,#FF8C5A); }
.product-content h3 { font-size: 24px; font-weight: 700; margin-bottom: 8px; color: var(--dark); }
.product-content .description { color: var(--gray); margin-bottom: 20px; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 48px; }
.product-price { margin-bottom: 20px; }
.product-price .current { font-size: 28px; font-weight: 700; color: var(--dark); }
.product-price .old { font-size: 18px; color: #999; text-decoration: line-through; margin-left: 8px; }

/* BLOG */
.blog-section { padding: 30px 0 50px; background: linear-gradient(135deg,#f8f9fa 0%,white 100%); }
.blog-card { background: white; border-radius: 16px; overflow: hidden; transition: all .3s; height: 100%; box-shadow: 0 12px 40px rgba(0,0,0,.1); text-decoration: none; display: flex; flex-direction: column; }
.blog-content { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-image { position: relative; width: 100%; aspect-ratio: 16/10; overflow: hidden; background: var(--light); }
.blog-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-category { position: absolute; top: 16px; left: 16px; padding: 6px 14px; border-radius: 20px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.blog-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 12px; font-size: 13px; color: #999; }
.blog-content h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; color: var(--dark); line-height: 1.4; }
.blog-card:hover .blog-content h3 { color: var(--dark); }
.blog-excerpt { color: var(--gray); font-size: 15px; line-height: 1.6; margin-bottom: 16px; flex: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.blog-read-more { display: inline-flex; align-items: center; gap: 6px; color: var(--primary); font-weight: 600; font-size: 14px; transition: gap .3s; }
.blog-card:hover .blog-read-more { gap: 10px; }
.btn-view-all { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: var(--purple); color: white; border-radius: 10px; font-weight: 600; font-size: 15px; border: none; transition: all .3s; text-decoration: none; margin-top: 40px; }
.btn-view-all:hover { background: #2d1a38; color: white; }

@media(max-width:991px){.hero h1{font-size:42px;line-height:1.12}}
@media(max-width:768px){.hero{padding:50px 0 30px}.hero h1{font-size:34px}.hero .lead{font-size:18px}.hero-cta{flex-direction:row;align-items:center}.hero-cta .btn-primary-custom,.hero-cta .btn-secondary-custom{flex:1 1 0;justify-content:center;padding:15px 16px;font-size:15px;min-height:52px}.hero-meta{justify-content:center;flex-wrap:wrap}.whyfoxart-modal-close{right:10px;top:10px;width:34px;height:34px}.whyfoxart-modal-close i{font-size:14px}.section-header h2{font-size:32px}.products-section,.blog-section{padding:50px 0}}