@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap";body{font-family:"Poppins",sans-serif;background-color:#ecf0f1;color:#34495e;line-height:1.6;margin:0;padding:0}header{background-color:#2c3e50;color:#fff;padding:1rem;text-align:center}header .logo-container .logo{width:100px;height:100px;border-radius:50%}header h1{margin:0;font-size:2.5rem}header .slogan{font-style:italic;opacity:.8}.main-nav{background-color:#1a252f}.main-nav ul{list-style-type:none;padding:0;margin:0;display:flex;justify-content:center}.main-nav ul li a{color:#fff;text-decoration:none;padding:1rem;display:block;transition:background-color .3s ease}.main-nav ul li a:hover{background-color:#3498db;text-decoration:none}main,.container{max-width:1200px;margin:0 auto;padding:2rem}h2{font-size:2.5rem;color:#2c3e50}.small{font-size:.8rem;color:#2c3e50}.hero{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:3rem}@media(min-width: 768px){.hero{flex-direction:row;align-items:flex-start}}.hero .hero-content{width:100%;padding-right:0;margin-bottom:1rem}@media(min-width: 768px){.hero .hero-content{width:50%;padding-right:2rem;margin-bottom:0}}.hero .hero-content h2{font-size:2.5rem;color:#2c3e50}.hero .hero-image{width:100%;height:280px;max-height:280px;overflow:hidden}@media(min-width: 768px){.hero .hero-image{width:50%;max-width:50%}}.hero .hero-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:10px}.features{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-top:20px}.features .feature{background-color:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.features .feature h1,.features .feature h2,.features .feature h3,.features .feature h4,.features .feature h5,.features .feature h6,.features .feature a{font-size:1.5rem;margin:20px 0;color:#e74c3c;text-decoration:none;transition:color .3s ease}.features .feature h1:hover,.features .feature h2:hover,.features .feature h3:hover,.features .feature h4:hover,.features .feature h5:hover,.features .feature h6:hover,.features .feature a:hover{text-decoration:underline}p.small>a{color:#2c3e50}a.card-title,div.card-container a{color:#e74c3c;text-decoration:none}div.pagination>a{color:#2c3e50;text-decoration:none}.post-content a{color:#e74c3c;text-decoration:none;transition:color .3s ease}.post-content a:hover{text-decoration:underline}strong{font-weight:bold}.buy-ebook-button{position:fixed;bottom:30px;right:30px;z-index:1000;background-color:#e74c3c;color:#fff;padding:15px 30px;font-size:1.2rem;font-weight:bold;text-decoration:none;border-radius:50px;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:all .3s ease}.buy-ebook-button:hover{transform:translateY(-5px);box-shadow:0 6px 15px rgba(0,0,0,.3)}.buy-ebook-button.pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(231,76,60,.7)}70%{box-shadow:0 0 0 15px rgba(231,76,60,0)}100%{box-shadow:0 0 0 0 rgba(231,76,60,0)}}footer{background-color:#2c3e50;color:#fff;padding:3rem 0 1rem}footer .footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:0 2rem}footer .footer-content .footer-section{flex:1;min-width:250px;margin-bottom:2rem}footer .footer-content .footer-section h4{color:#3498db;margin:0 0 20px 0}footer .footer-content .footer-section ul{list-style-type:none;padding:0}footer .footer-content .footer-section ul li{margin-bottom:.5rem}footer .footer-content .footer-section ul li a{color:#fff;text-decoration:none;transition:color .3s ease}footer .footer-content .footer-section ul li a:hover{text-decoration:underline}footer .footer-bottom{text-align:center;padding-top:2rem}@media(max-width: 768px){.hero{flex-direction:column}.hero .hero-content{padding-right:0;margin-bottom:2rem}.main-nav ul{flex-direction:column}.footer-content{flex-direction:column}.buy-ebook-button{bottom:20px;right:20px;padding:12px 24px;font-size:1rem}}.tag-cloud{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;list-style:none;padding:1rem;margin:0}.tag-cloud li{margin:.5rem;transition:transform .3s ease}.tag-cloud li a{text-decoration:none;color:#2c3e50;padding:.3rem .6rem;border-radius:3px;background-color:rgba(52,152,219,.1);transition:all .3s ease}.tag-cloud li a:hover{background-color:#196090;color:#fff !important;text-decoration:none !important}.tag-cloud li:hover{transform:scale(1.1)}.tag-cloud li.occurences-1{font-size:.8rem}.tag-cloud li.occurences-2{font-size:1rem}.tag-cloud li.occurences-3{font-size:1.2rem}.tag-cloud li.occurences-4{font-size:1.5rem;font-weight:bold}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.tag-cloud li{animation:float 3s ease-in-out infinite;animation-delay:calc(.1s*var(--i))}.card-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px}.card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:all .3s ease;width:100%;max-width:350px}.card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.15)}.card .card-title{font-size:1.5rem;margin-bottom:20px}.card .card-image{width:100%;height:200px;-o-object-fit:cover;object-fit:cover}.card .card-content{padding:20px}.card .card-content h3{color:#2c3e50;margin-top:0;font-size:1.5rem}.card .card-content p{color:#34495e;font-size:1rem;line-height:1.5}.card .card-content .card-button{display:inline-block;background-color:#3498db;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;margin-top:15px;transition:all .3s ease}.card .card-content .card-button:hover{background-color:#217dbb}@media screen and (min-width: 768px){.card{width:calc(50% - 20px)}}@media screen and (min-width: 1024px){.card{width:calc(33.333% - 20px)}}.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:20px;margin-bottom:10px;font-size:1.5rem;color:#2c3e50;text-decoration:none}.pagination{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:20px;color:#2c3e50;margin-bottom:40px}.pagination .active{font-weight:bolder;color:#e74c3c}.post-prev-next{display:flex;justify-content:space-between;margin:20px 0;padding:0px}.post-prev-next div{display:flex}.form-contact label{width:100%;margin-bottom:5px}.form-contact input,.form-contact textarea{width:100%;padding:5px;margin-bottom:10px;border:1px solid #5e7980;border-radius:3px;background-color:#fff}.form-contact textarea{height:100px}.form-contact button{padding:5px 10px;border:1px solid #a82315;border-radius:3px;background-color:#e74c3c;color:#fff;cursor:pointer}.page-note{margin-bottom:20px}