.hero-tools-section{background:linear-gradient(135deg,#ff6b35 0,#f7931e 100%);border-radius:20px;padding:40px 30px;margin-bottom:50px;position:relative;overflow:hidden}.hero-tools-section::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.05) 100%);pointer-events:none}.hero-tools-section .section-title h3{color:#fff;font-size:2.2rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-tools-section .section-title p{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:0}.hero-tool-card{background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-radius:20px;padding:30px;height:100%;position:relative;transition:.3s cubic-bezier(.4, 0, .2, 1);border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 30px rgba(0,0,0,.1)}.hero-tool-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.15);background:#fff}.hero-tool-card .popularity-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(45deg,#ff6b35,#f7931e);color:#fff;padding:8px 15px;border-radius:20px;font-size:.8rem;font-weight:700;box-shadow:0 4px 15px rgba(255,107,53,.4);animation:2s infinite pulse}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}.hero-tool-card .tool-icon{width:80px;height:80px;background:linear-gradient(135deg,#ff6b35 0,#f7931e 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 25px;box-shadow:0 8px 25px rgba(255,107,53,.3)}.hero-tool-card .tool-icon i{font-size:2.5rem;color:#fff}.hero-tool-card h3{font-size:1.8rem;font-weight:700;margin-bottom:15px;color:#2d3748;text-align:center}.hero-tool-card p{color:#718096;margin-bottom:25px;text-align:center;line-height:1.6}.hero-tool-card .btn-lg{padding:15px 30px;font-size:1.1rem;font-weight:600;border-radius:12px;width:100%;margin-top:10px}.more-tools-section{margin-top:60px}#showMoreTools{border-radius:50px;padding:15px 40px;font-size:1.1rem;font-weight:600;border:2px solid #667eea;color:#667eea;transition:.3s;position:relative;overflow:hidden}#showMoreTools:hover{background:#667eea;color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px rgba(102,126,234,.3)}#showMoreTools i{transition:transform .3s}#showMoreTools.expanded i{transform:rotate(180deg)}.tool-category{background:rgba(255,255,255,.8);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.08);border:1px solid rgba(102,126,234,.1)}.category-header{background:linear-gradient(135deg,#f8fafc 0,#e2e8f0 100%);padding:20px 30px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:.3s;border-bottom:1px solid rgba(102,126,234,.1)}.category-header:hover{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff}.category-header h4{margin:0;font-size:1.4rem;font-weight:600;display:flex;align-items:center;gap:10px}.category-header i.fas.fa-chevron-down{transition:transform .3s}.category-header.expanded i.fas.fa-chevron-down,.category-header[aria-expanded=true] i.fas.fa-chevron-down{transform:rotate(180deg)}.additional-tools{animation:.5s ease-out slideDown}@keyframes slideDown{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-tool-highlight{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 20px 50px rgba(255,193,7,.5)!important;border:3px solid #ffc107!important;animation:2s ease-in-out infinite hero-pulse-glow}@keyframes hero-pulse-glow{0%,100%{box-shadow:0 20px 50px rgba(255,193,7,.5);border-color:#ffc107}50%{box-shadow:0 25px 60px rgba(255,152,0,.7);border-color:#ff9800}}.hero-tool-card.hero-tool-highlight{transform:translateY(-8px) scale(1.02)!important;box-shadow:0 20px 50px rgba(255,193,7,.5)!important;border:3px solid #ffc107!important;background:#fff!important}.random-result-popup{border-radius:20px!important;box-shadow:0 20px 60px rgba(0,0,0,.3)!important}.random-popup-title{font-size:1.8rem!important;font-weight:700!important;color:#2c3e50!important;margin-bottom:20px!important}.random-popup-content{font-size:1.1rem!important;line-height:1.6!important}.popup-result-number .big-number{font-size:4rem;font-weight:800;color:#ff6b35;text-shadow:2px 2px 8px rgba(255,107,53,.3);margin:20px 0;animation:.6s ease-out numberPulse}.popup-result-number .number-range{font-size:1.1rem;color:#7f8c8d;margin-top:10px}@keyframes numberPulse{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.1)}100%{transform:scale(1);opacity:1}}.popup-result-name .selected-name{font-size:2.5rem;font-weight:700;color:#3498db;margin:20px 0;text-shadow:1px 1px 4px rgba(52,152,219,.3);animation:.6s ease-out nameSlide}.popup-result-name .name-info{font-size:1rem;color:#7f8c8d}@keyframes nameSlide{0%{transform:translateX(-100px);opacity:0}100%{transform:translateX(0);opacity:1}}.popup-result-color .color-name{font-size:1.8rem;font-weight:600;color:#2c3e50;margin:15px 0 10px}.popup-result-color .color-codes{font-size:1rem;color:#7f8c8d;line-height:1.8}.popup-result-choice .choice-result{font-size:3rem;font-weight:700;margin:20px 0;animation:.8s ease-out choiceBounce}.popup-result-choice .choice-info{font-size:1.1rem;color:#7f8c8d;margin-top:15px}@keyframes choiceBounce{0%{transform:scale(0) rotate(-180deg);opacity:0}60%{transform:scale(1.2) rotate(0)}100%{transform:scale(1) rotate(0);opacity:1}}.popup-result-activity .activity-name,.popup-result-food .food-name,.popup-result-movie .movie-name,.popup-result-music .music-name,.popup-result-place .place-name{font-size:2.2rem;font-weight:700;color:#e74c3c;margin:20px 0 15px;text-shadow:1px 1px 4px rgba(231,76,60,.3);animation:.6s ease-out resultFadeIn}.popup-result-activity .activity-info,.popup-result-food .food-info,.popup-result-movie .movie-info,.popup-result-music .music-info,.popup-result-place .place-info{font-size:1rem;color:#7f8c8d;margin-top:10px}@keyframes resultFadeIn{0%{transform:translateY(30px);opacity:0}100%{transform:translateY(0);opacity:1}}.popup-result-idea .idea-category-popup{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:8px 20px;border-radius:20px;font-size:.9rem;font-weight:600;display:inline-block;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.popup-result-idea .idea-content{font-size:1.4rem;font-weight:600;color:#2c3e50;line-height:1.5;margin:15px 0}.popup-result-quote .quote-text-popup{font-size:1.3rem;font-style:italic;color:#34495e;line-height:1.6;margin:20px 0 15px;padding:0 20px;position:relative}.popup-result-quote .quote-text-popup::before{content:'"';font-size:4rem;position:absolute;left:-10px;top:-15px;color:#bdc3c7;font-family:serif}.popup-result-quote .quote-author-popup{font-size:1.1rem;font-weight:600;color:#7f8c8d;text-align:right;margin-top:15px}.random-popup-btn-again{background:linear-gradient(135deg,#ff6b35 0,#f7931e 100%)!important;border:none!important;border-radius:25px!important;padding:12px 25px!important;font-weight:600!important;font-size:1rem!important;transition:.3s!important}.random-popup-btn-again:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(255,107,53,.4)!important}.random-popup-btn-ok{background:linear-gradient(135deg,#28a745 0,#20c997 100%)!important;border:none!important;border-radius:25px!important;padding:12px 25px!important;font-weight:600!important;font-size:1rem!important;transition:.3s!important}.random-popup-btn-ok:hover{transform:translateY(-2px)!important;box-shadow:0 8px 25px rgba(40,167,69,.4)!important}.animate__zoomIn{animation-duration:.5s!important}.animate__zoomOut{animation-duration:.3s!important}@media (max-width:768px){.hero-tools-section{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);padding:30px 20px}.hero-tool-card .popularity-badge{background:linear-gradient(45deg,#667eea,#764ba2);box-shadow:0 4px 15px rgba(102,126,234,.4)}.hero-tool-card .tool-icon{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);box-shadow:0 8px 25px rgba(102,126,234,.3)}.hero-tool-card h3{font-size:1.6rem}.hero-tool-card p{font-size:.95rem}}@media (max-width:576px){.hero-tools-section{padding:25px 15px;border-radius:15px}.hero-tool-card{padding:25px 20px;border-radius:15px}.hero-tool-card .tool-icon{width:70px;height:70px;margin-bottom:20px}.hero-tool-card .tool-icon i{font-size:2rem}.hero-tool-card h3{font-size:1.4rem;margin-bottom:12px}.hero-tool-card p{font-size:.9rem;line-height:1.5}}