.homepage{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 1rem}.banner-section{padding:2rem 0;background:linear-gradient(135deg,#F8F9FA,#E8EAF6)}.dual-banners{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.banner{border-radius:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.12);position:relative;min-height:280px;display:flex;flex-direction:column}.social-banner{background:linear-gradient(135deg,#667eea,#764ba2)}.info-banner{background:linear-gradient(135deg,#f093fb,#f5576c)}.banner-slider{position:relative;flex:1 1;padding:2rem}.slide{position:absolute;top:0;left:0;right:0;bottom:0;padding:2rem;opacity:0;transform:translateX(20px);transition:opacity .6s ease,transform .6s ease;pointer-events:none;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:white}.slide.active{opacity:1;transform:translateX(0);pointer-events:auto}.bg-gradient-to-br.from-purple-600.to-blue-600{background:linear-gradient(to bottom right,#9333ea,#2563eb)}.bg-gradient-to-br.from-green-600.to-teal-600{background:linear-gradient(to bottom right,#059669,#0d9488)}.bg-gradient-to-br.from-amber-600.to-orange-600{background:linear-gradient(to bottom right,#d97706,#ea580c)}.slide-icon{font-size:4rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.slide-title{font-size:1.8rem;font-weight:800;margin-bottom:.5rem;text-shadow:0 2px 8px rgba(0,0,0,.2)}.slide-subtitle{font-size:1.1rem;font-weight:500;opacity:.95;margin-bottom:1.5rem}.platform-tags{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.platform-tag{background:rgba(255,255,255,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.platform-tag:hover{background:rgba(255,255,255,.35);transform:translateY(-2px)}.slide-icon-large{font-size:5rem;margin-bottom:1rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.slide-title-large{font-size:2rem;font-weight:900;margin-bottom:.5rem;text-shadow:0 2px 12px rgba(0,0,0,.3);line-height:1.2}.slide-subtitle-large{font-size:1.3rem;font-weight:600;opacity:.95;margin-bottom:.75rem}.slide-description{font-size:1rem;opacity:.9;font-weight:500}.slider-dots{display:flex;justify-content:center;gap:.5rem;padding:1rem;background:rgba(0,0,0,.1)}.dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.4);border:none;cursor:pointer;transition:all .3s ease}.dot.active{background:white;width:30px;border-radius:5px}.dot:hover{background:rgba(255,255,255,.7)}.quick-categories{padding:3rem 0}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:2rem;color:#1B4332}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem}.category-card{background:white;border-radius:16px;padding:2rem;text-align:center;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:all .3s ease;border:2px solid transparent}.category-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,.15);border-color:#F59E0B}.category-icon{font-size:4rem;margin-bottom:1rem}.category-card h3{font-size:1.5rem;font-weight:700;color:#1B4332;margin-bottom:.5rem}.category-card p{color:#666;font-size:1rem}.features{padding:3rem 0;background:linear-gradient(135deg,#E8F5E9,#F1F8E9)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.feature-card{text-align:center;padding:1.5rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.2rem;font-weight:700;color:#1B4332;margin-bottom:.5rem}.feature-card p{color:#666;font-size:.95rem}@media (min-width:769px) and (max-width:1024px){.dual-banners{grid-template-columns:repeat(2,1fr);gap:2rem}.banner{min-height:320px}.category-grid,.feature-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.banner-section{padding:3rem 0}.dual-banners{grid-template-columns:repeat(2,1fr);gap:2.5rem}.banner{min-height:380px}.slide-icon{font-size:5rem}.slide-title{font-size:2.2rem}.slide-subtitle{font-size:1.3rem}.slide-icon-large{font-size:6rem}.slide-title-large{font-size:2.5rem}.slide-subtitle-large{font-size:1.5rem}.slide-description{font-size:1.1rem}.platform-tag{font-size:1rem;padding:.6rem 1.3rem}.category-grid{grid-template-columns:repeat(4,1fr);gap:2rem}.category-card{padding:2.5rem}.category-icon{font-size:5rem}.section-title{font-size:2.5rem}.feature-grid{grid-template-columns:repeat(4,1fr)}.feature-icon{font-size:3.5rem}}@media (max-width:768px){.dual-banners{grid-template-columns:1fr}.banner{min-height:300px}.slide-title{font-size:1.5rem}.slide-title-large{font-size:1.6rem}.slide-subtitle-large{font-size:1.1rem}.slide-description{font-size:.9rem}.section-title{font-size:1.6rem}.category-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.category-card{padding:1.5rem 1rem}.category-icon{font-size:3rem}.category-card h3{font-size:1.2rem}.category-card p{font-size:.9rem}.feature-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-icon{font-size:2.5rem}.feature-card h3{font-size:1rem}.feature-card p{font-size:.85rem}}@media (max-width:480px){.category-grid,.feature-grid{grid-template-columns:1fr}.banner-slider,.slide{padding:1.5rem}}