@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:linear-gradient(135deg,#fff 0,#f8f9fa 100%);color:#1a1a1a;padding:40px 20px;min-height:100vh}header{text-align:center;margin-bottom:60px;animation:fadeInDown .8s ease-out}h1{background:linear-gradient(135deg,red 0,#c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:3.5em;margin-bottom:15px;font-weight:900;letter-spacing:-1.5px}.subtitle{color:#4a5568;font-size:1.25em;margin-bottom:30px;font-weight:400;letter-spacing:.3px}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:30px;max-width:1600px;margin:0 auto;padding:20px;animation:fadeIn 1s ease-out}.category-card,.category-card a{position:relative;min-height:44px}.category-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:25px;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(0,0,0,.06);overflow:hidden}.category-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,0,0,.05)0,rgba(255,0,0,.1) 100%);opacity:0;transition:opacity .4s;z-index:0}.category-card:hover::before{opacity:1}.category-card:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 15px 40px rgba(255,0,0,.25);border-color:rgba(255,0,0,.4)}.category-card a{text-decoration:none;display:block;z-index:1;padding:8px}.category-image{width:140px;height:140px;object-fit:contain;margin:0 auto 20px;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.category-card:hover .category-image{transform:scale(1.15) rotate(5deg)}.category-name{background:linear-gradient(135deg,red 0,#c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.4em;font-weight:800;margin-bottom:8px;letter-spacing:-.3px}.category-description{color:#4a5568;font-size:.95em;font-weight:500}.info-section{max-width:1200px;margin:80px auto 40px;padding:40px;background:#fff;border-left:5px solid red;border-radius:15px;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .4s cubic-bezier(.4,0,.2,1)}.info-section:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(255,0,0,.15)}.faq-answer strong,.highlight,.info-section h2{background:linear-gradient(135deg,red 0,#c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-section h2{margin-bottom:20px;font-size:2.2em;font-weight:800;letter-spacing:-.5px}.info-section p{color:#2d3748;line-height:2;margin-bottom:18px;font-size:1.05em;font-weight:400}.faq-answer strong,.highlight{font-weight:700}.faq-section{max-width:1200px;margin:80px auto;padding:0 20px}.faq-container{background:#fff;border-radius:20px;padding:50px;box-shadow:0 8px 30px rgba(0,0,0,.08)}.faq-title{background:linear-gradient(135deg,red 0,#c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:2.5em;font-weight:900;margin-bottom:40px;text-align:center;letter-spacing:-.5px}.faq-item{border-bottom:2px solid #f1f5f9;margin-bottom:0;transition:all .3s ease}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:0 0;border:0;padding:28px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1.2em;font-weight:700;color:#1a1a1a;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.faq-question:hover{color:red;padding-left:10px}.faq-question span{flex:1;padding-right:20px}.faq-icon{flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1);color:red}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .4s cubic-bezier(.4,0,.2,1);padding:0}.faq-item.active .faq-answer{max-height:800px;padding:0 0 28px}.faq-answer p{color:#2d3748;line-height:1.8;margin-bottom:15px;font-size:1.05em}.faq-answer p:last-child{margin-bottom:0}.faq-answer ul{list-style:none;padding-left:0;margin:15px 0}.faq-answer ul li{color:#2d3748;line-height:1.8;padding-left:30px;position:relative;margin-bottom:10px}.faq-answer ul li::before{content:"→";position:absolute;left:0;color:red;font-weight:700;font-size:1.2em}footer{background:linear-gradient(135deg,#fff 0,#f8f9fa 100%);border-top:1px solid rgba(255,0,0,.1);margin-top:100px;padding:50px 20px}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px}.footer-logo{flex:1;min-width:200px}.footer-logo a{display:inline-block;text-decoration:none;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer-logo a:hover{transform:scale(1.08)}.logo-text{font-size:2em;font-weight:800;background:linear-gradient(135deg,red 0,#c00 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:-.5px}.logo-subtitle{color:#4a5568;font-size:.95em;margin-top:8px;font-weight:500}.social-link,.social-links{display:flex;justify-content:center}.social-links{flex:1;gap:20px;min-width:200px}.social-link{align-items:center;width:56px;height:56px;min-width:44px;min-height:44px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,0,0,.05)}.social-link:hover{border-color:red;transform:translateY(-5px) rotate(5deg);box-shadow:0 8px 25px rgba(255,0,0,.2);background:linear-gradient(135deg,#fff0f0 0,#ffe5e5 100%)}.social-link svg{width:26px;height:26px;transition:transform .3s}.social-link:hover svg{transform:scale(1.15)}.footer-info{flex:1;text-align:right;min-width:200px;color:#4a5568}.footer-info p{margin:5px 0;font-size:.9em}.copyright,.footer-wrapper{border-top:1px solid rgba(0,0,0,.08)}.footer-wrapper{max-width:1000px;margin:40px auto 0;padding-top:40px}.footer-wrapper p{color:#4a5568;line-height:1.8;font-size:.88em;margin-bottom:15px;font-weight:400}.copyright{margin-top:25px;padding-top:20px;font-size:.85em;color:#718096}.copyright a{color:red;text-decoration:none;font-weight:700;transition:all .3s}.copyright a:hover{text-decoration:underline;color:#c00}@media (max-width:1599px){.categories-grid{grid-template-columns:repeat(5,1fr);gap:28px}}@media (max-width:1399px){.categories-grid{grid-template-columns:repeat(4,1fr);gap:25px}}@media (max-width:1023px){body{padding:30px 20px}h1{font-size:3em}.categories-grid{grid-template-columns:repeat(3,1fr);gap:22px}.category-image{width:120px;height:120px}.info-section{padding:35px;margin:60px auto 35px}.info-section h2{font-size:2em}.faq-container{padding:40px}.faq-title{font-size:2.2em}.faq-question{font-size:1.1em}}@media (max-width:767px){body{padding:20px 15px}h1{font-size:2.5em}.subtitle{font-size:1.1em}.categories-grid{grid-template-columns:repeat(2,1fr);gap:20px;padding:10px}.category-card{padding:20px}.category-image{width:110px;height:110px}.category-name{font-size:1.15em}.info-section{padding:25px;margin:50px auto 30px}.info-section h2{font-size:1.7em}.info-section p{font-size:1em;line-height:1.8}.footer-content{flex-direction:column;gap:30px}.footer-content,.footer-info{text-align:center}.social-links{justify-content:center}.faq-container{padding:30px}.faq-title{font-size:2em}.faq-question{font-size:1.05em;padding:22px 0}.faq-answer p,.faq-answer ul li{font-size:1em}}@media (max-width:599px){h1{font-size:2.2em}.categories-grid{gap:18px}.category-image{width:95px;height:95px}.category-name{font-size:1.05em}}@media (max-width:479px){body{padding:15px 10px}h1{font-size:2em;letter-spacing:-1px}.faq-answer ul li::before,.subtitle{font-size:1em}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:5px}.category-card{padding:15px 10px;border-radius:15px}.category-image{width:80px;height:80px}.category-name{font-size:.95em}.category-description{font-size:.85em}.info-section{padding:20px;margin:40px auto 25px}.info-section h2{font-size:1.5em}.info-section p{font-size:.9em;line-height:1.7}.footer-wrapper p{font-size:.8em}.social-link{width:48px;height:48px}.social-link svg{width:22px;height:22px}.faq-container{padding:25px 20px}.faq-title{font-size:1.6em;margin-bottom:30px}.faq-question{font-size:.95em;padding:18px 0}.faq-answer p{font-size:.9em;line-height:1.7}.faq-answer ul li{font-size:.9em;padding-left:25px}}
