:root{--bs-primary:#e41c14}*{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif}#spinner{opacity:0;visibility:hidden;transition:opacity .8s ease-out,visibility 0s linear .5s;z-index:99999}#spinner.show{transition:opacity .8s ease-out,visibility 0s linear .0s;visibility:visible;opacity:1}.back-to-top{position:fixed;right:30px;bottom:30px;display:flex;width:45px;height:45px;align-items:center;justify-content:center;transition:0.5s;z-index:99}.back-to-top:hover{color:#fff;background-color:#900}.fw-thin{font-weight:100}.text-uppercase{font-size:14px}.btn{font-weight:600;transition:.5s}.link-hover{transition:0.5s}.link-hover:hover{color:var(--bs-primary)!important}.features{width:100%;height:319px;background:url(../img/banner1.jpg) no-repeat center center;background-size:contain;background-color:#000}.tf-footer{margin:0;padding:0;box-sizing:border-box;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f8fafc}.tf-footer .footer{background:linear-gradient(135deg,#000000 0%,#1a1a1a 50%,#000000 100%);color:#fff;position:relative;overflow:hidden}.tf-footer .footer::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgb(255 0 0 / .1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgb(255 0 0 / .08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgb(255 0 0 / .06) 0%,transparent 50%);animation:particleFloat 15s ease-in-out infinite;pointer-events:none}@keyframes particleFloat{0%,100%{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}.tf-footer .footer::after{content:'';position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#ff0000,#ffffff,#ff0000,#ffffff,#ff0000);background-size:300% 100%;animation:borderSlide 4s linear infinite}@keyframes borderSlide{0%{background-position:0% 50%}100%{background-position:300% 50%}}.tf-footer .container{max-width:1400px;margin:0 auto;padding:0 20px;position:relative;z-index:1}.tf-footer .footer-row-1{display:flex;justify-content:space-between;align-items:center;padding:60px 0 50px;border-bottom:2px solid #333;position:relative}.tf-footer .logo-container{animation:slideInLeft 1s ease-out}.tf-footer .logo{font-size:3rem;font-weight:900;color:#fff;text-transform:uppercase;letter-spacing:3px;position:relative;cursor:pointer;transition:all 0.3s ease}.tf-footer .logo::before{content:'';position:absolute;bottom:-5px;left:0;width:0;height:4px;background:linear-gradient(90deg,#ff0000,#ffffff);transition:width 0.5s ease}.tf-footer .logo:hover::before{width:100%}.tf-footer .logo:hover{transform:translateY(-3px);text-shadow:0 5px 15px rgb(255 0 0 / .5)}.tf-footer .newsletter-container{animation:slideInRight 1s ease-out}.tf-footer .newsletter{display:flex;align-items:center;gap:20px;background:rgb(255 255 255 / .05);padding:20px 30px;border-radius:50px;backdrop-filter:blur(10px);border:1px solid rgb(255 255 255 / .1);transition:all 0.3s ease}.tf-footer .newsletter:hover{background:rgb(255 255 255 / .1);transform:translateY(-2px);box-shadow:0 10px 30px rgb(255 0 0 / .2)}.tf-footer .newsletter-text{font-size:1.1rem;font-weight:600;color:#fff;white-space:nowrap}.tf-footer .newsletter-input{padding:15px 25px;border:2px solid #fff0;border-radius:50px;background:rgb(0 0 0 / .3);color:#fff;font-size:1rem;width:250px;transition:all 0.3s ease;outline:none}.tf-footer .newsletter-input:focus{border-color:red;background:rgb(0 0 0 / .5);box-shadow:0 0 25px rgb(255 0 0 / .3);transform:scale(1.02)}.tf-footer .newsletter-input::placeholder{color:#999}.tf-footer .newsletter-btn{padding:15px 30px;background:linear-gradient(45deg,#ff0000,#cc0000);border:none;border-radius:50px;color:#fff;font-weight:700;font-size:1rem;cursor:pointer;transition:all 0.3s ease;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:1px}.tf-footer .newsletter-btn::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .4),transparent);transition:left 0.5s ease}.tf-footer .newsletter-btn:hover::before{left:100%}.tf-footer .newsletter-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px rgb(255 0 0 / .4);background:linear-gradient(45deg,#cc0000,#990000)}.tf-footer .footer-row-2{display:grid;grid-template-columns:1.2fr 1fr 1fr 1.5fr;gap:50px;padding:50px 0;animation:fadeInUp 1s ease-out 0.3s both}.tf-footer .footer-section h3{color:#fff;font-size:1.4rem;margin-bottom:25px;font-weight:800;text-transform:uppercase;letter-spacing:2px;position:relative;padding-bottom:10px}.tf-footer .footer-section h3::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#ff0000,#ffffff);border-radius:2px}.tf-footer .contact-info{animation:slideInUp 1s ease-out 0.5s both}.tf-footer .contact-item{display:flex;align-items:center;margin-bottom:20px;padding:15px;background:rgb(255 255 255 / .03);border-radius:10px;transition:all 0.3s ease;border-left:3px solid #fff0}.tf-footer .contact-item:hover{background:rgb(255 0 0 / .1);border-left-color:red;transform:translateX(10px)}.tf-footer .contact-icon{font-size:1.5rem;margin-right:15px;color:red;width:30px;text-align:center}.tf-footer .contact-text{color:#e5e5e5;font-size:1rem;line-height:1.5}.tf-footer .social-buttons{display:flex;gap:15px;margin-top:25px}.tf-footer .social-btn{width:50px;height:50px;border-radius:50%;background:rgb(255 255 255 / .05);border:2px solid #333;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;font-size:1.3rem;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden}.tf-footer .social-btn::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:red;border-radius:50%;transition:all 0.4s ease;transform:translate(-50%,-50%);z-index:-1}.tf-footer .social-btn:hover::before{width:100px;height:100px}.tf-footer .social-btn:hover{color:#fff;border-color:red;transform:translateY(-5px) rotate(360deg);box-shadow:0 10px 25px rgb(255 0 0 / .3)}.tf-footer .site-links ul,.tf-footer .legal-links ul{list-style:none}.tf-footer .site-links li,.tf-footer .legal-links li{margin-bottom:15px;opacity:0;animation:slideInLeft 0.6s ease-out forwards}.tf-footer .site-links li:nth-child(1){animation-delay:0.1s}.tf-footer .site-links li:nth-child(2){animation-delay:0.2s}.tf-footer .site-links li:nth-child(3){animation-delay:0.3s}.tf-footer .site-links li:nth-child(4){animation-delay:0.4s}.tf-footer .site-links li:nth-child(5){animation-delay:0.5s}.tf-footer .site-links li:nth-child(6){animation-delay:0.6s}.tf-footer .legal-links li:nth-child(1){animation-delay:0.2s}.tf-footer .legal-links li:nth-child(2){animation-delay:0.4s}.tf-footer .legal-links li:nth-child(3){animation-delay:0.6s}.tf-footer .legal-links li:nth-child(4){animation-delay:0.8s}.tf-footer .site-links a,.tf-footer .legal-links a{color:#e5e5e5;text-decoration:none;font-size:1rem;transition:all 0.3s ease;position:relative;padding-left:20px;display:block;padding:10px 20px;border-radius:8px}.tf-footer .site-links a::before,.tf-footer .legal-links a::before{content:'→';position:absolute;left:0;color:red;font-weight:700;transition:all 0.3s ease;opacity:0}.tf-footer .site-links a:hover,.tf-footer .legal-links a:hover{color:#fff;background:rgb(255 0 0 / .1);padding-left:25px;transform:translateX(5px)}.tf-footer .site-links a:hover::before,.tf-footer .legal-links a:hover::before{opacity:1;transform:translateX(5px)}.tf-footer .magazine-carousel{animation:fadeIn 1s ease-out 1s both;position:relative}.tf-footer .magazine-slider{overflow:hidden;border-radius:15px;position:relative}.tf-footer .magazine-track{display:flex;transition:transform 0.5s ease}@keyframes autoSlide{0%{transform:translateX(0)}16.66%{transform:translateX(-100%)}33.33%{transform:translateX(-200%)}50%{transform:translateX(-300%)}66.66%{transform:translateX(-400%)}83.33%{transform:translateX(-500%)}100%{transform:translateX(0)}}.tf-footer .magazine-slider:hover .magazine-track{animation-play-state:paused}.tf-footer .magazine-card{position:relative;overflow:hidden;cursor:pointer;transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);animation:scaleIn 0.6s ease-out forwards;opacity:0;min-width:100%;flex-shrink:0}.tf-footer .magazine-card:nth-child(1){animation-delay:0.1s}.tf-footer .magazine-card:nth-child(2){animation-delay:0.2s}.tf-footer .magazine-card:nth-child(3){animation-delay:0.3s}.tf-footer .magazine-card:nth-child(4){animation-delay:0.4s}.tf-footer .magazine-card:nth-child(5){animation-delay:0.5s}.tf-footer .magazine-card:nth-child(6){animation-delay:0.6s}.tf-footer .magazine-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;transition:all 0.4s ease;z-index:2}.tf-footer .magazine-card:hover::before{opacity:1}.tf-footer .magazine-card:hover{box-shadow:0 20px 40px rgb(255 0 0 / .3);border-color:red}.tf-footer .magazine-image{width:100%;height:350px;object-fit:contain;transition:all 0.4s ease}.tf-footer .magazine-title{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(0 0 0 / .9));color:#fff;padding:25px 20px 20px;font-weight:700;font-size:1rem;opacity:0;transform:translateY(20px);transition:all 0.4s cubic-bezier(.175,.885,.32,1.275);z-index:3;text-align:center}.tf-footer .magazine-card:hover .magazine-title{opacity:1;transform:translateY(0)}.tf-footer .footer-bottom{border-top:2px solid #333;padding:30px 0;display:flex;justify-content:space-between;align-items:center;animation:fadeIn 1s ease-out 1.5s both;position:relative}.tf-footer .footer-bottom::before{content:'';position:absolute;top:0;left:50%;width:0;height:2px;background:linear-gradient(90deg,#ff0000,#ffffff,#ff0000);transition:all 1s ease;transform:translateX(-50%)}.tf-footer .footer-bottom:hover::before{width:100%}.tf-footer .copyright{color:#ccc;font-size:1rem;transition:all 0.3s ease}.tf-footer .copyright:hover{color:#fff}.tf-footer .designed-by{color:#ccc;font-size:1rem;cursor:pointer;transition:all 0.3s ease}.tf-footer .designed-by:hover{color:#fff}.tf-footer .designed-by span{color:#fff;font-weight:700;transition:all 0.3s ease}.tf-footer .designed-by:hover span{text-shadow:0 0 10px rgb(255 0 0 / .5)}@keyframes slideInLeft{from{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{from{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes scaleIn{from{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.tf-footer .footer-row-2{grid-template-columns:1fr 1fr;gap:40px}.tf-footer .magazine-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.tf-footer .footer-row-1{flex-direction:column;gap:30px;text-align:center}.tf-footer .footer-row-2{grid-template-columns:1fr;gap:40px}.tf-footer .newsletter{flex-direction:column;gap:20px;padding:25px}.tf-footer .newsletter-input{width:100%}.tf-footer .footer-bottom{flex-direction:column;gap:20px;text-align:center}.tf-footer .logo{font-size:2.5rem}}@media (max-width:480px){.tf-footer .magazine-grid{grid-template-columns:1fr}.tf-footer .container{padding:0 15px}}.tf-detail-page{font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;color:#1a1a1a;background:linear-gradient(135deg,#fafafa 0%,#f5f5f5 100%);overflow-x:hidden;max-width:1200px;margin:0 auto;margin-top:200px;padding:0 20px}.tf-detail-page .main-content{display:grid;grid-template-columns:2fr 1fr;gap:40px;margin:40px 0}.tf-detail-page .article-content{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgb(0 0 0 / .1);border:1px solid rgb(220 38 38 / .1);transition:transform 0.3s ease,box-shadow 0.3s ease}.tf-detail-page .article-content:hover{transform:translateY(-5px);box-shadow:0 30px 80px rgb(220 38 38 / .15)}.tf-detail-page .article-header{position:relative;overflow:hidden}.tf-detail-page .article-image{width:100%;height:400px;object-fit:cover;transition:transform 0.7s ease}.tf-detail-page .article-content:hover .article-image{transform:scale(1.05)}.tf-detail-page .article-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(0 0 0 / .7));padding:40px 30px 30px;color:#fff}.tf-detail-page .article-category{display:inline-block;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:8px 16px;border-radius:25px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:15px;box-shadow:0 4px 15px rgb(220 38 38 / .3)}.tf-detail-page .article-title{font-size:2.5em;font-weight:800;line-height:1.2;margin-bottom:15px;text-shadow:0 2px 10px rgb(0 0 0 / .5);color:#fff}.tf-detail-page .article-meta{display:flex;align-items:center;gap:20px;font-size:14px;opacity:.9}.tf-detail-page .author{display:flex;align-items:center;gap:10px}.tf-detail-page .author-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgb(255 255 255 / .3)}.tf-detail-page .article-body{padding:40px}.tf-detail-page .article-body p{margin-bottom:20px;font-size:18px;line-height:1.8;color:#374151}.tf-detail-page .article-body p:first-child{font-size:20px;color:#1f2937;font-weight:500}.tf-detail-page .quote{background:linear-gradient(135deg,rgb(220 38 38 / .05),rgb(185 28 28 / .05));border-left:4px solid #dc2626;padding:30px;margin:30px 0;border-radius:0 15px 15px 0;font-style:italic;font-size:20px;position:relative}.tf-detail-page .quote::before{content:'"';font-size:60px;color:#dc2626;position:absolute;top:-10px;left:15px;opacity:.3}.tf-detail-page .sidebar{display:flex;flex-direction:column;gap:30px}.tf-detail-page .widget{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px rgb(0 0 0 / .08);border:1px solid rgb(220 38 38 / .1);transition:transform 0.3s ease}.tf-detail-page .widget:hover{transform:translateY(-3px)}.tf-detail-page .widget-title{font-size:24px;font-weight:700;margin-bottom:25px;color:#1f2937;position:relative;padding-bottom:15px}.tf-detail-page .widget-title::after{content:'';position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#dc2626,#b91c1c);border-radius:2px}.tf-detail-page .recent-article{display:flex;gap:15px;padding:20px 0;border-bottom:1px solid #f3f4f6;transition:all 0.3s ease;border-radius:10px}.tf-detail-page .recent-article:hover{background:rgb(220 38 38 / .02);padding-left:10px}.tf-detail-page .recent-article:last-child{border-bottom:none}.tf-detail-page .recent-thumbnail{width:80px;height:80px;border-radius:12px;object-fit:cover;flex-shrink:0}.tf-detail-page .recent-content h3{font-size:16px;font-weight:600;line-height:1.4;margin-bottom:8px;color:#1f2937;transition:color 0.3s ease}.tf-detail-page .recent-article:hover .recent-content h3{color:#dc2626}.tf-detail-page .recent-date{font-size:12px;color:#6b7280}.tf-detail-page .social-share{display:flex;justify-content:center;gap:15px;margin:40px 0;padding:25px;background:linear-gradient(135deg,rgb(220 38 38 / .05),rgb(185 28 28 / .05));border-radius:15px;border:1px solid rgb(220 38 38 / .1)}.tf-detail-page .share-btn{width:50px;height:50px;border-radius:50%;border:none;color:#fff;cursor:pointer;transition:all 0.3s ease;display:flex;align-items:center;justify-content:center;font-size:18px}.tf-detail-page .facebook{background:#3b5998}.tf-detail-page .twitter{background:#1da1f2}.tf-detail-page .linkedin{background:#0077b5}.tf-detail-page .whatsapp{background:#25d366}.tf-detail-page .share-btn:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 10px 25px rgb(0 0 0 / .2)}.tf-detail-page .tags{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0}.tf-detail-page .tag{background:linear-gradient(135deg,rgb(220 38 38 / .1),rgb(185 28 28 / .1));color:#dc2626;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;transition:all 0.3s ease;border:1px solid rgb(220 38 38 / .2)}.tf-detail-page .tag:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;transform:translateY(-2px)}@media (max-width:768px){.tf-detail-page .main-content{grid-template-columns:1fr;gap:30px}.tf-detail-page .nav-links{display:none}.tf-detail-page .article-title{font-size:2em}.tf-detail-page .article-body{padding:30px 25px}.tf-detail-page .article-body p{font-size:16px}.tf-detail-page .widget{padding:25px}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.tf-detail-page .article-content{animation:fadeInUp 0.8s ease}.tf-detail-page .widget{animation:fadeInUp 0.8s ease;animation-delay:0.2s;animation-fill-mode:both}.tf-detail-page .progress-bar{position:fixed;top:0;left:0;width:0%;height:4px;background:linear-gradient(90deg,#dc2626,#b91c1c);z-index:1000;transition:width 0.1s ease}.tof-legal{font-family:'Segoe UI',Roboto,Arial,sans-serif;background-color:#f9f9f9;color:#333;line-height:1.6;padding:10px}.tof-legal .container{max-width:900px;margin-top:200px;padding:10px 20px;background-color:#fff;border-radius:10px;box-shadow:0 8px 24px rgb(0 0 0 / .05)}.tof-legal section{padding:20px;margin:10px 0;border-bottom:1px solid #eaeaea}.tof-legal h1{font-size:2.4rem;margin-bottom:10px;color:#2c3e50;text-align:center}.tof-legal small{display:block;text-align:center;margin-bottom:40px;color:#7f8c8d}.tof-legal h2{font-size:1.5rem;margin:30px 0 10px;color:#34495e;border-left:4px solid red;padding-left:10px}.tof-legal p{font-size:1rem;margin-bottom:20px;color:#555}.tof-legal a{color:red;text-decoration:none}.tof-legal a:hover{text-decoration:underline}@media (max-width:768px){.container{padding:0 15px}.tof-legal h1{font-size:2rem}.tof-legal h2{font-size:1.25rem}.tof-legal p{font-size:.95rem}}