*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Roboto",sans-serif;line-height:1.6;color:#333;background:#ffffff!important;min-height:100vh;display:flex;flex-direction:column}.container{flex:1;max-width:1000px;margin:0 auto;padding:2rem 1rem;background:#fff;width:100%;overflow-x:hidden}.breadcrumb{margin-bottom:2rem;font-size:.9rem}.breadcrumb ol{display:flex;list-style:none;padding:0;margin:0;flex:1}.breadcrumb li{display:flex;align-items:center}.breadcrumb li:not(:last-child)::after{content:'›';margin:0 .5rem;color:#4a5568;font-weight:700}.breadcrumb a{color:#4299e1;text-decoration:none;transition:color 0.3s ease}.breadcrumb a:hover{color:#3182ce;text-decoration:underline}.breadcrumb li:last-child{color:#4a5568;font-weight:500}h1{font-size:clamp(2rem, 5vw, 3.5rem);font-weight:700;color:#1a202c;text-align:center;margin-bottom:1rem;letter-spacing:-.02em}h2{font-size:clamp(1.5rem, 4vw, 2.5rem);font-weight:700;color:#2d3748;margin-bottom:2rem;text-align:center;position:relative}h2::after{content:'';display:block;width:50px;height:3px;background:linear-gradient(90deg,#4299e1,#63b3ed);margin:.5rem auto;border-radius:2px}p{font-size:1.1rem;color:#4a5568;text-align:center;max-width:800px;margin:0 auto 2rem}.intro-wrapper p,.conclusion p{font-size:1.25rem}.intro-wrapper{margin-bottom:3rem;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px rgb(31 38 135 / .15);border:1px solid rgb(255 255 255 / .3);max-width:1000px;margin:0 auto}.intro-container{max-height:4rem;overflow:hidden;transition:max-height 0.4s cubic-bezier(.4,0,.2,1)}.intro-container.expanded{max-height:20rem}.read-more{display:block;color:#4299e1;font-weight:200;text-align:center;margin-top:1rem;text-decoration:none;transition:color 0.3s ease}.read-more:hover{color:#3182ce;text-decoration:underline}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;background:#fff;padding:.75rem;border-radius:12px;box-shadow:0 4px 16px rgb(31 38 135 / .1);border:1px solid rgb(255 255 255 / .3);width:100%;max-width:100%;margin:0 auto}.filters input,.filters select{flex:1;min-width:200px;padding:.75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:1.1rem}.filters select#category{height:48px;line-height:1.6;padding:.75rem 1rem;font-size:1rem;box-sizing:border-box;overflow:visible;width:100%;max-width:100%}.filters .elementor-select-wrapper select#category{height:48px;line-height:1.6;padding:.75rem 1rem;font-size:1rem;width:100%;max-width:100%}.tags{display:flex;flex-wrap:wrap;gap:.4rem;max-width:100%}.tag-btn{padding:.3rem .8rem;border:1px solid #63b3ed;background:rgb(66 153 225 / .1);color:#2b6cb0;border-radius:20px;cursor:pointer;transition:all 0.3s ease;font-size:1.1rem}.tag-btn:hover,.tag-btn.active{background:#63b3ed;color:#fff}section{margin-bottom:4rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto}.grid .card{display:none;opacity:0;visibility:hidden;background:rgb(255 255 255 / .9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fff;border-radius:20px;box-shadow:0 8px 32px rgb(31 38 135 / .1);border:1px solid rgb(255 255 255 / .3);transition:opacity 0.3s ease,transform 0.3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;min-height:350px;padding:1.5rem;flex-direction:column;justify-content:space-between;max-width:100%;width:100%;box-sizing:border-box}.card .btn{margin-top:auto;width:100%;max-width:200px;align-self:center}.btn{display:inline-block;padding:.8rem 1.5rem;background:#2b6cb0;color:#fff;text-decoration:none;border-radius:8px;text-align:center;width:100%;max-width:200px;align-self:center;transition:background 0.3s ease}.card img{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-top-left-radius:20px;border-top-right-radius:20px;max-width:100%}.card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#4299e1,#63b3ed,#4299e1);background-size:200% 100%;animation:shimmer 3s infinite}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgb(31 38 135 / .2);background:rgb(255 255 255)}.card-content{padding:1.5rem;text-align:center;display:flex;flex-direction:column;min-height:200px;justify-content:space-between}.card h3{font-size:2rem;font-weight:700;color:#2d3748;margin-bottom:.5rem;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.card p{color:#4a5568;margin-bottom:1rem;font-size:1.3rem;word-wrap:break-word;overflow-wrap:break-word;hyphens:auto}.card a{display:inline-block;background:linear-gradient(135deg,#4299e1,#63b3ed);color:#fff;padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all 0.3s ease;box-shadow:0 4px 15px rgb(66 153 225 / .3);margin-top:auto}.card a:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgb(66 153 225 / .4)}.faq-section{background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin:3rem 0;box-shadow:0 8px 32px rgb(31 38 135 / .15);border:1px solid rgb(255 255 255 / .3);max-width:1000px;margin:0 auto}.faq-item{border-bottom:1px solid rgb(31 38 135 / .1);margin-bottom:1rem;padding-bottom:1rem}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-question{font-size:1.2rem;font-weight:600;color:#2d3748;margin-bottom:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;transition:color 0.3s ease}.faq-question:hover{color:#4299e1}.faq-question::after{content:'+';font-size:1.5rem;color:#4299e1;transition:transform 0.3s ease}.faq-question.active::after{transform:rotate(45deg)}.faq-answer{color:#4a5568;line-height:1.6;max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding-left:0}.faq-answer.active{max-height:200px;padding-top:.5rem}.conclusion{background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-top:3rem;box-shadow:0 8px 32px rgb(31 38 135 / .15);border:1px solid rgb(255 255 255 / .3);max-width:1000px;margin:0 auto}@media (max-width:768px){.container{padding:1rem}h1{font-size:2.5rem}h2{font-size:2rem}.grid{grid-template-columns:1fr;gap:1rem}.card-content{padding:1.25rem;min-height:180px}.intro-wrapper{padding:1.5rem}.filters{flex-direction:column}.tags{justify-content:flex-start}}@media (max-width:480px){.container{padding:1rem .5rem}h1{font-size:2rem}.card h3{font-size:1.6rem}.card p{font-size:1.1rem}.grid{grid-template-columns:1fr;padding:0 .5rem}gap:.8rem;.card img{aspect-ratio:4 / 3}.card{min-height:280px;padding:1rem}.card .btn{max-width:160px}.filters select#category{height:40px;font-size:.9rem;padding:.5rem .8rem}}.e-con,.elementor-section{max-width:1000px!important;margin:0 auto!important;width:100%!important}@media (prefers-contrast:high){.card{border:2px solid #000;background:#fff}body{background:#fff}}@media (prefers-reduced-motion:reduce){.card,.card a,.intro-container,.tag-btn{transition:none}.card:hover{transform:none}.card::before{animation:none}}.grid .card{display:none;opacity:0;visibility:hidden;transition:opacity 0.3s ease}.grid .card.visible{display:flex;opacity:1;visibility:visible}section.no-results>h2{display:none!important}body>footer,#footer,.site-footer{flex-shrink:0;margin-top:auto}