/* ===================================================
   AI Tools Marketplace - Styles
=================================================== */

/* Marketplace Navbar */
.mkt-nav { background: rgba(10,10,25,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(99,102,241,0.2); }
.mkt-nav .nav-container { gap: 20px; }
.mkt-search-wrap { flex: 1; max-width: 500px; position: relative; }
.mkt-search-wrap input { width: 100%; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 10px 16px 10px 42px; color: #fff; font-size: 0.875rem; outline: none; transition: all 0.3s; }
.mkt-search-wrap input:focus { border-color: #6366f1; background: rgba(99,102,241,0.1); }
.mkt-search-wrap .search-ico { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #6b7280; font-size: 0.85rem; }
.search-results-drop { position: absolute; top: calc(100% + 6px); left: 0; right: 0; background: #1a1a35; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; max-height: 380px; overflow-y: auto; z-index: 9999; display: none; box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
.search-results-drop.active { display: block; }
.search-result-item { display: flex; align-items: center; gap: 12px; padding: 12px 16px; cursor: pointer; transition: background 0.2s; border-bottom: 1px solid rgba(255,255,255,0.04); }
.search-result-item:hover { background: rgba(99,102,241,0.1); }
.sri-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.sri-info strong { display: block; font-size: 0.875rem; color: #fff; }
.sri-info span { font-size: 0.75rem; color: #6b7280; }

/* Hero Banner */
.hero-marketplace { min-height: 90vh; display: flex; align-items: center; position: relative; overflow: hidden; background: radial-gradient(ellipse at 20% 50%, rgba(99,102,241,0.15) 0%, transparent 50%), radial-gradient(ellipse at 80% 20%, rgba(139,92,246,0.12) 0%, transparent 50%), radial-gradient(ellipse at 50% 80%, rgba(236,72,153,0.08) 0%, transparent 50%), #0a0a19; padding-top: 80px; }
.hero-grid-bg { position: absolute; inset: 0; background-image: linear-gradient(rgba(99,102,241,0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(99,102,241,0.05) 1px, transparent 1px); background-size: 60px 60px; }
.hero-mkt-content { position: relative; z-index: 1; }
.hero-mkt-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.4); color: #a5b4fc; padding: 8px 20px; border-radius: 100px; font-size: 0.82rem; font-weight: 600; margin-bottom: 28px; }
.hero-mkt-title { font-size: clamp(2.5rem,6vw,5rem); font-weight: 900; line-height: 1.1; margin-bottom: 20px; }
.hero-mkt-sub { font-size: clamp(1rem,2vw,1.2rem); color: #9ca3af; max-width: 600px; margin-bottom: 36px; line-height: 1.7; }
.hero-stats-row { display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stat { text-align: center; }
.hero-stat-num { font-size: 1.8rem; font-weight: 800; background: linear-gradient(135deg,#6366f1,#8b5cf6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-stat-lbl { font-size: 0.78rem; color: #6b7280; margin-top: 2px; }
.hero-mkt-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.floating-product-cards { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 340px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fpc { background: rgba(255,255,255,0.05); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 16px; animation: fpc-float 4s ease-in-out infinite; }
.fpc:nth-child(2) { animation-delay: 1s; margin-top: 20px; }
.fpc:nth-child(3) { animation-delay: 2s; }
.fpc:nth-child(4) { animation-delay: 3s; margin-top: 20px; }
@keyframes fpc-float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
.fpc-icon { font-size: 1.8rem; margin-bottom: 8px; }
.fpc h5 { font-size: 0.8rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.fpc span { font-size: 0.7rem; color: #6b7280; }
.fpc-price { font-size: 0.9rem; font-weight: 800; color: #10b981; margin-top: 8px; }

/* Section Headers */
.mkt-section { padding: 70px 0; }
.mkt-section-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 36px; flex-wrap: wrap; gap: 12px; }
.mkt-section-title { font-size: clamp(1.5rem,3vw,2rem); font-weight: 800; }
.mkt-section-sub { color: #6b7280; font-size: 0.9rem; margin-top: 4px; }
.view-all-link { display: flex; align-items: center; gap: 6px; font-size: 0.875rem; font-weight: 600; color: #a5b4fc; white-space: nowrap; }
.view-all-link:hover { color: #fff; }

/* Product Card */
.product-card { background: #12122a; border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; overflow: hidden; transition: all 0.3s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; position: relative; }
.product-card:hover { transform: translateY(-6px); border-color: rgba(99,102,241,0.4); box-shadow: 0 20px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(99,102,241,0.1); }
.pc-banner { height: 120px; position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pc-banner-emoji { font-size: 3rem; filter: drop-shadow(0 4px 20px rgba(0,0,0,0.3)); z-index: 1; }
.pc-badge { position: absolute; top: 10px; left: 10px; padding: 3px 10px; border-radius: 6px; font-size: 0.7rem; font-weight: 700; color: #fff; z-index: 2; backdrop-filter: blur(10px); background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.15); }
.pc-fav { position: absolute; top: 10px; right: 10px; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; cursor: pointer; z-index: 2; transition: all 0.3s; }
.pc-fav:hover, .pc-fav.active { background: rgba(236,72,153,0.3); color: #f9a8d4; }
.pc-body { padding: 18px; flex: 1; display: flex; flex-direction: column; }
.pc-category { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #6b7280; margin-bottom: 8px; }
.pc-name { font-size: 1rem; font-weight: 800; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.pc-desc { font-size: 0.82rem; color: #9ca3af; line-height: 1.6; margin-bottom: 12px; flex: 1; }
.pc-rating { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.pc-stars { color: #fbbf24; font-size: 0.75rem; }
.pc-rating span { font-size: 0.78rem; color: #6b7280; }
.pc-rating strong { font-size: 0.82rem; color: #d1d5db; }
.pc-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 14px; }
.pc-tag { padding: 2px 8px; border-radius: 4px; font-size: 0.68rem; font-weight: 600; background: rgba(99,102,241,0.12); color: #a5b4fc; border: 1px solid rgba(99,102,241,0.2); }
.pc-footer { padding: 14px 18px; border-top: 1px solid rgba(255,255,255,0.05); display: flex; align-items: center; gap: 10px; }
.pc-price { flex: 1; }
.pc-price-new { font-size: 1.1rem; font-weight: 800; color: #10b981; }
.pc-price-old { font-size: 0.78rem; color: #6b7280; text-decoration: line-through; margin-left: 4px; }
.btn-get-access { background: linear-gradient(135deg,#6366f1,#8b5cf6); color: #fff; border: none; padding: 9px 16px; border-radius: 10px; font-size: 0.8rem; font-weight: 700; cursor: pointer; white-space: nowrap; transition: all 0.3s; }
.btn-get-access:hover { transform: scale(1.03); box-shadow: 0 4px 20px rgba(99,102,241,0.5); }
.btn-visit { background: rgba(255,255,255,0.06); color: #d1d5db; border: 1px solid rgba(255,255,255,0.1); padding: 9px 14px; border-radius: 10px; font-size: 0.8rem; font-weight: 600; cursor: pointer; transition: all 0.3s; }
.btn-visit:hover { background: rgba(255,255,255,0.1); color: #fff; }

/* Products Grid */
.products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.products-grid-3 { grid-template-columns: repeat(3, 1fr); }
.products-grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Horizontal Scroll Section */
.products-scroll-wrap { overflow-x: auto; padding-bottom: 12px; -webkit-overflow-scrolling: touch; }
.products-scroll-wrap::-webkit-scrollbar { height: 4px; }
.products-scroll-wrap::-webkit-scrollbar-track { background: rgba(255,255,255,0.04); border-radius: 2px; }
.products-scroll-wrap::-webkit-scrollbar-thumb { background: rgba(99,102,241,0.4); border-radius: 2px; }
.products-scroll { display: flex; gap: 18px; width: max-content; padding: 4px 0; }
.products-scroll .product-card { width: 280px; flex-shrink: 0; }

/* Featured Section Banner */
.featured-banner { background: linear-gradient(135deg,rgba(99,102,241,0.15),rgba(139,92,246,0.1)); border: 1px solid rgba(99,102,241,0.25); border-radius: 24px; padding: 40px; margin-bottom: 48px; display: flex; align-items: center; gap: 32px; position: relative; overflow: hidden; }
.featured-banner::before { content:''; position:absolute; top:-50px; right:-50px; width:300px; height:300px; background:radial-gradient(circle,rgba(99,102,241,0.2),transparent); border-radius:50%; }
.fb-icon { font-size: 4rem; flex-shrink: 0; }
.fb-text h2 { font-size: 1.6rem; font-weight: 800; margin-bottom: 8px; }
.fb-text p { color: #9ca3af; font-size: 0.9rem; max-width: 500px; }
.fb-actions { margin-left: auto; display: flex; gap: 10px; flex-shrink: 0; }

/* Category Banner Cards */
.categories-banner-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-bottom: 60px; }
.cat-banner-card { border-radius: 16px; padding: 20px 14px; text-align: center; cursor: pointer; transition: all 0.3s; text-decoration: none; border: 1px solid rgba(255,255,255,0.08); position: relative; overflow: hidden; }
.cat-banner-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.4); border-color: rgba(255,255,255,0.2); }
.cat-banner-card::before { content:''; position:absolute; inset:0; background: inherit; opacity: 0.1; }
.cbc-icon { font-size: 2.2rem; margin-bottom: 10px; }
.cbc-name { font-size: 0.8rem; font-weight: 700; color: #fff; margin-bottom: 4px; }
.cbc-count { font-size: 0.7rem; color: rgba(255,255,255,0.6); }

/* Section Divider with Title */
.section-divider { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.section-divider::before { content:''; flex:1; height:1px; background:rgba(255,255,255,0.06); }
.section-divider span { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #6b7280; white-space: nowrap; }
.section-divider::after { content:''; flex:1; height:1px; background:rgba(255,255,255,0.06); }

/* Ticker / Marquee */
.ticker-wrap { background: rgba(99,102,241,0.08); border-top: 1px solid rgba(99,102,241,0.15); border-bottom: 1px solid rgba(99,102,241,0.15); padding: 12px 0; overflow: hidden; }
.ticker-content { display: flex; gap: 40px; animation: ticker-scroll 30s linear infinite; white-space: nowrap; }
.ticker-content:hover { animation-play-state: paused; }
.ticker-item { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: #9ca3af; font-weight: 500; }
.ticker-item span { color: #a5b4fc; font-weight: 700; }
.ticker-item i { color: #6366f1; font-size: 0.7rem; }
@keyframes ticker-scroll { from{transform:translateX(0)} to{transform:translateX(-50%)} }

/* Product Detail Page */
.product-detail-hero { padding: 100px 0 60px; position: relative; }
.pd-back { display: inline-flex; align-items: center; gap: 8px; color: #6b7280; font-size: 0.875rem; margin-bottom: 24px; cursor: pointer; transition: color 0.2s; }
.pd-back:hover { color: #fff; }
.pd-grid { display: grid; grid-template-columns: 1fr 380px; gap: 48px; align-items: start; }
.pd-banner { border-radius: 24px; overflow: hidden; height: 280px; display: flex; align-items: center; justify-content: center; font-size: 6rem; margin-bottom: 28px; position: relative; }
.pd-name { font-size: 2.2rem; font-weight: 900; margin-bottom: 12px; }
.pd-meta { display: flex; gap: 16px; align-items: center; flex-wrap: wrap; margin-bottom: 20px; }
.pd-rating-big { display: flex; align-items: center; gap: 8px; }
.pd-stars { color: #fbbf24; font-size: 1rem; }
.pd-tags-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.pd-desc { font-size: 1rem; color: #9ca3af; line-height: 1.8; margin-bottom: 28px; }
.pd-features-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 28px; }
.pd-feature { display: flex; align-items: center; gap: 10px; font-size: 0.875rem; color: #d1d5db; }
.pd-feature i { color: #10b981; font-size: 0.8rem; width: 16px; }
/* Sticky CTA Box */
.pd-cta-box { background: #12122a; border: 1px solid rgba(99,102,241,0.3); border-radius: 20px; padding: 28px; position: sticky; top: 80px; }
.pd-cta-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 6px; }
.pd-price-main { font-size: 2rem; font-weight: 900; color: #10b981; }
.pd-price-old { font-size: 1rem; color: #6b7280; text-decoration: line-through; }
.pd-cta-sub { font-size: 0.8rem; color: #6b7280; margin-bottom: 20px; }
.pd-cta-btn { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 24px; border-radius: 14px; font-size: 1rem; font-weight: 800; color: #fff; background: linear-gradient(135deg,#6366f1,#8b5cf6); border: none; cursor: pointer; width: 100%; margin-bottom: 10px; transition: all 0.3s; }
.pd-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(99,102,241,0.5); }
.pd-cta-btn-2 { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 24px; border-radius: 14px; font-size: 0.9rem; font-weight: 700; color: #d1d5db; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); cursor: pointer; width: 100%; transition: all 0.3s; }
.pd-cta-btn-2:hover { background: rgba(255,255,255,0.1); color: #fff; }
.pd-guarantees { display: flex; flex-direction: column; gap: 8px; margin-top: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.06); }
.pd-guarantee-item { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: #9ca3af; }
.pd-guarantee-item i { color: #10b981; font-size: 0.75rem; }

/* Newsletter */
.newsletter-section { background: linear-gradient(135deg,rgba(99,102,241,0.12),rgba(139,92,246,0.08)); border: 1px solid rgba(99,102,241,0.2); border-radius: 24px; padding: 60px; text-align: center; }
.nl-title { font-size: 1.8rem; font-weight: 800; margin-bottom: 10px; }
.nl-sub { color: #9ca3af; margin-bottom: 28px; }
.nl-form { display: flex; gap: 12px; max-width: 480px; margin: 0 auto; }
.nl-input { flex: 1; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 14px 20px; color: #fff; font-size: 0.9rem; outline: none; transition: border-color 0.3s; }
.nl-input:focus { border-color: #6366f1; }
.nl-input::placeholder { color: #6b7280; }

/* Trust Badges */
.trust-bar { display: flex; align-items: center; justify-content: center; gap: 40px; padding: 32px 0; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; }
.trust-item i { font-size: 1.4rem; color: #6366f1; }
.trust-item span { font-size: 0.85rem; color: #9ca3af; font-weight: 500; }

/* Filter Bar */
.filter-bar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.fbar-label { font-size: 0.82rem; color: #6b7280; font-weight: 600; margin-right: 4px; }
.filter-chip { padding: 7px 16px; border-radius: 100px; font-size: 0.8rem; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,0.08); color: #9ca3af; background: rgba(255,255,255,0.04); transition: all 0.3s; }
.filter-chip:hover, .filter-chip.active { background: #6366f1; color: #fff; border-color: #6366f1; }
.sort-select { padding: 8px 14px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; color: #d1d5db; font-size: 0.82rem; outline: none; cursor: pointer; margin-left: auto; }

/* Footer */
.mkt-footer { background: #080815; border-top: 1px solid rgba(255,255,255,0.06); padding: 60px 0 0; }
.mkt-footer-grid { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.mf-brand p { font-size: 0.875rem; color: #6b7280; line-height: 1.7; max-width: 280px; margin: 14px 0 20px; }
.mf-col h4 { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: #9ca3af; margin-bottom: 16px; }
.mf-col ul { display: flex; flex-direction: column; gap: 10px; }
.mf-col a { font-size: 0.875rem; color: #6b7280; transition: color 0.2s; }
.mf-col a:hover { color: #fff; }
.mkt-footer-bottom { border-top: 1px solid rgba(255,255,255,0.04); padding: 20px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.mkt-footer-bottom p { font-size: 0.8rem; color: #6b7280; }
.footer-legal { display: flex; gap: 16px; }
.footer-legal a { font-size: 0.78rem; color: #6b7280; }
.footer-legal a:hover { color: #fff; }
.disclaimer-banner { background: rgba(245,158,11,0.08); border: 1px solid rgba(245,158,11,0.2); border-radius: 10px; padding: 12px 16px; margin-bottom: 16px; }
.disclaimer-banner p { font-size: 0.75rem; color: #9ca3af; line-height: 1.6; }
.disclaimer-banner strong { color: #fbbf24; }

/* AI Image Generator Styles */
.aig-layout { display: grid; grid-template-columns: 320px 1fr; min-height: calc(100vh - 64px); }
.aig-sidebar { background: #0e0e24; border-right: 1px solid rgba(255,255,255,0.07); padding: 20px; overflow-y: auto; }
.aig-main { background: #0a0a19; overflow-y: auto; }
.aig-topbar { padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,0.07); display: flex; align-items: center; gap: 12px; flex-wrap: wrap; background: rgba(14,14,36,0.9); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 10; }
.aig-model-chip { display: flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 10px; font-size: 0.8rem; font-weight: 700; cursor: pointer; border: 2px solid transparent; transition: all 0.25s; background: rgba(255,255,255,0.05); color: #9ca3af; }
.aig-model-chip.active { border-color: #6366f1; background: rgba(99,102,241,0.15); color: #a5b4fc; }
.aig-model-chip:hover { border-color: rgba(99,102,241,0.5); color: #fff; }
.aig-gallery { padding: 24px; }
.aig-gallery-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; flex-wrap: wrap; gap: 10px; }
.aig-masonry { columns: 3; gap: 14px; }
.aig-image-card { break-inside: avoid; margin-bottom: 14px; border-radius: 14px; overflow: hidden; position: relative; cursor: pointer; background: #1a1a35; transition: transform 0.3s; }
.aig-image-card:hover { transform: scale(1.02); }
.aig-image-card canvas { width: 100%; display: block; }
.aig-image-card:hover .aig-img-overlay { opacity: 1; }
.aig-img-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.6); opacity: 0; transition: opacity 0.3s; display: flex; align-items: flex-end; padding: 14px; }
.aig-img-actions { display: flex; gap: 8px; }
.aig-img-btn { width: 34px; height: 34px; border-radius: 9px; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.85rem; cursor: pointer; transition: background 0.2s; }
.aig-img-btn:hover { background: rgba(255,255,255,0.25); }
.style-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.style-pill { padding: 6px 14px; border-radius: 100px; font-size: 0.75rem; font-weight: 600; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); color: #9ca3af; background: rgba(255,255,255,0.04); transition: all 0.25s; }
.style-pill:hover, .style-pill.active { background: rgba(99,102,241,0.2); color: #a5b4fc; border-color: rgba(99,102,241,0.4); }
.ratio-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 6px; margin-bottom: 16px; }
.ratio-btn { padding: 8px 4px; border-radius: 8px; font-size: 0.7rem; font-weight: 700; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); color: #9ca3af; background: rgba(255,255,255,0.04); text-align: center; transition: all 0.25s; }
.ratio-btn:hover, .ratio-btn.active { background: rgba(99,102,241,0.2); color: #a5b4fc; border-color: rgba(99,102,241,0.4); }
.gen-btn-main { width: 100%; padding: 16px; border-radius: 14px; font-size: 1rem; font-weight: 800; color: #fff; background: linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899); border: none; cursor: pointer; transition: all 0.3s; letter-spacing: 0.02em; }
.gen-btn-main:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(99,102,241,0.5); }
.gen-btn-main:active { transform: translateY(0); }
.gen-btn-main:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.prompt-box { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 12px 14px; color: #fff; font-size: 0.875rem; font-family: inherit; resize: vertical; min-height: 100px; outline: none; transition: border-color 0.3s; line-height: 1.6; }
.prompt-box:focus { border-color: #6366f1; background: rgba(99,102,241,0.05); }
.prompt-box::placeholder { color: rgba(255,255,255,0.2); }
.range-slider { width: 100%; accent-color: #6366f1; cursor: pointer; }
.gen-progress-wrap { display: none; flex-direction: column; gap: 10px; align-items: center; padding: 30px; text-align: center; }
.gen-progress-wrap.active { display: flex; }
.gen-pulse { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg,#6366f1,#8b5cf6); display: flex; align-items: center; justify-content: center; font-size: 1.5rem; animation: pulse-gen 1.5s ease-in-out infinite; }
@keyframes pulse-gen { 0%,100%{box-shadow:0 0 0 0 rgba(99,102,241,0.4)} 50%{box-shadow:0 0 0 20px rgba(99,102,241,0)} }
.gen-progress-bar { width: 200px; height: 4px; background: rgba(255,255,255,0.1); border-radius: 2px; overflow: hidden; }
.gen-progress-fill2 { height: 100%; background: linear-gradient(90deg,#6366f1,#ec4899); border-radius: 2px; width: 0; transition: width 0.4s ease; }
.aig-empty { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 60vh; text-align: center; gap: 16px; }
.aig-empty-icon { font-size: 4rem; opacity: 0.3; }
.batch-selector { display: flex; gap: 6px; }
.batch-btn { width: 36px; height: 36px; border-radius: 8px; font-size: 0.875rem; font-weight: 700; cursor: pointer; border: 1px solid rgba(255,255,255,0.1); color: #9ca3af; background: rgba(255,255,255,0.04); display: flex; align-items: center; justify-content: center; transition: all 0.25s; }
.batch-btn:hover, .batch-btn.active { background: rgba(99,102,241,0.2); color: #a5b4fc; border-color: rgba(99,102,241,0.4); }

/* Page Hero Banners (About, Contact, etc.) */
.inner-page-hero { padding: 120px 0 60px; text-align: center; position: relative; overflow: hidden; background: radial-gradient(ellipse at center, rgba(99,102,241,0.1) 0%, transparent 70%), #0a0a19; }
.inner-page-hero h1 { font-size: clamp(2rem,5vw,3.5rem); font-weight: 900; margin-bottom: 16px; }
.inner-page-hero p { font-size: 1.05rem; color: #9ca3af; max-width: 600px; margin: 0 auto; }

/* Notification Toast */
.notif-toast { position: fixed; bottom: 24px; right: 24px; background: #12122a; border: 1px solid rgba(99,102,241,0.3); border-radius: 14px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; font-size: 0.875rem; box-shadow: 0 10px 40px rgba(0,0,0,0.5); z-index: 99999; transform: translateY(100px); opacity: 0; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); max-width: 340px; }
.notif-toast.show { transform: translateY(0); opacity: 1; }
.notif-toast i { font-size: 1.1rem; flex-shrink: 0; }
.notif-toast.success i { color: #10b981; }
.notif-toast.info i { color: #6366f1; }

/* Responsive */
@media (max-width: 1200px) {
  .products-grid { grid-template-columns: repeat(3,1fr); }
  .categories-banner-grid { grid-template-columns: repeat(3,1fr); }
  .floating-product-cards { display: none; }
  .mkt-footer-grid { grid-template-columns: repeat(3,1fr); }
  .mf-brand { grid-column: 1 / -1; }
  .aig-layout { grid-template-columns: 280px 1fr; }
  .aig-masonry { columns: 2; }
}
@media (max-width: 900px) {
  .products-grid { grid-template-columns: repeat(2,1fr); }
  .featured-banner { flex-direction: column; text-align: center; }
  .fb-actions { margin-left: 0; justify-content: center; }
  .pd-grid { grid-template-columns: 1fr; }
  .pd-cta-box { position: static; }
  .aig-layout { grid-template-columns: 1fr; }
  .aig-sidebar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.07); }
}
@media (max-width: 640px) {
  .products-grid { grid-template-columns: 1fr; }
  .categories-banner-grid { grid-template-columns: repeat(2,1fr); }
  .mkt-footer-grid { grid-template-columns: 1fr 1fr; }
  .nl-form { flex-direction: column; }
  .aig-masonry { columns: 1; }
  .aig-topbar { flex-wrap: wrap; }
  .mkt-section { padding: 50px 0; }
}
