.seo-content-sections{max-width:100%;width:100%;margin:1rem auto;padding:0 1rem}section{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,255,255,.95));border-radius:20px;padding:1.5rem 1rem;margin-bottom:1rem;box-shadow:0 15px 50px rgba(0,0,0,.12);border:1px solid rgba(255,107,53,.1);position:relative;overflow:visible;transition:all .4s ease}section::before{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#ff6b35,#f7931e,#06ffa5,#4ecdc4);background-size:200% 100%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,100%{background-position:0 50%}50%{background-position:100% 50%}}section:hover{transform:translateY(-2px);box-shadow:0 20px 60px rgba(0,0,0,.15)}.categories-section h2,.features-section h2,.howto-section h2{text-align:center;background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;font-size:1.7rem;font-weight:800;letter-spacing:-.5px;position:relative;padding-bottom:.5rem}.categories-section h2::after,.features-section h2::after,.howto-section h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#ff6b35,#06ffa5);border-radius:2px}.categories-grid,.features-grid,.howto-steps{display:flex;flex-direction:row;gap:1.5rem;margin-top:1rem;overflow-x:auto;overflow-y:hidden;padding:.5rem 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.categories-grid::-webkit-scrollbar,.features-grid::-webkit-scrollbar,.howto-steps::-webkit-scrollbar{height:8px}.categories-grid::-webkit-scrollbar-track,.features-grid::-webkit-scrollbar-track,.howto-steps::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:10px}.categories-grid::-webkit-scrollbar-thumb,.features-grid::-webkit-scrollbar-thumb,.howto-steps::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ff6b35,#f7931e);border-radius:10px}.category-card,.feature-card,.step-card{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 8px 25px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.175, .885, .32, 1.275);border:2px solid transparent;position:relative;overflow:hidden;flex:0 0 auto;width:280px}.category-card::before,.feature-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(255,107,53,.05),rgba(6,255,165,.05));opacity:0;transition:opacity .4s ease}.category-card:hover,.feature-card:hover,.step-card:hover{transform:translateY(-8px) scale(1.03);box-shadow:0 15px 40px rgba(255,107,53,.25);border-color:#ff6b35}.category-card:hover::before,.feature-card:hover::before{opacity:1}.category-icon,.feature-icon{font-size:3rem;text-align:center;margin-bottom:1rem;filter:drop-shadow(0 5px 15px rgba(0, 0, 0, .1));transition:transform .3s ease}.category-card:hover .category-icon,.feature-card:hover .feature-icon{transform:scale(1.1) rotate(5deg)}.category-card h3,.feature-card h3,.step-card h3{color:#2c3e50;margin:.75rem 0;font-size:1.15rem;font-weight:700;text-align:center}.category-card h3{background:linear-gradient(135deg,#ff6b35,#f7931e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-card p,.feature-card p,.step-card p{color:#5d6d7e;line-height:1.6;text-align:center;font-size:.9rem}.step-card{cursor:default}.step-number{background:linear-gradient(135deg,#06ffa5,#4ecdc4);color:#fff;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;margin:0 auto 1rem;box-shadow:0 8px 20px rgba(6,255,165,.4);position:relative}.step-number::after{content:'';position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;border-radius:50%;border:2px solid rgba(6,255,165,.3);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.08);opacity:.5}}.step-card:hover{border-color:#4ecdc4;box-shadow:0 15px 40px rgba(78,205,196,.3)}.categories-intro{text-align:center;font-size:1.05rem;color:#5d6d7e;margin-bottom:1rem;font-weight:500;line-height:1.5}.category-card{cursor:pointer}@media (max-width:768px){.category-card,.feature-card,.step-card{width:240px}section{padding:1.25rem .75rem;margin-bottom:.75rem}.seo-content-sections{padding:0 .5rem;margin:.75rem auto}.categories-section h2,.features-section h2,.howto-section h2{font-size:1.5rem}.category-icon,.feature-icon{font-size:2.5rem}}@media (max-width:480px){.categories-section h2,.features-section h2,.howto-section h2{font-size:1.3rem}.category-card,.feature-card,.step-card{width:220px;padding:1.25rem}section{padding:1rem .5rem}}