﻿body{overflow-x:hidden}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:#fafafa;color:#171717;font-family:"DM Sans",sans-serif}body{font-family:"DM Sans",sans-serif;color:#404040;font-size:1rem;line-height:1.7}h1,h2,h3,h4,h5,h6{font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:1rem;line-height:1.2}p,li,span,a{font-family:"DM Sans",sans-serif;color:#404040}strong{color:#171717}body{background:#fafafa;color:#171717;min-height:100vh}a{color:#8b5cf6;text-decoration:none;transition:color 150ms ease}a:hover{color:#7c3aed}.button-primary{background:#8b5cf6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:background 150ms ease;display:inline-flex;align-items:center;gap:.25rem}.button-primary:hover{background:#7c3aed}.button-primary:disabled{background:#d4d4d4;cursor:not-allowed}.like-button-container{position:absolute;top:1rem;right:1rem;z-index:10}.like-button{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#fff;border:none;border-radius:20px;color:#737373;font-weight:500;font-size:.75rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(0,0,0,.1)}.like-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.like-button:active{transform:translateY(0)}.like-button .ph-fill.ph-heart:before{color:#8b5cf6}.like-button.liked{animation:heartBeat .4s ease-in-out}.like-button i{font-size:1rem;transition:transform .2s ease}.like-button .like-count{font-weight:600;font-size:.5rem;min-width:1rem;text-align:center;color:inherit}@media(max-width: 768px){.like-button{padding:.375rem .625rem;font-size:.625rem}.like-button i{font-size:.875rem}.like-button .like-count{font-size:.5rem;min-width:.875rem}}@keyframes heartBeat{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1.2)}75%{transform:scale(1.1)}100%{transform:scale(1)}}.hero-posts-cards{display:grid;grid-template-columns:1fr 1.6fr 1fr;gap:20px;justify-content:center;align-items:stretch;margin:6rem 0}.hero-posts-cards.posts-grid{grid-template-columns:1fr 1fr 1fr;margin-bottom:6rem;margin-top:2rem}@media(max-width: 768px){.hero-posts-cards.posts-grid{grid-template-columns:1fr}}@media(max-width: 1024px){.hero-posts-cards{grid-template-columns:1fr 1.1fr 1fr;gap:24px}}@media(max-width: 768px){.hero-posts-cards{grid-template-columns:1fr;gap:20px}.hero-posts-cards .card-item{width:100%;max-width:100%}.hero-posts-cards .card-item .card-image{height:220px}.hero-posts-cards .card-item.card-big{grid-column:1}.hero-posts-cards .card-item.card-big .card-image{height:220px}}.posts-grid-title{margin-top:3rem}.card-item{border:none;padding:0;display:flex;flex-direction:column;align-items:stretch;transition:box-shadow 150ms ease,transform 150ms ease;position:relative;min-width:0}.card-item:hover{transform:translateY(-2px)}.card-item.card-big{grid-column:2;width:100%;max-width:110%}.card-item.card-big .card-image{height:260px}.card-item .card-image{position:relative;width:100%;height:260px;border-radius:4px;overflow:hidden;background:#f3f4f6}.card-item .card-image img{width:100%;height:100%;object-fit:cover;border-radius:4px;display:block}.card-item .card-image .card-category{position:absolute;top:20px;left:20px;background:hsla(0,0%,100%,.8);color:#111827;font-size:12px;font-weight:500;line-height:1.2;padding:6px 10px;border-radius:4px;z-index:2;box-shadow:0 1px 2px 0 rgba(17,24,39,.04);pointer-events:none;max-width:max-content}.card-item .card-content{display:flex;flex-direction:column;align-items:stretch;margin-top:0;flex:1}.card-item .card-meta{margin-top:12px;font-size:12px;color:#667085;line-height:1.4;display:flex;gap:8px;align-items:center}.card-item .card-meta .post-type-badge{background:rgba(139,92,246,.1);color:#8b5cf6;padding:2px 8px;border-radius:.25rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.card-item .card-title{font-size:18px;font-weight:600;color:#111827;line-height:1.3;margin-top:8px;margin-bottom:1.5rem;max-height:2.6em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-item .card-title a{color:inherit;text-decoration:none;transition:color 150ms}.card-item .card-title a:hover,.card-item .card-title a:focus{color:#8b5cf6}.card-item .card-actions{margin-top:auto;display:flex;align-items:center}.card-item .card-actions .card-readmore{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#111827;background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:10px 16px;text-decoration:none;transition:background 150ms,border 150ms,color 150ms;cursor:pointer}.card-item .card-actions .card-readmore:hover{background:#f9fafb;border-color:#d1d5db;color:#8b5cf6}.card-item .card-actions .card-readmore:focus{outline:2px solid #8b5cf6;outline-offset:2px}.card-item .card-actions .card-readmore .material-icons{font-size:1.1em;margin-left:8px;display:inline-block}input[type=email],input[type=text],textarea{padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:1rem;width:100%}button[type=submit]{background:#8b5cf6;color:#fff;border:none;padding:.5rem 1rem;border-radius:.25rem;font-weight:500;cursor:pointer;transition:background 150ms ease;display:inline-flex;align-items:center;gap:.25rem}button[type=submit]:hover{background:#7c3aed}button[type=submit]:disabled{background:#d4d4d4;cursor:not-allowed}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .gfield_label{display:flex !important;gap:10px !important}.texto-exemplo{color:salmon}.newsletter-form-container .newsletter-title{font-size:1.25rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.5rem;text-align:center}.newsletter-form-container .newsletter-subtitle{font-size:.875rem;color:#404040;margin-bottom:1.5rem;text-align:center;font-family:"DM Sans",sans-serif;line-height:1.5}.newsletter-form .newsletter-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}@media(max-width: 768px){.newsletter-form .newsletter-input-group{flex-direction:column}}.newsletter-form .newsletter-input{flex:1;padding:.5rem 1rem;border:2px solid #e5e5e5;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all 150ms ease}.newsletter-form .newsletter-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1);background:rgba(139,92,246,.02)}.newsletter-form .newsletter-input:hover:not(:focus){border-color:#c4b5fd;background:rgba(139,92,246,.01)}.newsletter-form .newsletter-input::placeholder{color:#737373;font-style:italic}.newsletter-form .newsletter-btn{padding:.5rem 1.5rem;background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);color:#fff;border:none;border-radius:.25rem;font-size:.875rem;font-weight:600;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.newsletter-form .newsletter-btn:hover:not(:disabled){background:linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);transform:translateY(-1px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.newsletter-form .newsletter-btn:active:not(:disabled){transform:translateY(0)}.newsletter-form .newsletter-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.newsletter-form .newsletter-btn i{font-size:1rem}.newsletter-form .newsletter-privacy{font-size:.75rem;color:#737373;text-align:center;margin:0;font-family:"DM Sans",sans-serif;display:flex;align-items:center;justify-content:center;gap:.25rem}.newsletter-form .newsletter-privacy i{color:#8b5cf6;font-size:.875rem}.newsletter-form .newsletter-message{margin-top:.5rem;padding:.5rem 1rem;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;text-align:center}.newsletter-form .newsletter-message--success{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;border:1px solid rgba(16,185,129,.2)}.newsletter-form .newsletter-message--error{background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);color:#dc2626;border:1px solid #fecaca}.newsletter-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;align-items:center;justify-content:center;padding:1rem}.newsletter-modal .newsletter-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(4px)}.newsletter-modal .newsletter-modal-content{position:relative;background:#fff;border-radius:.25rem;padding:3rem;max-width:500px;width:100%;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border:1px solid #e5e5e5;transform:scale(0.9);opacity:0;transition:all .3s ease;z-index:10000}.newsletter-modal .newsletter-modal-content.active{transform:scale(1);opacity:1}@media(max-width: 768px){.newsletter-modal .newsletter-modal-content{padding:2rem;margin:1rem}}.newsletter-modal .newsletter-modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.5rem;color:#737373;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all 150ms ease}.newsletter-modal .newsletter-modal-close:hover{color:#171717;background:#f5f3ff}.newsletter-modal .newsletter-modal-close i{font-size:1.25rem}.newsletter-modal .newsletter-modal-body{text-align:center}.newsletter-modal .newsletter-modal-body .newsletter-modal-icon{width:80px;height:80px;background:linear-gradient(135deg, #ede9fe 0%, #ddd6fe 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;border:3px solid #c4b5fd}.newsletter-modal .newsletter-modal-body .newsletter-modal-icon i{font-size:2.5rem;color:#8b5cf6}.newsletter-modal .newsletter-modal-body h2{font-size:1.75rem;font-weight:700;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:1rem;line-height:1.2}@media(max-width: 768px){.newsletter-modal .newsletter-modal-body h2{font-size:1.5rem}}.newsletter-modal .newsletter-modal-body p{font-size:1rem;color:#404040;margin-bottom:2rem;font-family:"DM Sans",sans-serif;line-height:1.6}@media(max-width: 768px){.footer-newsletter .newsletter-form .newsletter-input-group{flex-direction:column;align-items:stretch}}@media(max-width: 768px){.footer-newsletter .newsletter-form .newsletter-btn{width:100%;justify-content:center}}.sidebar-newsletter{background:#f5f3ff;border:1px solid #ddd6fe;border-radius:.25rem;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.sidebar-newsletter h3{font-size:1.125rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.5rem}.sidebar-newsletter p{font-size:.875rem;color:#404040;margin-bottom:1rem;font-family:"DM Sans",sans-serif;line-height:1.5}.sidebar-newsletter .newsletter-form .newsletter-input-group{flex-direction:column;gap:.5rem}.sidebar-newsletter .newsletter-form .newsletter-btn{width:100%;justify-content:center}.home-newsletter{background:#f5f3ff;border:1px solid #ddd6fe;padding:2rem 0;text-align:center;border-radius:.25rem;margin:3rem 0}.home-newsletter h2{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:1rem}.home-newsletter p{font-size:1rem;color:#404040;margin-bottom:1.5rem;font-family:"DM Sans",sans-serif}.home-newsletter .newsletter-form{display:flex;justify-content:center;gap:.5rem;max-width:500px;margin:0 auto}@media(max-width: 768px){.home-newsletter .newsletter-form{flex-direction:column;align-items:center}}.home-newsletter .newsletter-form .newsletter-input-group{flex:1;display:flex;gap:.5rem}@media(max-width: 768px){.home-newsletter .newsletter-form .newsletter-input-group{flex-direction:column;width:100%}}.home-newsletter .newsletter-form .newsletter-input{flex:1;padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all 150ms ease;min-width:240px}.home-newsletter .newsletter-form .newsletter-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1)}.home-newsletter .newsletter-form .newsletter-input::placeholder{color:#737373}.home-newsletter .newsletter-form .newsletter-btn{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:.25rem;font-weight:500;font-size:.875rem;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.home-newsletter .newsletter-form .newsletter-btn:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.home-newsletter .newsletter-form .newsletter-btn:active{background:#6d28d9;transform:translateY(0)}@keyframes newsletterSlideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.newsletter-form-container{animation:newsletterSlideIn .6s ease}.newsletter-btn:disabled .ph-spinner{animation:spin 1s linear infinite}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@media(max-width: 768px){.newsletter-modal{padding:.5rem}.newsletter-modal .newsletter-modal-content{padding:1.5rem}.newsletter-modal .newsletter-modal-body .newsletter-modal-icon{width:60px;height:60px}.newsletter-modal .newsletter-modal-body .newsletter-modal-icon i{font-size:2rem}.newsletter-modal .newsletter-modal-body h2{font-size:1.25rem}.newsletter-modal .newsletter-modal-body p{font-size:.875rem}.newsletter-form .newsletter-input-group{flex-direction:column}.newsletter-form .newsletter-btn{width:100%;justify-content:center}}section.home-categories{margin-top:3rem}.categories-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px;margin-bottom:6rem;margin-top:2rem}.category-square{position:relative;display:flex;align-items:center;justify-content:center;height:120px;background:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;color:#a3a3a3;text-decoration:none;transition:all 150ms ease;box-shadow:0 1px 2px 0 rgba(17,24,39,.04);cursor:pointer;font-weight:500;text-align:center;overflow:hidden}.category-square:hover,.category-square:focus{transform:translateY(-2px);box-shadow:0 4px 12px 0 rgba(17,24,39,.15);outline:none}.category-square:hover .category-overlay,.category-square:focus .category-overlay{background:rgba(0,0,0,.7)}.category-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;transition:background 150ms ease;z-index:1}.category-name{color:#fff;font-size:16px;font-weight:600;text-align:center;margin-bottom:4px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.category-count{color:hsla(0,0%,100%,.9);font-size:12px;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.3)}@media(max-width: 1024px){.categories-grid{grid-template-columns:repeat(3, 1fr)}.category-square{height:100px}.category-name{font-size:14px}}@media(max-width: 768px){.categories-grid{grid-template-columns:repeat(2, 1fr)}.category-square{height:80px}.category-name{font-size:13px}.category-count{font-size:11px}}.search-modal{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.search-modal.active{opacity:1;visibility:visible}.search-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(8px)}.search-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) scale(0.95);width:90%;max-width:700px;max-height:85vh;background:#fff;border-radius:.25rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #e5e5e5}.search-modal.active .search-modal-content{transform:translate(-50%, -50%) scale(1)}.search-modal-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 3rem;background:#fff;border-bottom:1px solid #e5e5e5}.search-modal-header h2{margin:0;font-size:1.75rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;letter-spacing:-0.025em}.search-modal-header .search-modal-close{background:none;border:none;color:#404040;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.search-modal-header .search-modal-close:hover{background:#f5f3ff;color:#8b5cf6;transform:scale(1.05)}.search-modal-header .search-modal-close i{font-size:1.25rem}.search-modal-body{padding:3rem;max-height:calc(85vh - 120px);overflow-y:auto}.search-modal-form{margin-bottom:3rem}.search-modal-form .search-modal-input-group{display:flex;gap:1rem}.search-modal-form .search-modal-input-group .search-modal-input{flex:1;padding:1.5rem 2rem;border:2px solid #e5e5e5;border-radius:.25rem;font-size:1.125rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all .2s ease}.search-modal-form .search-modal-input-group .search-modal-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1);background:#fff}.search-modal-form .search-modal-input-group .search-modal-input::placeholder{color:#737373;font-weight:400}.search-modal-form .search-modal-input-group .search-modal-submit{padding:1.5rem 2rem;background:#8b5cf6;color:#fff;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-family:"DM Sans",sans-serif;font-weight:500;min-width:60px}.search-modal-form .search-modal-input-group .search-modal-submit:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.search-modal-form .search-modal-input-group .search-modal-submit:active{transform:translateY(0)}.search-modal-form .search-modal-input-group .search-modal-submit i{font-size:1.25rem}.search-modal-results .search-modal-result-item{display:flex;gap:1.5rem;padding:1.5rem;border-radius:.25rem;text-decoration:none;color:inherit;transition:all .2s ease;border:1px solid rgba(0,0,0,0);margin-bottom:.5rem}.search-modal-results .search-modal-result-item:hover{background:#f5f3ff;border-color:#ddd6fe;transform:translateX(4px);box-shadow:0 2px 8px rgba(139,92,246,.1)}.search-modal-results .search-modal-result-item:last-child{margin-bottom:0}.search-modal-results .search-modal-result-item .result-item-thumbnail{width:64px;height:64px;border-radius:.25rem;overflow:hidden;flex-shrink:0;background:#ede9fe;display:flex;align-items:center;justify-content:center;border:1px solid #ddd6fe}.search-modal-results .search-modal-result-item .result-item-thumbnail img{width:100%;height:100%;object-fit:cover}.search-modal-results .search-modal-result-item .result-item-thumbnail i{font-size:1.5rem;color:#737373}.search-modal-results .search-modal-result-item .result-item-content{flex:1;min-width:0}.search-modal-results .search-modal-result-item .result-item-content .result-item-title{margin:0 0 .5rem 0;font-size:1.125rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;line-height:1.4;letter-spacing:-0.025em}.search-modal-results .search-modal-result-item .result-item-content .result-item-excerpt{margin:0 0 1rem 0;font-size:.95rem;font-family:"DM Sans",sans-serif;color:#404040;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;font-family:"DM Sans",sans-serif}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta .result-item-type{background:#8b5cf6;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta .result-item-date{color:#737373;display:flex;align-items:center;gap:.25rem}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta .result-item-date i{font-size:.875rem}.search-modal-loading{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem;color:#404040}.search-modal-loading .loading-spinner{width:48px;height:48px;border:3px solid #ede9fe;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite}.search-modal-loading p{margin:0;font-size:1rem;font-family:"DM Sans",sans-serif;font-weight:500}.search-modal-no-results,.search-modal-error{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem;text-align:center;color:#404040}.search-modal-no-results i,.search-modal-error i{font-size:3.5rem;color:#737373;opacity:.6}.search-modal-no-results p,.search-modal-error p{margin:0;font-size:1.125rem;font-family:"DM Sans",sans-serif;font-weight:500;color:#404040}.search-modal-error{color:#dc2626}.search-modal-error i{color:#dc2626;opacity:.8}.search-modal-error p{color:#dc2626}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width: 575px){.search-modal-content{width:95%;max-height:90vh;margin:1rem}.search-modal-header{padding:1.5rem 2rem}.search-modal-header h2{font-size:1.5rem}.search-modal-body{padding:2rem;max-height:calc(90vh - 100px)}.search-modal-form{margin-bottom:2rem}.search-modal-form .search-modal-input-group{flex-direction:column;gap:.5rem}.search-modal-form .search-modal-input-group .search-modal-input{padding:1rem 1.5rem;font-size:1rem}.search-modal-form .search-modal-input-group .search-modal-submit{padding:1rem 1.5rem;min-width:auto}.search-modal-form .search-modal-input-group .search-modal-submit i{font-size:1.125rem}.search-modal-results .search-modal-result-item{padding:1rem}.search-modal-results .search-modal-result-item .result-item-thumbnail{width:56px;height:56px}.search-modal-results .search-modal-result-item .result-item-content .result-item-title{font-size:1rem}.search-modal-results .search-modal-result-item .result-item-content .result-item-excerpt{font-size:.9rem}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta{flex-direction:column;align-items:flex-start;gap:.25rem}.search-modal-results .search-modal-result-item .result-item-content .result-item-meta .result-item-date{font-size:.8rem}.search-modal-loading,.search-modal-no-results,.search-modal-error{padding:3rem}.search-modal-loading i,.search-modal-no-results i,.search-modal-error i{font-size:3rem}.search-modal-loading p,.search-modal-no-results p,.search-modal-error p{font-size:1rem}}.brand-hero{padding:3rem 0;text-align:center;background:#fff}@media(max-width: 768px){.brand-hero{padding:2rem 0}}.brand-hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.brand-title{font-family:"DM Sans",sans-serif;font-size:2.5rem;font-weight:700;line-height:1.2;color:#171717;margin:0;text-align:left;max-width:800px}@media(max-width: 768px){.brand-title{font-size:2rem}}@media(max-width: 576px){.brand-title{font-size:1.8rem}}.featured-recipe{background:#f5f5f5;padding:4rem 1rem;margin-bottom:4rem}@media(max-width: 768px){.featured-recipe{padding:3rem 1rem;margin-bottom:3rem}}.featured-recipe-image{position:relative;max-width:1200px;margin:0 auto;border-radius:.25rem;overflow:hidden;transition:transform 250ms ease}.featured-recipe-image:hover{transform:translateY(-4px)}.featured-recipe-image .featured-thumbnail{width:100%;height:500px;object-fit:cover;display:block}@media(max-width: 768px){.featured-recipe-image .featured-thumbnail{height:400px}}@media(max-width: 576px){.featured-recipe-image .featured-thumbnail{height:300px}}.featured-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);padding:2rem;color:#fff}.featured-overlay .featured-title{font-family:"DM Sans",sans-serif;font-size:2.2rem;font-weight:700;line-height:1.2;margin:0}@media(max-width: 768px){.featured-overlay .featured-title{font-size:1.8rem}}@media(max-width: 576px){.featured-overlay .featured-title{font-size:1.5rem}}.featured-overlay .featured-title a{color:#fff;text-decoration:none;transition:opacity 150ms ease}.featured-overlay .featured-title a:hover{opacity:.9}.lgpd-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);z-index:9999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.lgpd-overlay.active{opacity:1;visibility:visible}.lgpd-popup{position:fixed;bottom:2rem;right:2rem;width:420px;max-width:calc(100vw - 4rem);background:#fff;border-radius:.25rem;box-shadow:0 20px 60px rgba(0,0,0,.15);z-index:10000;transform:translateY(100px) scale(0.95);opacity:0;transition:all .4s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid #f5f5f5}.lgpd-popup.active{transform:translateY(0) scale(1);opacity:1}@media(max-width: 768px){.lgpd-popup{bottom:1rem;right:1rem;left:1rem;width:auto;max-width:none}}@media(max-width: 480px){.lgpd-popup{bottom:.5rem;right:.5rem;left:.5rem}}.lgpd-header{display:flex;align-items:center;justify-content:space-between;padding:2rem 2rem 1.5rem;border-bottom:1px solid #f5f5f5}.lgpd-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#171717;display:flex;align-items:center;gap:.5rem}@media(max-width: 480px){.lgpd-header h3{font-size:1rem}}.lgpd-header .lgpd-close{background:none;border:none;color:#a3a3a3;cursor:pointer;padding:.5rem;border-radius:.25rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.lgpd-header .lgpd-close:hover{background:#f5f5f5;color:#171717;transform:scale(1.1)}.lgpd-header .lgpd-close:focus{outline:2px solid #8b5cf6;outline-offset:2px}.lgpd-header .lgpd-close i{font-size:1.125rem}.lgpd-content{padding:2rem}.lgpd-content p{margin:0 0 2rem 0;font-size:.875rem;line-height:1.6;color:#404040}@media(max-width: 480px){.lgpd-content p{font-size:.8rem;margin-bottom:1.5rem}}.lgpd-content .lgpd-link{color:#8b5cf6;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s ease}.lgpd-content .lgpd-link:hover{border-bottom-color:#8b5cf6}.lgpd-content .lgpd-link:focus{outline:2px solid #8b5cf6;outline-offset:2px;border-radius:.25rem}.lgpd-actions{display:flex;gap:1rem;margin-bottom:1.5rem}@media(max-width: 480px){.lgpd-actions{flex-direction:column;gap:.5rem}}.lgpd-actions .lgpd-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:.25rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}@media(max-width: 480px){.lgpd-actions .lgpd-btn{padding:1rem;font-size:.8rem}}.lgpd-actions .lgpd-btn i{font-size:1rem}.lgpd-actions .lgpd-btn:focus{outline:2px solid #8b5cf6;outline-offset:2px}.lgpd-actions .lgpd-btn.lgpd-btn-accept{background:#8b5cf6;color:#fff}.lgpd-actions .lgpd-btn.lgpd-btn-accept:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.lgpd-actions .lgpd-btn.lgpd-btn-accept:active{transform:translateY(0)}.lgpd-actions .lgpd-btn.lgpd-btn-reject{background:#f5f5f5;color:#404040;border:1px solid #e5e5e5}.lgpd-actions .lgpd-btn.lgpd-btn-reject:hover{background:#e5e5e5;color:#171717;transform:translateY(-1px)}.lgpd-actions .lgpd-btn.lgpd-btn-reject:active{transform:translateY(0)}.lgpd-footer{text-align:center}.lgpd-footer small{font-size:.75rem;color:#737373;line-height:1.5}.lgpd-footer small .lgpd-link{color:#8b5cf6;text-decoration:none;font-weight:500}.lgpd-footer small .lgpd-link:hover{text-decoration:underline}.lgpd-success-message{position:fixed;bottom:2rem;left:2rem;background:linear-gradient(135deg, #10b981, #059669);color:#fff;padding:1rem 1.5rem;border-radius:.25rem;box-shadow:0 8px 25px rgba(16,185,129,.3);z-index:10001;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;animation:slideInLeft .3s ease}@media(max-width: 768px){.lgpd-success-message{bottom:1rem;left:1rem;right:1rem;justify-content:center}}.lgpd-success-message i{font-size:1.125rem;color:#fff}@keyframes slideInLeft{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes lgpdSlideIn{from{transform:translateY(100px) scale(0.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes lgpdFadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.lgpd-popup:focus-within{box-shadow:0 20px 60px rgba(0,0,0,.15),0 0 0 3px rgba(139,92,246,.1)}@media(prefers-color-scheme: dark){.lgpd-popup{background:#1f2937;border-color:#374151}.lgpd-popup .lgpd-header{border-bottom-color:#374151}.lgpd-popup .lgpd-header h3{color:#f9fafb}.lgpd-popup .lgpd-content p{color:#d1d5db}.lgpd-popup .lgpd-btn.lgpd-btn-reject{background:#374151;color:#d1d5db;border-color:#4b5563}.lgpd-popup .lgpd-btn.lgpd-btn-reject:hover{background:#4b5563;color:#f9fafb}}@media(prefers-reduced-motion: reduce){.lgpd-overlay,.lgpd-popup,.lgpd-btn{transition:none}.lgpd-popup.active{animation:none}}.hero-slider{position:relative;width:100%;height:500px;margin:0}@media(max-width: 768px){.hero-slider{height:400px}}@media(max-width: 480px){.hero-slider{height:300px}}.hero-slider-container{position:relative;width:100%;height:100%}.hero-swiper{width:100%;height:100%}.hero-swiper .swiper-wrapper{align-items:center;justify-content:center}.hero-swiper .swiper-slide{width:600px !important;height:400px !important;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all .3s ease;flex-shrink:0;position:relative}@media(max-width: 768px){.hero-swiper .swiper-slide{width:450px !important;height:300px !important}}@media(max-width: 480px){.hero-swiper .swiper-slide{width:320px !important;height:220px !important}}.hero-swiper .swiper-slide-active{transform:scale(1.05);z-index:3}.hero-swiper .swiper-slide:not(.swiper-slide-active){opacity:.7;transform:scale(0.9);z-index:1}.hero-swiper .swiper-slide:not(.swiper-slide-active):hover{opacity:.9;transform:scale(0.95)}.hero-slide-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide-background::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%);pointer-events:none}.hero-slide-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;color:#fff;z-index:2}@media(max-width: 768px){.hero-slide-content{padding:1.5rem}}@media(max-width: 480px){.hero-slide-content{padding:1rem}}.hero-slide-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.hero-slide-category{background:hsla(0,0%,100%,.15);backdrop-filter:blur(15px);color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 2px 8px rgba(0,0,0,.1)}.hero-slide-popular{background:linear-gradient(135deg, #8b5cf6, #7c3aed);color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.25rem;box-shadow:0 2px 8px rgba(0,0,0,.2)}.hero-slide-popular i{font-size:.875rem}.hero-slide-title{font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:#fff !important;text-shadow:0 2px 8px rgba(0,0,0,.6)}@media(max-width: 768px){.hero-slide-title{font-size:1.25rem}}@media(max-width: 480px){.hero-slide-title{font-size:1.125rem}}.hero-slide-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.5rem}.hero-slide-date{font-size:.875rem;opacity:.95;display:flex;align-items:center;gap:.25rem;background:hsla(0,0%,100%,.1);padding:.25rem .5rem;border-radius:.25rem;backdrop-filter:blur(10px)}.hero-slide-date i{font-size:1rem}.hero-slide-likes{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;background:hsla(0,0%,100%,.1);padding:.25rem .5rem;border-radius:.25rem;backdrop-filter:blur(10px)}.hero-slide-likes i{font-size:1rem;color:#ff4757}.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{position:absolute;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.15);backdrop-filter:blur(20px);border:2px solid hsla(0,0%,100%,.3);color:#fff;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);z-index:10;box-shadow:0 4px 20px rgba(0,0,0,.15)}.hero-swiper .swiper-button-next:hover,.hero-swiper .swiper-button-prev:hover{background:hsla(0,0%,100%,.25);transform:translateY(-50%) scale(1.1);border-color:hsla(0,0%,100%,.5);box-shadow:0 6px 25px rgba(0,0,0,.2)}.hero-swiper .swiper-button-next:active,.hero-swiper .swiper-button-prev:active{transform:translateY(-50%) scale(0.95)}.hero-swiper .swiper-button-next::after,.hero-swiper .swiper-button-prev::after{font-size:1.5rem;font-weight:bold;color:#fff}@media(max-width: 768px){.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{width:48px;height:48px}.hero-swiper .swiper-button-next::after,.hero-swiper .swiper-button-prev::after{font-size:1.25rem}}@media(max-width: 480px){.hero-swiper .swiper-button-next,.hero-swiper .swiper-button-prev{width:44px;height:44px}.hero-swiper .swiper-button-next::after,.hero-swiper .swiper-button-prev::after{font-size:1.125rem}}.hero-swiper .swiper-button-prev{left:60px}@media(max-width: 768px){.hero-swiper .swiper-button-prev{left:25px}}@media(max-width: 480px){.hero-swiper .swiper-button-prev{left:15px}}.hero-swiper .swiper-button-next{right:60px}@media(max-width: 768px){.hero-swiper .swiper-button-next{right:25px}}@media(max-width: 480px){.hero-swiper .swiper-button-next{right:15px}}.hero-slider-loading{display:flex;align-items:center;justify-content:center;height:600px;background:#f5f5f5}.hero-slider-loading .loading-spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top:3px solid #8b5cf6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.bg-slider{background:linear-gradient(135deg, #2e1065 0%, #5b21b6 100%);margin-bottom:80px;padding:80px 0}@media(max-width: 768px){.bg-slider{padding:40px 0}}.mySwiper{width:100%;height:420px;position:relative;overflow:hidden;border-radius:.25rem}.mySwiper .swiper-wrapper{display:flex}.mySwiper .swiper-slide{width:100% !important;height:420px;border-radius:.25rem;overflow:hidden;background-size:cover;background-position:center;position:relative;box-shadow:0 8px 32px rgba(0,0,0,.12)}.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{color:#fff;top:50%;transform:translateY(-50%);width:40px;height:40px;background:hsla(0,0%,100%,.15);backdrop-filter:blur(20px);border-radius:50%;box-shadow:0 4px 20px rgba(0,0,0,.15);border:1px solid hsla(0,0%,100%,.3);z-index:11;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1)}.mySwiper .swiper-button-prev:hover,.mySwiper .swiper-button-next:hover{background:hsla(0,0%,100%,.25);transform:translateY(-50%) scale(1.1);border-color:hsla(0,0%,100%,.5);box-shadow:0 6px 25px rgba(0,0,0,.2)}.mySwiper .swiper-button-prev:active,.mySwiper .swiper-button-next:active{transform:translateY(-50%) scale(0.95)}.mySwiper .swiper-button-prev::after,.mySwiper .swiper-button-next::after{font-size:1rem;font-weight:bold}.mySwiper .swiper-button-prev{left:15px}.mySwiper .swiper-button-next{right:15px}.mySwiper .swiper-pagination-progressbar{position:absolute;left:0;bottom:0;width:100%;height:4px;background:rgba(0,0,0,.1);border-radius:2px;overflow:hidden;z-index:10}.mySwiper .swiper-pagination-progressbar-fill{background:#8b5cf6;height:100%;border-radius:2px;transition:width .3s ease}.mySwiper .slide-content{position:absolute;bottom:0;left:0;width:100%;padding:2rem;color:#fff;z-index:2;background:linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.8) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%);min-height:40%}@media(max-width: 768px){.mySwiper .slide-content{padding:1.5rem;min-height:45%}}@media(max-width: 480px){.mySwiper .slide-content{padding:1rem;min-height:50%}}.mySwiper .slide-category{display:inline-block;background:#8b5cf6;color:#fff;padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.mySwiper .slide-title{font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:#fff !important;text-shadow:0 2px 8px rgba(0,0,0,.6)}@media(max-width: 768px){.mySwiper .slide-title{font-size:1.5rem}}@media(max-width: 480px){.mySwiper .slide-title{font-size:1.25rem}}.mySwiper .slide-meta{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.mySwiper .slide-likes{display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600;background:hsla(0,0%,100%,.1);padding:.25rem .5rem;border-radius:.25rem;backdrop-filter:blur(10px);color:#fff}.mySwiper .slide-likes i{font-size:1rem;color:#ff4757}.mySwiper .slide-link{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;cursor:pointer}@media(max-width: 1300px){.mySwiper{margin:60px 0}.mySwiper .swiper-slide{height:340px}}@media(max-width: 700px){.mySwiper{margin:40px 0;height:280px}.mySwiper .swiper-slide{height:280px}.mySwiper .swiper-button-prev,.mySwiper .swiper-button-next{width:36px;height:36px;top:50%;transform:translateY(-50%);z-index:20}.mySwiper .swiper-button-prev::after,.mySwiper .swiper-button-next::after{font-size:.875rem}.mySwiper .swiper-button-prev{left:10px}.mySwiper .swiper-button-next{right:10px}.mySwiper .slide-content{padding:1rem;bottom:0;height:auto}.mySwiper .slide-title{font-size:1.25rem;margin-bottom:.25rem}.mySwiper .slide-category{font-size:.7rem;padding:4px 8px;margin-bottom:.25rem}.mySwiper .slide-likes{font-size:.8rem;padding:4px 8px}.mySwiper .slide-likes i{font-size:.9rem}}.header{position:sticky;top:0;z-index:1001;transition:none;width:100%}.header .header-background{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);padding:16px 0;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);width:100%;will-change:padding,background,box-shadow}.header.scrolled .header-background{padding:12px 0;background:hsla(0,0%,100%,.98);box-shadow:0 4px 20px rgba(0,0,0,.08)}.header.scrolled .logo .logo-image{height:35px;transition:height .3s cubic-bezier(0.4, 0, 0.2, 1)}.header.scrolled .logo .logo-text{font-size:1.5rem;transition:font-size .3s cubic-bezier(0.4, 0, 0.2, 1)}.header .container{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width: 1024px){.header .container{gap:16px;padding:0 1rem}}.header .logo{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.header .logo:hover{transform:scale(1.05)}.header .logo .logo-image{height:40px;width:auto;object-fit:contain;display:block}.header .logo .logo-text{font-family:"DM Sans",sans-serif;font-size:1.75rem;font-weight:700;color:#8b5cf6;transition:font-size .3s ease}@media(max-width: 1024px){.header .logo .logo-image{height:35px}.header .logo .logo-text{font-size:1.5rem}}@media(max-width: 768px){.header .logo .logo-image{height:30px}.header .logo .logo-text{font-size:1.25rem}}@media(max-width: 1024px){.header .nav-desktop{display:none}}.header .nav-desktop .nav-menu{display:flex;gap:32px;list-style:none;margin:0;padding:0}.header .nav-desktop .nav-item{position:relative}.header .nav-desktop .nav-item.has-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.header .nav-desktop .nav-item.has-dropdown:hover .dropdown-icon{transform:rotate(180deg)}.header .nav-desktop .nav-link{display:flex;align-items:center;gap:4px;color:#171717;text-decoration:none;font-weight:500;font-size:15px;padding:8px 0;transition:color .2s ease;position:relative}.header .nav-desktop .nav-link:hover{color:#8b5cf6}.header .nav-desktop .nav-link.current-menu-item,.header .nav-desktop .nav-link.current_page_item{color:#8b5cf6;font-weight:600}.header .nav-desktop .nav-link.current-menu-item::after,.header .nav-desktop .nav-link.current_page_item::after{width:100%}.header .nav-desktop .nav-link::after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#8b5cf6;transition:width .3s ease}.header .nav-desktop .nav-link:hover::after{width:100%}.header .nav-desktop .dropdown-icon{font-size:16px;transition:transform .2s ease}.header .nav-desktop .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 10px 25px rgba(0,0,0,.1);padding:8px 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;z-index:1000}.header .nav-desktop .dropdown-menu li{list-style:none}.header .nav-desktop .dropdown-menu a{display:block;padding:12px 16px;color:#171717;text-decoration:none;font-size:14px;transition:all .2s ease}.header .nav-desktop .dropdown-menu a:hover{background:rgba(139,92,246,.05);color:#8b5cf6}.header .header-actions{display:flex;align-items:center;gap:16px}@media(max-width: 1024px){.header .header-actions{display:none}}.header .header-actions .search-toggle{background:none;border:none;color:#171717;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s ease}.header .header-actions .search-toggle:hover{background:rgba(139,92,246,.1);color:#8b5cf6}.header .header-actions .search-toggle i{font-size:20px}.header .menu-toggle{display:none;flex-direction:column;gap:4px;background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:all .3s ease}@media(max-width: 1024px){.header .menu-toggle{display:flex}}.header .menu-toggle.active .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.header .menu-toggle.active .hamburger-line:nth-child(2){opacity:0}.header .menu-toggle.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(4px, -4px)}.header .menu-toggle .hamburger-line{width:24px;height:2px;background:#171717;transition:all .3s ease;border-radius:1px}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu.active{opacity:1;visibility:visible}.mobile-menu.active .mobile-menu-content{transform:translateX(0)}.mobile-menu .mobile-menu-content{position:absolute;top:0;right:0;width:320px;height:100%;background:#fff;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;overflow-y:auto}@media(max-width: 480px){.mobile-menu .mobile-menu-content{width:100%}}.mobile-menu .mobile-actions{padding:16px 24px;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);display:flex;flex-direction:column;gap:12px}.mobile-menu .mobile-actions .mobile-search-toggle{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;text-decoration:none;color:#171717;font-weight:500;font-size:16px;transition:all .2s ease;cursor:pointer}.mobile-menu .mobile-actions .mobile-search-toggle:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateX(4px)}.mobile-menu .mobile-actions .mobile-search-toggle i{font-size:20px;color:#8b5cf6}.mobile-menu .mobile-nav{flex:1;padding:80px 24px 16px}.mobile-menu .mobile-nav .mobile-nav-menu{list-style:none;margin:0;padding:0}.mobile-menu .mobile-nav .mobile-nav-item{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-menu .mobile-nav .mobile-nav-item:last-child{border-bottom:none}.mobile-menu .mobile-nav .mobile-nav-item.has-dropdown .mobile-dropdown-menu{max-height:0;overflow:hidden;transition:max-height .3s ease}.mobile-menu .mobile-nav .mobile-nav-item.has-dropdown.active .mobile-dropdown-menu{max-height:200px}.mobile-menu .mobile-nav .mobile-nav-item.has-dropdown.active .dropdown-toggle i{transform:rotate(180deg)}.mobile-menu .mobile-nav .mobile-nav-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;color:#171717;text-decoration:none;font-weight:500;font-size:16px;background:none;border:none;cursor:pointer;transition:color .2s ease}.mobile-menu .mobile-nav .mobile-nav-link:hover{color:#8b5cf6}.mobile-menu .mobile-nav .mobile-nav-link i{font-size:18px;transition:transform .2s ease}.mobile-menu .mobile-nav .mobile-dropdown-menu{list-style:none;margin:0;padding:0 0 0 16px}.mobile-menu .mobile-nav .mobile-dropdown-menu li{border-bottom:1px solid rgba(0,0,0,.05)}.mobile-menu .mobile-nav .mobile-dropdown-menu li:last-child{border-bottom:none}.mobile-menu .mobile-nav .mobile-dropdown-menu a{display:block;padding:12px 0;color:#404040;text-decoration:none;font-size:14px;transition:color .2s ease}.mobile-menu .mobile-nav .mobile-dropdown-menu a:hover{color:#8b5cf6}.mobile-menu .mobile-social{padding:24px;border-top:1px solid rgba(0,0,0,.1);background:rgba(139,92,246,.02)}.mobile-menu .mobile-social h3{margin:0 0 16px 0;font-size:16px;color:#171717;font-weight:600}.mobile-menu .mobile-social .social-links{display:flex;flex-direction:column;gap:12px}.mobile-menu .mobile-social .social-link{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;text-decoration:none;color:#171717;font-weight:500;transition:all .2s ease}.mobile-menu .mobile-social .social-link:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateX(4px)}.mobile-menu .mobile-social .social-link i{font-size:20px;color:#8b5cf6}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.mobile-menu-overlay.active{opacity:1;visibility:visible}.footer{background:linear-gradient(135deg, white 0%, #f5f5f5 100%);color:#737373;border-top:1px solid #e5e5e5;margin-top:auto}.footer .footer-content{padding:5rem 0 3rem}.footer .footer-main{display:grid;gap:4rem;margin-bottom:4rem}@media(min-width: 768px){.footer .footer-main{grid-template-columns:repeat(2, 1fr);gap:5rem}}@media(min-width: 992px){.footer .footer-main{grid-template-columns:2fr 1fr 1fr;gap:6rem}}.footer .footer-column h4{color:#8b5cf6;font-size:1.2rem;font-weight:600;margin-bottom:1.5rem;font-family:"DM Sans",sans-serif}.footer .footer-column p{line-height:1.6;margin-bottom:1.5rem}.footer .footer-logo{margin-bottom:1.5rem}.footer .footer-logo .logo-image{height:40px;width:auto;filter:brightness(0.8)}.footer .footer-description{font-size:.95rem;line-height:1.7;color:#404040}.footer .footer-social{margin-top:2rem}.footer .footer-social h4{font-size:1rem;margin-bottom:1rem}.footer .footer-social .social-links{display:flex;gap:1rem;flex-wrap:wrap}.footer .footer-social .social-links .social-link{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;background:rgba(139,92,246,.1);color:#8b5cf6;text-decoration:none;border-radius:.25rem;font-size:.9rem;font-weight:500;transition:all .3s ease}.footer .footer-social .social-links .social-link:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.footer .footer-social .social-links .social-link .material-icons{font-size:1.1rem}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:.5rem}.footer .footer-links li a{color:#404040;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:inline-block;padding:.25rem 0}.footer .footer-links li a:hover{color:#8b5cf6;transform:translateX(5px)}.footer .newsletter-form{margin-top:1.5rem}.footer .newsletter-form .newsletter-input{display:flex;gap:.5rem}.footer .newsletter-form .newsletter-input input[type=email]{flex:1;padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;background:#fff;font-size:.875rem;font-family:"DM Sans",sans-serif;color:#171717;transition:all 150ms ease}.footer .newsletter-form .newsletter-input input[type=email]:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1)}.footer .newsletter-form .newsletter-input input[type=email]::placeholder{color:#737373}.footer .newsletter-form .newsletter-input .newsletter-btn{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:.25rem;font-weight:500;font-size:.875rem;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease;display:flex;align-items:center;justify-content:center}.footer .newsletter-form .newsletter-input .newsletter-btn:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.footer .newsletter-form .newsletter-input .newsletter-btn:active{transform:translateY(0)}.footer .newsletter-form .newsletter-input .newsletter-btn i{font-size:1rem}.footer .newsletter-form .newsletter-note{font-size:.75rem;color:#737373;margin:0;font-family:"DM Sans",sans-serif}.footer .footer-divider{height:1px;background:linear-gradient(90deg, transparent 0%, #e5e5e5 50%, transparent 100%);margin:4rem 0}.footer .footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}@media(min-width: 768px){.footer .footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer .footer-bottom .footer-copyright p{margin:0;font-size:.9rem;color:#737373}.footer .footer-bottom .footer-legal{display:flex;gap:1.5rem}.footer .footer-bottom .footer-legal a{color:#404040;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer .footer-bottom .footer-legal a:hover{color:#8b5cf6}@media(max-width: 575px){.footer .footer-content{padding:4rem 0 2rem}.footer .footer-main{gap:3rem;margin-bottom:3rem}.footer .footer-column h4{font-size:1.1rem;margin-bottom:1rem}.footer .footer-social{margin-top:1.5rem}.footer .footer-social .social-links{gap:.5rem}.footer .footer-social .social-links .social-link{padding:.25rem .5rem;font-size:.85rem}.footer .footer-social .social-links .social-link .material-icons{font-size:1rem}.footer .newsletter-form .newsletter-input{flex-direction:column;gap:.5rem}.footer .newsletter-form .newsletter-input .newsletter-btn{width:100%;padding:.5rem 1rem}.footer .footer-bottom{gap:1.5rem}.footer .footer-bottom .footer-legal{flex-direction:column;gap:.5rem;align-items:center}}.footer .footer-column{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards}.footer .footer-column:nth-child(1){animation-delay:.1s}.footer .footer-column:nth-child(2){animation-delay:.2s}.footer .footer-column:nth-child(3){animation-delay:.3s}.footer .footer-column:nth-child(4){animation-delay:.4s}.footer .footer-bottom{opacity:0;transform:translateY(20px);animation:fadeInUp .6s ease forwards;animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.footer-newsletter-section{background:linear-gradient(135deg, #f5f3ff 0%, #ede9fe 100%);border:1px solid #ddd6fe;border-radius:.25rem;padding:2rem;margin:3rem 0 2rem}.footer-newsletter-section .footer-newsletter-content{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:800px;margin:0 auto}@media(max-width: 768px){.footer-newsletter-section .footer-newsletter-content{flex-direction:column;text-align:center;gap:1.5rem}}.footer-newsletter-section .footer-newsletter-text{flex:1}.footer-newsletter-section .footer-newsletter-text h3{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.5rem;line-height:1.2}@media(max-width: 768px){.footer-newsletter-section .footer-newsletter-text h3{font-size:1.25rem}}.footer-newsletter-section .footer-newsletter-text p{font-size:1rem;color:#404040;font-family:"DM Sans",sans-serif;line-height:1.5;margin:0}.footer-newsletter-section .footer-newsletter-form{flex-shrink:0;min-width:300px}@media(max-width: 768px){.footer-newsletter-section .footer-newsletter-form{min-width:auto;width:100%}}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-input-group{flex-direction:column;gap:.5rem}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-input{padding:1rem 1.5rem;font-size:1rem;border:2px solid #e5e5e5}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-btn{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;justify-content:center;background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%)}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-btn:hover{background:linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);transform:translateY(-1px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.footer-newsletter-section .footer-newsletter-form .newsletter-form .newsletter-privacy{margin-top:.5rem;font-size:.75rem;color:#737373;text-align:center}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media(max-width: 768px){.container{padding:0 .5rem}}.recipe-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.recipe-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.recipe-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.recipe-grid{grid-template-columns:repeat(4, 1fr)}}.home-hero{display:flex;align-items:center;justify-content:center;background:#f5f3ff;padding:3rem 0}.home-hero .hero-content{max-width:600px;text-align:center}.home-hero .hero-content h1{font-family:"DM Sans",sans-serif;font-size:2.5rem;color:#8b5cf6;margin-bottom:1rem}.home-hero .hero-content p{font-size:1.25rem;color:#404040;margin-bottom:1.5rem}.home-hero .hero-content .hero-image{width:100%;max-width:480px;border-radius:.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);margin:0 auto;aspect-ratio:16/9;object-fit:cover}.home-featured-recipes{margin:3rem 0}.home-featured-recipes h2{font-size:2rem;color:#8b5cf6;margin-bottom:1.5rem;text-align:center}.home-featured-tips{margin:3rem 0}.home-featured-tips h2{font-size:2rem;color:#8b5cf6;margin-bottom:1.5rem;text-align:center}.home-featured-tips .dica-grid{display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width: 768px){.home-featured-tips .dica-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 992px){.home-featured-tips .dica-grid{grid-template-columns:repeat(3, 1fr)}}.home-newsletter{background:#f5f3ff;border:1px solid #ddd6fe;padding:2rem 0;text-align:center;border-radius:.25rem;margin:3rem 0}.home-newsletter h2{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:1rem}.home-newsletter p{font-size:1rem;color:#404040;margin-bottom:1.5rem;font-family:"DM Sans",sans-serif}.home-newsletter form{display:flex;justify-content:center;gap:.5rem;max-width:500px;margin:0 auto}@media(max-width: 768px){.home-newsletter form{flex-direction:column;align-items:center}}.home-newsletter form input[type=email]{flex:1;padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all 150ms ease;min-width:240px}.home-newsletter form input[type=email]:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1)}.home-newsletter form input[type=email]::placeholder{color:#737373}.home-newsletter form button{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:.25rem;font-weight:500;font-size:.875rem;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease;white-space:nowrap}.home-newsletter form button:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.home-newsletter form button:active{transform:translateY(0)}.archive-page{max-width:1200px;margin:0 auto;padding:0 1rem;margin-top:5rem}@media(max-width: 768px){.archive-page{padding:0 1rem}}.archive-header{margin-bottom:3rem;padding-bottom:2rem}.archive-header .archive-title{font-size:2.5rem;font-weight:700;color:#171717;margin-bottom:1rem;line-height:1.2}@media(max-width: 768px){.archive-header .archive-title{font-size:2rem}}.archive-header .archive-description{font-size:1.125rem;color:#404040;line-height:1.6;max-width:600px}.archive-filters{display:flex;justify-content:center;align-items:center;margin-bottom:3rem;padding:1.5rem;background:rgba(248,250,252,.8);border-radius:.25rem;border:1px solid rgba(0,0,0,.05)}@media(max-width: 768px){.archive-filters{display:none}}.archive-filters .view-toggle{display:flex;align-items:center;gap:4px;padding:8px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px}.archive-filters .view-toggle .view-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:none;border:none;border-radius:4px;color:#404040;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500}.archive-filters .view-toggle .view-btn.active{background:#8b5cf6;color:#fff}.archive-filters .view-toggle .view-btn.active span{color:#fff}.archive-filters .view-toggle .view-btn:hover:not(.active){background:rgba(139,92,246,.1);color:#8b5cf6}.archive-filters .view-toggle .view-btn .material-icons{font-size:18px}.archive-posts .posts-grid{margin-bottom:3rem}.archive-posts .posts-grid.view-list{grid-template-columns:1fr;gap:1.5rem}.archive-posts .posts-grid.view-list .card-item{display:grid;grid-template-columns:200px 1fr;gap:1.5rem;align-items:start}@media(max-width: 768px){.archive-posts .posts-grid.view-list .card-item{grid-template-columns:1fr;gap:1rem}}.archive-posts .posts-grid.view-list .card-item .card-image{height:150px}@media(max-width: 768px){.archive-posts .posts-grid.view-list .card-item .card-image{height:200px}}.archive-posts .posts-grid.view-list .card-item .card-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.archive-posts .posts-grid.view-list .card-item .card-content .card-title{font-size:1.25rem;margin-bottom:1rem;max-height:none;-webkit-line-clamp:unset}.archive-posts .posts-grid.view-list .card-item .card-content .card-actions{margin-top:1rem}.archive-posts .no-posts{text-align:center;padding:4rem 0}.archive-posts .no-posts .no-posts-icon{font-size:4rem;color:#404040;margin-bottom:1.5rem}.archive-posts .no-posts .no-posts-title{font-size:1.5rem;font-weight:600;color:#171717;margin-bottom:1rem}.archive-posts .no-posts .no-posts-text{font-size:1rem;color:#404040;line-height:1.6;margin-bottom:1.5rem}.archive-posts .no-posts .no-posts-actions{display:flex;justify-content:center;gap:1rem}@media(max-width: 768px){.archive-posts .no-posts .no-posts-actions{flex-direction:column;align-items:center}}.archive-pagination{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem;padding:2rem 0}.archive-pagination .pagination-info{text-align:center}.archive-pagination .pagination-info .pagination-stats{font-size:.875rem;color:#404040;margin:0;font-weight:500}.archive-pagination .pagination-nav{display:flex;justify-content:center;align-items:center;gap:.5rem}.archive-pagination .pagination-nav .page-numbers{display:flex;align-items:center;gap:4px}.archive-pagination .pagination-nav .page-numbers .page-number,.archive-pagination .pagination-nav .page-numbers .prev,.archive-pagination .pagination-nav .page-numbers .next{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 12px;border:1px solid #e5e5e5;border-radius:.25rem;background:#fff;color:#171717;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;cursor:pointer}.archive-pagination .pagination-nav .page-numbers .page-number:hover,.archive-pagination .pagination-nav .page-numbers .prev:hover,.archive-pagination .pagination-nav .page-numbers .next:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(139,92,246,.15)}.archive-pagination .pagination-nav .page-numbers .page-number.current,.archive-pagination .pagination-nav .page-numbers .prev.current,.archive-pagination .pagination-nav .page-numbers .next.current{background:#8b5cf6;color:#fff;border-color:#8b5cf6;font-weight:600}.archive-pagination .pagination-nav .page-numbers .page-number.prev,.archive-pagination .pagination-nav .page-numbers .page-number.next,.archive-pagination .pagination-nav .page-numbers .prev.prev,.archive-pagination .pagination-nav .page-numbers .prev.next,.archive-pagination .pagination-nav .page-numbers .next.prev,.archive-pagination .pagination-nav .page-numbers .next.next{min-width:120px;gap:.25rem}.archive-pagination .pagination-nav .page-numbers .page-number.prev i,.archive-pagination .pagination-nav .page-numbers .page-number.next i,.archive-pagination .pagination-nav .page-numbers .prev.prev i,.archive-pagination .pagination-nav .page-numbers .prev.next i,.archive-pagination .pagination-nav .page-numbers .next.prev i,.archive-pagination .pagination-nav .page-numbers .next.next i{font-size:16px}.archive-pagination .pagination-nav .page-numbers .page-number.dots,.archive-pagination .pagination-nav .page-numbers .prev.dots,.archive-pagination .pagination-nav .page-numbers .next.dots{border:none;background:none;cursor:default;min-width:32px}.archive-pagination .pagination-nav .page-numbers .page-number.dots:hover,.archive-pagination .pagination-nav .page-numbers .prev.dots:hover,.archive-pagination .pagination-nav .page-numbers .next.dots:hover{transform:none;box-shadow:none}.archive-pagination .pagination-simple{display:flex;align-items:center;gap:1rem}.archive-pagination .pagination-simple .prev,.archive-pagination .pagination-simple .next{display:flex;align-items:center;gap:.5rem;padding:12px 20px;background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;color:#171717;text-decoration:none;font-weight:500;transition:all .2s ease}.archive-pagination .pagination-simple .prev:hover,.archive-pagination .pagination-simple .next:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(139,92,246,.15)}.archive-pagination .pagination-simple .prev:disabled,.archive-pagination .pagination-simple .next:disabled{opacity:.5;cursor:not-allowed}.archive-pagination .pagination-simple .prev:disabled:hover,.archive-pagination .pagination-simple .next:disabled:hover{transform:none;box-shadow:none}@media(max-width: 768px){.archive-pagination{gap:1rem;padding:1.5rem 0}.archive-pagination .pagination-nav .page-numbers{gap:2px}.archive-pagination .pagination-nav .page-numbers .page-number,.archive-pagination .pagination-nav .page-numbers .prev,.archive-pagination .pagination-nav .page-numbers .next{min-width:40px;height:40px;font-size:13px}.archive-pagination .pagination-nav .page-numbers .page-number.prev,.archive-pagination .pagination-nav .page-numbers .page-number.next,.archive-pagination .pagination-nav .page-numbers .prev.prev,.archive-pagination .pagination-nav .page-numbers .prev.next,.archive-pagination .pagination-nav .page-numbers .next.prev,.archive-pagination .pagination-nav .page-numbers .next.next{min-width:100px}.archive-pagination .pagination-info .pagination-stats{font-size:.8rem}}.archive-breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:14px;color:#404040}.archive-breadcrumbs .breadcrumb-item{display:flex;align-items:center;gap:.5rem}.archive-breadcrumbs .breadcrumb-item:not(:last-child)::after{content:"/";color:rgba(0,0,0,.2)}.archive-breadcrumbs .breadcrumb-item a{color:#404040;text-decoration:none;transition:color .2s ease}.archive-breadcrumbs .breadcrumb-item a:hover{color:#8b5cf6}.archive-breadcrumbs .breadcrumb-item.current{color:#171717;font-weight:500;color:#8b5cf6}@media(min-width: 1025px){.archive-sidebar{display:grid;grid-template-columns:1fr 300px;gap:3rem;align-items:start}.archive-sidebar .archive-widgets{position:sticky;top:100px;height:fit-content}}.archive-sidebar .widget{background:rgba(248,250,252,.8);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.archive-sidebar .widget .widget-title{font-size:18px;font-weight:600;color:#171717;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.archive-sidebar .widget.widget-categories .category-list{display:flex;flex-direction:column;gap:.5rem}.archive-sidebar .widget.widget-categories .category-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border-radius:6px;text-decoration:none;color:#171717;transition:all .2s ease}.archive-sidebar .widget.widget-categories .category-item:hover{background:rgba(139,92,246,.1);color:#8b5cf6}.archive-sidebar .widget.widget-categories .category-item .category-count{background:rgba(139,92,246,.1);color:#8b5cf6;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:600}.archive-sidebar .widget.widget-tags .tag-cloud{display:flex;flex-wrap:wrap;gap:.5rem}.archive-sidebar .widget.widget-tags .tag-item{padding:6px 12px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:20px;text-decoration:none;color:#171717;font-size:12px;transition:all .2s ease}.archive-sidebar .widget.widget-tags .tag-item:hover{background:#8b5cf6;color:#fff;border-color:#8b5cf6}.archive-loading{text-align:center;padding:4rem 0}.archive-loading .loading-spinner{display:inline-block;width:40px;height:40px;border:3px solid rgba(139,92,246,.1);border-radius:50%;border-top-color:#8b5cf6;animation:spin 1s ease-in-out infinite}.archive-loading .loading-text{margin-top:1rem;color:#404040;font-size:14px}@keyframes spin{to{transform:rotate(360deg)}}.single-post{display:grid;grid-template-columns:1fr 320px;gap:48px;max-width:1200px;margin:0 auto;padding:0 1rem;margin:6rem 0}@media(max-width: 1024px){.single-post{grid-template-columns:1fr;gap:32px}}@media(max-width: 768px){.single-post{padding:0 1rem}}.post-content .post-thumbnail{position:relative;width:100%;height:400px;border-radius:4px;overflow:hidden;margin-bottom:32px}.post-content .post-thumbnail img{width:100%;height:100%;object-fit:cover}@media(max-width: 768px){.post-content .post-thumbnail{height:250px;margin-bottom:24px}}.post-content .post-body{display:grid;grid-template-columns:40px 1fr;gap:24px}@media(max-width: 768px){.post-content .post-body{grid-template-columns:1fr;gap:16px}}.post-content .social-share{display:flex;flex-direction:column;gap:12px;align-items:center}@media(max-width: 768px){.post-content .social-share{display:none}}.post-content .social-share .share-icon{width:40px;height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:#fff;color:#8b5cf6;text-decoration:none;transition:all .2s ease;border:1px solid #e5e5e5;cursor:pointer}.post-content .social-share .share-icon:hover{background:#a78bfa;color:#fff;transform:translateY(-2px)}.post-content .social-share .share-icon i{font-size:18px}.post-content .post-text h1{font-size:2.5rem;font-weight:700;color:#171717;margin-bottom:16px;line-height:1.2}@media(max-width: 768px){.post-content .post-text h1{font-size:1.5rem}}.post-content .post-text .recipe-details{background:#fff;border-radius:12px;margin-bottom:2rem;border:1px solid #e5e5e5;padding:2rem;box-shadow:0 1px 3px rgba(0,0,0,.05)}.post-content .post-text .recipe-details .recipe-meta{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1.5rem;margin-bottom:1.5rem}@media(max-width: 768px){.post-content .post-text .recipe-details .recipe-meta{grid-template-columns:repeat(2, 1fr);gap:1rem}}@media(max-width: 480px){.post-content .post-text .recipe-details .recipe-meta{grid-template-columns:1fr}}.post-content .post-text .recipe-details .recipe-meta-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5;transition:all .2s ease;position:relative;overflow:hidden}.post-content .post-text .recipe-details .recipe-meta-item::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #8b5cf6, #7c3aed);opacity:0;transition:opacity .2s ease}.post-content .post-text .recipe-details .recipe-meta-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.08);border-color:#8b5cf6}.post-content .post-text .recipe-details .recipe-meta-item:hover::before{opacity:1}.post-content .post-text .recipe-details .recipe-meta-item i{color:#8b5cf6;font-size:20px;flex-shrink:0}.post-content .post-text .recipe-details .recipe-meta-item .meta-content{display:flex;flex-direction:column;gap:4px;flex:1}.post-content .post-text .recipe-details .recipe-meta-item .meta-label{font-size:11px;color:#404040;font-weight:600;text-transform:uppercase;letter-spacing:.8px}.post-content .post-text .recipe-details .recipe-meta-item .meta-value{font-size:18px;font-weight:700;color:#171717;line-height:1.2}.post-content .post-text .recipe-details .recipe-meta-item .meta-value.difficulty-facil{color:#059669}.post-content .post-text .recipe-details .recipe-meta-item .meta-value.difficulty-medio{color:#d97706}.post-content .post-text .recipe-details .recipe-meta-item .meta-value.difficulty-dificil{color:#dc2626}.post-content .post-text .recipe-details .recipe-actions{display:flex;justify-content:center;padding-top:1.5rem;border-top:1px solid #e5e5e5}.post-content .post-text .recipe-details .recipe-actions .print-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:#8b5cf6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none}.post-content .post-text .recipe-details .recipe-actions .print-btn:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.post-content .post-text .recipe-details .recipe-actions .print-btn:active{transform:translateY(0)}.post-content .post-text .recipe-ingredients{background:rgba(248,250,252,.8);border-radius:.25rem;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(0,0,0,.05)}.post-content .post-text .recipe-ingredients h3{font-size:1.5rem;font-weight:600;color:#171717;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.post-content .post-text .recipe-ingredients h3::before{content:"";width:4px;height:24px;background:#8b5cf6;border-radius:2px}.post-content .post-text .recipe-ingredients .ingredients-list{display:grid;gap:1rem;margin-bottom:1.5rem}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:1px solid rgba(0,0,0,.05);cursor:pointer;transition:all .2s ease;position:relative}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox:hover{border-color:#8b5cf6;background:rgba(139,92,246,.02)}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox input[type=checkbox]{display:none}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox .checkmark{width:20px;height:20px;border:2px solid #d4d4d4;border-radius:4px;position:relative;transition:all .2s ease;flex-shrink:0}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox .checkmark::after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0;transition:opacity .2s ease}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox input[type=checkbox]:checked+.checkmark{background:#8b5cf6;border-color:#8b5cf6}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox input[type=checkbox]:checked+.checkmark::after{opacity:1}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox .ingredient-text{font-size:16px;color:#171717;line-height:1.4}.post-content .post-text .recipe-ingredients .ingredient-item .ingredient-checkbox .ingredient-text strong{color:#8b5cf6;font-weight:600}.post-content .post-text .recipe-ingredients .ingredients-actions{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width: 768px){.post-content .post-text .recipe-ingredients .ingredients-actions{flex-direction:column}}.post-content .post-text .recipe-ingredients .ingredients-actions button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d4d4d4;background:#fff;border-radius:6px;font-size:14px;font-weight:500;color:#171717;cursor:pointer;transition:all .2s ease;flex:1}.post-content .post-text .recipe-ingredients .ingredients-actions button:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-1px)}.post-content .post-text .recipe-ingredients .ingredients-actions button i{font-size:18px}.post-content .post-text .recipe-ingredients .ingredients-actions button.btn-add-to-list{background:#8b5cf6;color:#fff;border-color:#8b5cf6}.post-content .post-text .recipe-ingredients .ingredients-actions button.btn-add-to-list:hover{background:#7c3aed;color:#fff}.post-content .post-text .post-meta{display:flex;align-items:center;gap:16px;margin-bottom:24px;font-size:12px;color:#a3a3a3;text-transform:uppercase}.post-content .post-text .post-meta span{color:#a3a3a3}.post-content .post-text .post-meta .post-date{display:flex;align-items:center;gap:4px}.post-content .post-text .post-meta .post-category{background:#c4b5fd;border:1px solid #e5e5e5;color:#4c1d95;padding:4px 12px;border-radius:4px;font-weight:500;text-decoration:none;transition:all .2s ease}.post-content .post-text .post-meta .post-category:hover{background:#a78bfa;color:#fafafa}.post-content .post-text .post-excerpt{font-size:1.125rem;line-height:1.6;color:#404040;margin-bottom:32px;font-weight:500}.post-content .post-text .post-content-text{font-size:1rem;line-height:1.7;color:#171717}.post-content .post-text .post-content-text h2,.post-content .post-text .post-content-text h3,.post-content .post-text .post-content-text h4{margin:32px 0 16px 0;color:#171717;font-weight:600}.post-content .post-text .post-content-text h2{font-size:1.75rem}.post-content .post-text .post-content-text h3{font-size:1.5rem}.post-content .post-text .post-content-text h4{font-size:1.25rem}.post-content .post-text .post-content-text p{margin-bottom:16px}.post-content .post-text .post-content-text ul,.post-content .post-text .post-content-text ol{margin:16px 0;padding-left:24px}.post-content .post-text .post-content-text ul li,.post-content .post-text .post-content-text ol li{margin-bottom:8px}.post-content .post-text .post-content-text blockquote{border-left:4px solid #8b5cf6;padding-left:20px;margin:24px 0;font-style:italic;color:#404040;font-size:1.125rem}.post-content .post-text .post-content-text img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.post-content .post-navigation{display:flex;justify-content:space-between;margin:48px 0;padding:24px 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.post-content .post-navigation .nav-previous,.post-content .post-navigation .nav-next{flex:1;max-width:45%}.post-content .post-navigation .nav-previous a,.post-content .post-navigation .nav-next a{display:flex;flex-direction:column;text-decoration:none;color:#171717;transition:color .2s ease}.post-content .post-navigation .nav-previous a:hover,.post-content .post-navigation .nav-next a:hover{color:#8b5cf6}.post-content .post-navigation .nav-previous a .nav-label,.post-content .post-navigation .nav-next a .nav-label{font-size:12px;text-transform:uppercase;font-weight:600;color:#404040;margin-bottom:4px}.post-content .post-navigation .nav-previous a .nav-title,.post-content .post-navigation .nav-next a .nav-title{font-size:14px;font-weight:500;line-height:1.4}.post-content .post-navigation .nav-next{text-align:right}@media(max-width: 768px){.post-content .post-navigation{flex-direction:column;gap:16px}.post-content .post-navigation .nav-previous,.post-content .post-navigation .nav-next{max-width:100%}.post-content .post-navigation .nav-next{text-align:left}}.post-content .related-posts{margin-top:48px}.post-content .related-posts h3{font-size:1.5rem;font-weight:600;color:#171717;margin-bottom:24px}.post-content .related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:24px}@media(max-width: 768px){.post-content .related-posts .related-grid{grid-template-columns:1fr;gap:16px}}.post-content .related-posts .related-post{background:#fff;border-radius:.25rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease}.post-content .related-posts .related-post:hover{transform:translateY(-4px)}.post-content .related-posts .related-post .related-thumbnail{width:100%;height:180px}.post-content .related-posts .related-post .related-thumbnail img{width:100%;height:100%;object-fit:cover}.post-content .related-posts .related-post .related-content{padding:16px}.post-content .related-posts .related-post .related-content .related-category{font-size:12px;color:#8b5cf6;font-weight:600;text-transform:uppercase;margin-bottom:8px}.post-content .related-posts .related-post .related-content .related-title{font-size:16px;font-weight:600;color:#171717;line-height:1.4;text-decoration:none}.post-content .related-posts .related-post .related-content .related-title:hover{color:#8b5cf6}@media print{.header,.footer,.post-sidebar,.social-share,.post-navigation,.related-posts,.recipe-actions,.mobile-menu{display:none !important}*{box-sizing:border-box !important}body{font-size:12pt !important;line-height:1.6 !important;color:#000 !important;background:#fff !important;margin:0 !important;padding:0 !important}.single-post{display:block !important;max-width:none !important;margin:0 !important;padding:20pt !important;grid-template-columns:1fr !important;gap:0 !important}.post-content{width:100% !important;max-width:none !important}.post-body{display:block !important;grid-template-columns:1fr !important;gap:0 !important}h1{font-size:24pt !important;font-weight:bold !important;color:#000 !important;margin:0 0 20pt 0 !important;line-height:1.2 !important;page-break-after:avoid}h2,h3,h4,h5,h6{color:#000 !important;page-break-after:avoid;margin:20pt 0 10pt 0 !important}h2{font-size:18pt !important}h3{font-size:16pt !important}h4{font-size:14pt !important}.recipe-details{background:#fff !important;border:2pt solid #333 !important;margin:20pt 0 !important;padding:15pt !important;page-break-inside:avoid;border-radius:0 !important}.recipe-ingredients{background:#fff !important;border:2pt solid #333 !important;margin:20pt 0 !important;padding:15pt !important;page-break-inside:avoid;border-radius:0 !important}.recipe-ingredients h3{font-size:16pt !important;font-weight:bold !important;color:#000 !important;margin:0 0 15pt 0 !important;border-left:none !important}.recipe-ingredients h3::before{display:none !important}.recipe-ingredients .ingredients-list{display:block !important;gap:0 !important}.recipe-ingredients .ingredient-item{margin-bottom:8pt !important}.recipe-ingredients .ingredient-item .ingredient-checkbox{background:#f9f9f9 !important;border:1pt solid #ccc !important;padding:8pt !important;border-radius:0 !important}.recipe-ingredients .ingredient-item .ingredient-checkbox .checkmark{display:none !important}.recipe-ingredients .ingredient-item .ingredient-checkbox .ingredient-text{font-size:12pt !important;color:#000 !important}.recipe-ingredients .ingredient-item .ingredient-checkbox .ingredient-text strong{color:#000 !important}.recipe-ingredients .ingredients-actions{display:none !important}.recipe-meta{display:grid !important;grid-template-columns:repeat(3, 1fr) !important;gap:15pt !important;margin-bottom:0 !important}.recipe-meta-item{background:#f5f5f5 !important;border:1pt solid #ccc !important;padding:10pt !important;border-radius:0 !important;box-shadow:none !important;transform:none !important}.recipe-meta-item i{color:#333 !important;font-size:16pt !important}.recipe-meta-item .meta-label{font-size:8pt !important;color:#666 !important;font-weight:bold !important}.recipe-meta-item .meta-value{font-size:12pt !important;font-weight:bold !important;color:#000 !important}.post-thumbnail{width:100% !important;height:auto !important;max-height:300pt !important;margin:20pt 0 !important;border-radius:0 !important}.post-thumbnail img{width:100% !important;height:auto !important;max-height:300pt !important;object-fit:contain !important}.post-meta{margin:15pt 0 !important;font-size:10pt !important;color:#666 !important}.post-excerpt{font-size:12pt !important;line-height:1.6 !important;color:#333 !important;margin:15pt 0 !important;font-style:italic !important}.post-content-text{font-size:12pt !important;line-height:1.6 !important;color:#000 !important;page-break-inside:auto}.post-content-text p{margin:0 0 12pt 0 !important;page-break-inside:avoid}.post-content-text ul,.post-content-text ol{margin:12pt 0 !important;padding-left:20pt !important}.post-content-text ul li,.post-content-text ol li{margin-bottom:6pt !important}.post-content-text blockquote{border-left:3pt solid #333 !important;padding-left:15pt !important;margin:15pt 0 !important;font-style:italic !important;color:#333 !important;font-size:11pt !important}.post-content-text img{max-width:100% !important;height:auto !important;page-break-inside:avoid;margin:15pt 0 !important;border-radius:0 !important}.post-thumbnail,.recipe-details{page-break-inside:avoid}@page{margin:20pt;size:A4}}.shopping-notification{position:fixed;top:20px;right:20px;background:#fff;border:1px solid #d4d4d4;border-radius:8px;padding:1rem;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:.5rem;z-index:9999;max-width:300px;animation:slideInRight .3s ease}.shopping-notification.success{border-left:4px solid #10b981}.shopping-notification.warning{border-left:4px solid #f59e0b}.shopping-notification.info{border-left:4px solid #8b5cf6}.shopping-notification span{font-size:14px;color:#171717;flex:1}.shopping-notification button{background:none;border:none;color:#404040;cursor:pointer;padding:2px;border-radius:4px;transition:all .2s ease}.shopping-notification button:hover{background:#f5f5f5;color:#171717}.shopping-notification button i{font-size:16px}@media(max-width: 768px){.shopping-notification{top:10px;right:10px;left:10px;max-width:none}}@keyframes slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.post-sidebar{position:sticky;top:100px;height:fit-content;background:rgba(248,250,252,.8);border-radius:.25rem;padding:24px}@media(max-width: 1024px){.post-sidebar{position:static;background:rgba(248,250,252,.5)}}.post-sidebar .sidebar-social{margin-bottom:32px}.post-sidebar .sidebar-social h4{font-size:16px;font-weight:600;color:#171717;margin-bottom:16px}.post-sidebar .sidebar-social .social-buttons{display:flex;flex-direction:column;gap:12px}.post-sidebar .sidebar-social .social-btn{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:4px;text-decoration:none;color:#171717;font-weight:500;transition:all .2s ease}.post-sidebar .sidebar-social .social-btn:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateX(4px)}.post-sidebar .sidebar-social .social-btn i{font-size:20px;color:#8b5cf6}.post-sidebar .sidebar-categories{margin-bottom:32px}.post-sidebar .sidebar-categories h4{font-size:16px;font-weight:600;color:#171717;margin-bottom:16px}.post-sidebar .sidebar-categories .categories-list{display:flex;flex-direction:column;gap:8px}.post-sidebar .sidebar-categories .category-item a{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#fff;border-radius:4px;text-decoration:none;color:#171717;font-size:14px;transition:all .2s ease;border:1px solid #e5e5e5}.post-sidebar .sidebar-categories .category-item a:hover{background:rgba(139,92,246,.1);color:#8b5cf6}.post-sidebar .sidebar-categories .category-item a .category-count{background:rgba(139,92,246,.1);color:#8b5cf6;padding:2px 8px;border-radius:.25rem;font-size:12px;font-weight:600}.post-sidebar .sidebar-newsletter{margin-bottom:2rem;padding:1.5rem;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:.25rem;color:#171717;text-align:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.post-sidebar .sidebar-newsletter h4{font-size:1.125rem;font-weight:600;font-family:"DM Sans",sans-serif;margin-bottom:.5rem;color:#171717}.post-sidebar .sidebar-newsletter p{font-size:.875rem;color:#404040;margin-bottom:1rem;line-height:1.5;font-family:"DM Sans",sans-serif}.post-sidebar .sidebar-newsletter .newsletter-form{display:flex;flex-direction:column;gap:.5rem}.post-sidebar .sidebar-newsletter .newsletter-input{padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all 150ms ease}.post-sidebar .sidebar-newsletter .newsletter-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 2px rgba(139,92,246,.1)}.post-sidebar .sidebar-newsletter .newsletter-input::placeholder{color:#737373}.post-sidebar .sidebar-newsletter .newsletter-btn{padding:.5rem 1rem;background:#8b5cf6;color:#fff;border:none;border-radius:.25rem;font-weight:500;font-size:.875rem;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease}.post-sidebar .sidebar-newsletter .newsletter-btn:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.post-sidebar .sidebar-newsletter .newsletter-btn:active{transform:translateY(0)}.post-sidebar .sidebar-recent{margin-bottom:2rem;border:1px solid #e5e5e5;border-radius:.25rem;background:#fff;padding:1.5rem}.post-sidebar .sidebar-recent h4{font-size:16px;font-weight:600;color:#171717;margin-bottom:16px}.post-sidebar .sidebar-recent .recent-list{display:flex;flex-direction:column;gap:16px}.post-sidebar .sidebar-recent .recent-item{display:flex;flex-direction:column;gap:4px}.post-sidebar .sidebar-recent .recent-item .recent-category{font-size:12px;color:#8b5cf6;font-weight:600;text-transform:uppercase}.post-sidebar .sidebar-recent .recent-item .recent-title{font-size:14px;font-weight:500;color:#171717;line-height:1.4;text-decoration:none;transition:color .2s ease}.post-sidebar .sidebar-recent .recent-item .recent-title:hover{color:#8b5cf6}.page-content{margin:0 auto;padding:3rem 1rem}@media(min-width: 768px){.page-content{padding:4rem 1.5rem}}@media(min-width: 992px){.page-content{padding:5rem 2rem}}.page-excerpt{max-width:600px;margin-bottom:3rem}.page-breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;color:#404040}.page-breadcrumbs .breadcrumb-item{display:flex;align-items:center}.page-breadcrumbs .breadcrumb-item:not(:last-child)::after{content:"/";margin-left:.5rem;color:#e5e5e5}.page-breadcrumbs .breadcrumb-item a{color:#404040;text-decoration:none;transition:color .2s ease}.page-breadcrumbs .breadcrumb-item a:hover{color:#8b5cf6}.page-breadcrumbs .breadcrumb-item.current{color:#8b5cf6;font-weight:500}.page-text{font-size:1.1rem;line-height:1.8;color:#171717}.page-text .page-title{font-family:"DM Sans",sans-serif;font-size:2.5rem;color:#8b5cf6;margin-bottom:1.5rem;line-height:1.2}@media(min-width: 768px){.page-text .page-title{font-size:3rem}}@media(min-width: 992px){.page-text .page-title{font-size:3.5rem}}.page-text .page-excerpt{font-size:1.25rem;color:#404040;margin-bottom:2rem;line-height:1.6;font-style:italic}.page-text h1,.page-text h2,.page-text h3,.page-text h4,.page-text h5,.page-text h6{color:#8b5cf6;margin-top:3rem;margin-bottom:1.5rem;font-weight:600;line-height:1.3}.page-text h1{font-size:2rem;margin-top:4rem}.page-text h2{font-size:1.75rem;margin-top:3rem}.page-text h3{font-size:1.5rem;margin-top:2rem}.page-text h4{font-size:1.25rem;margin-top:1.5rem}.page-text h5{font-size:1.1rem;margin-top:1rem}.page-text h6{font-size:1rem;margin-top:.5rem}.page-text p{margin-bottom:1.5rem;line-height:1.7}.page-text ul,.page-text ol{margin-bottom:2rem;padding-left:1.5rem}.page-text ul li,.page-text ol li{margin-bottom:.5rem;line-height:1.6}.page-text blockquote{border-left:4px solid #8b5cf6;padding:1.5rem;margin:2rem 0;font-style:italic;color:#404040;background:#f5f3ff;border-radius:.25rem;font-size:1.1rem;line-height:1.6}.page-text img{max-width:100%;height:auto;border-radius:.25rem;margin:1.5rem 0;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.page-text a{color:#8b5cf6;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:border-color .2s ease;font-weight:500}.page-text a:hover{border-bottom-color:#8b5cf6}.page-text table{width:100%;border-collapse:collapse;margin:1.5rem 0;border-radius:.25rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.page-text table th,.page-text table td{padding:.5rem;border:1px solid #e5e5e5;text-align:left}.page-text table th{background:#8b5cf6;color:#fff;font-weight:600}.page-text table tr:nth-child(even){background:#f5f3ff}@media(max-width: 575px){.page-content{padding:2rem 1rem}.page-text{font-size:1rem}.page-text .page-title{font-size:2rem;margin-bottom:1rem}.page-text .page-excerpt{font-size:1.1rem;margin-bottom:1.5rem}.page-text h1{font-size:1.75rem}.page-text h2{font-size:1.5rem}.page-text h3{font-size:1.25rem}.page-breadcrumbs{margin-bottom:1.5rem}}.search-page{padding:3rem 0}.search-page .container{max-width:1200px;margin:0 auto;padding:0 1rem}.search-header{text-align:center;margin-bottom:4rem;padding:3rem 0;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:.25rem;color:#171717}.search-header .search-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem}@media(max-width: 768px){.search-header .search-title{font-size:2rem}}.search-header .search-form{max-width:600px;margin:0 auto}.search-header .search-form .search-input-group{display:flex;margin-bottom:1.5rem}.search-header .search-form .search-input-group .search-input{flex:1;padding:1rem 1.5rem;border:1px solid #d4d4d4;border-radius:.25rem 0 0 .25rem;font-size:1.125rem;color:#171717}.search-header .search-form .search-input-group .search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.search-header .search-form .search-input-group .search-submit{padding:1rem 2rem;background:#8b5cf6;border:none;border-radius:0 .25rem .25rem 0;color:#fff;cursor:pointer;transition:background .2s ease}.search-header .search-form .search-input-group .search-submit:hover{background:#7c3aed}.search-header .search-form .search-input-group .search-submit i{font-size:1.25rem}.search-header .search-form .search-filters{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:wrap}@media(max-width: 768px){.search-header .search-form .search-filters{flex-direction:column;align-items:center}}.search-header .search-form .search-filters .filter-group{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#171717}.search-header .search-form .search-filters .filter-group label{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.search-header .search-form .search-filters .filter-group .filter-select{padding:.5rem 1rem;border:1px solid #e5e5e5;border-radius:.25rem;background:#fff;color:#171717;font-size:.875rem;cursor:pointer;min-width:200px}.search-header .search-form .search-filters .filter-group .filter-select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.search-header .search-form .search-filters .filter-group .filter-select option{background:#fff;color:#171717}.search-stats{text-align:center;margin-bottom:3rem;padding:1.5rem;background:#fafafa;border-radius:.25rem;border:1px solid #e5e5e5}.search-stats p{margin:0;font-size:1.125rem;color:#404040}.search-stats p strong{color:#171717}.search-grid.posts-grid{margin-bottom:3rem;display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width: 768px){.search-grid.posts-grid{grid-template-columns:1fr}}.search-pagination{display:flex;justify-content:center;margin-top:3rem}.search-pagination .pagination-list{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.search-pagination .pagination-list li{margin:0}.search-pagination .pagination-list li a,.search-pagination .pagination-list li span{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 1rem;border:1px solid #e5e5e5;border-radius:.25rem;background:#fff;color:#171717;text-decoration:none;font-weight:500;transition:all .2s ease}.search-pagination .pagination-list li a:hover,.search-pagination .pagination-list li span:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-1px);box-shadow:0 2px 8px rgba(139,92,246,.15)}.search-pagination .pagination-list li .current{background:#8b5cf6;color:#fff;border-color:#8b5cf6;font-weight:600}.search-pagination .pagination-list li .prev,.search-pagination .pagination-list li .next{min-width:120px;gap:.25rem}.search-pagination .pagination-list li .prev i,.search-pagination .pagination-list li .next i{font-size:16px}.no-results{text-align:center;padding:5rem 0}.no-results .no-results-icon{font-size:4rem;color:#d4d4d4;margin-bottom:1.5rem}.no-results h2{font-size:2rem;color:#171717;margin-bottom:1rem}.no-results p{font-size:1.125rem;color:#404040;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.no-results p strong{color:#171717}.no-results .no-results-suggestions{margin-bottom:3rem}.no-results .no-results-suggestions h3{font-size:1.25rem;color:#171717;margin-bottom:1rem}.no-results .no-results-suggestions ul{list-style:none;padding:0;margin:0}.no-results .no-results-suggestions ul li{padding:.25rem 0;color:#404040}.no-results .no-results-suggestions ul li:before{content:"•";color:#8b5cf6;font-weight:bold;margin-right:.5rem}.no-results .no-results-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.no-results .no-results-actions .btn-primary,.no-results .no-results-actions .btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.25rem;text-decoration:none;font-weight:600;transition:all .2s ease}.no-results .no-results-actions .btn-primary:hover,.no-results .no-results-actions .btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.no-results .no-results-actions .btn-primary{background:#8b5cf6;color:#fff}.no-results .no-results-actions .btn-primary:hover{background:#7c3aed}.no-results .no-results-actions .btn-secondary{background:#f5f5f5;color:#171717;border:1px solid #e5e5e5}.no-results .no-results-actions .btn-secondary:hover{background:#e5e5e5}@media(max-width: 768px){.search-page{padding:2rem 0}.search-header{margin-bottom:3rem;padding:2rem 0}.search-header .search-title{font-size:1.75rem}.search-header .search-form .search-filters{flex-direction:column;align-items:center}.search-pagination .pagination-list{gap:2px}.search-pagination .pagination-list li a,.search-pagination .pagination-list li span{min-width:40px;height:40px;font-size:13px}.search-pagination .pagination-list li a.prev,.search-pagination .pagination-list li a.next,.search-pagination .pagination-list li span.prev,.search-pagination .pagination-list li span.next{min-width:100px}.no-results{padding:3rem 0}.no-results .no-results-icon{font-size:3rem}.no-results h2{font-size:1.5rem}.no-results .no-results-actions{flex-direction:column;align-items:center}}.contact-page{padding:3rem 0;background:#fafafa}.contact-header{text-align:center;margin-bottom:4rem}.contact-header .contact-title{font-size:2.5rem;font-weight:700;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:1rem;line-height:1.2}@media(max-width: 768px){.contact-header .contact-title{font-size:2rem}}.contact-header .contact-subtitle{font-size:1.125rem;color:#404040;line-height:1.6;max-width:600px;margin:0 auto;font-family:"DM Sans",sans-serif}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}@media(max-width: 1024px){.contact-content{grid-template-columns:1fr;gap:3rem}}.contact-info h2{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:2rem}.contact-info .contact-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info .contact-item{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;transition:all 150ms ease;opacity:0;transform:translateY(20px)}.contact-info .contact-item.animate-in{opacity:1;transform:translateY(0);transition:all .6s ease}.contact-info .contact-item:hover{border-color:#8b5cf6;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transform:translateY(-2px)}.contact-info .contact-item .contact-icon{width:48px;height:48px;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-info .contact-item .contact-icon i{font-size:1.5rem;color:#8b5cf6}.contact-info .contact-item .contact-details{flex:1}.contact-info .contact-item .contact-details h3{font-size:1.125rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.25rem}.contact-info .contact-item .contact-details p{font-size:1rem;color:#171717;margin-bottom:.25rem;font-family:"DM Sans",sans-serif}.contact-info .contact-item .contact-details span{font-size:.875rem;color:#737373;font-family:"DM Sans",sans-serif}.contact-form-section h2{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.5rem}.contact-form-section .form-description{font-size:1rem;color:#404040;margin-bottom:2rem;font-family:"DM Sans",sans-serif;line-height:1.6}.contact-form-section .contact-form-wrapper{background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;padding:2rem;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields{display:grid;gap:1.5rem}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield{margin-bottom:0;position:relative}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .gfield_label{font-size:.875rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:.5rem;display:block}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .gfield_label::after{content:" *";color:#ef4444;font-weight:400}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container{position:relative}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=text],.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=email],.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel],.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container textarea,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container select{width:100%;padding:1rem 1.5rem;border:2px solid #e5e5e5;border-radius:.25rem;font-size:.875rem;font-family:"DM Sans",sans-serif;background:#fff;color:#171717;transition:all 150ms ease;box-sizing:border-box}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=text]:focus,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]:focus,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel]:focus,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container textarea:focus,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1);background:rgba(139,92,246,.02)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=text]:hover:not(:focus),.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]:hover:not(:focus),.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel]:hover:not(:focus),.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container textarea:hover:not(:focus),.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container select:hover:not(:focus){border-color:#c4b5fd;background:rgba(139,92,246,.01)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=text]::placeholder,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=email]::placeholder,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container input[type=tel]::placeholder,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container textarea::placeholder,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container select::placeholder{color:#737373;font-style:italic}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container textarea{min-height:140px;resize:vertical;line-height:1.6}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .ginput_container select{appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px 12px;padding-right:2rem}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield .gfield_description{font-size:.75rem;color:#737373;margin-top:.25rem;font-family:"DM Sans",sans-serif;font-style:italic}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container input,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container textarea,.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_error .ginput_container select{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1);background:rgba(239,68,68,.02)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description{color:#ef4444}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_error .gfield_label{color:#ef4444}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_fields .gfield.gfield_contains_required .gfield_label::after{content:" *";color:#ef4444;font-weight:400}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer{margin-top:2rem;text-align:center}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button{background:linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);color:#fff;border:none;border-radius:.25rem;padding:1rem 2rem;font-size:.875rem;font-weight:600;font-family:"DM Sans",sans-serif;cursor:pointer;transition:all 150ms ease;position:relative;overflow:hidden;min-width:200px}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button::before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);transition:left .5s}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover{background:linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover::before{left:100%}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:active{transform:translateY(0);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:focus{outline:none;box-shadow:0 0 0 3px rgba(139,92,246,.3)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_confirmation_message{background:linear-gradient(135deg, #10b981 0%, #059669 100%);color:#fff;padding:1.5rem;border-radius:.25rem;font-family:"DM Sans",sans-serif;text-align:center;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);border:1px solid rgba(16,185,129,.2)}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_confirmation_message::before{content:"✓";display:block;font-size:2rem;margin-bottom:.5rem;font-weight:bold}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_validation_errors{background:linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);border:1px solid #fecaca;border-radius:.25rem;padding:1.5rem;margin-bottom:1.5rem}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_validation_errors h2{color:#dc2626;font-size:1rem;font-weight:600;margin-bottom:.5rem;font-family:"DM Sans",sans-serif}.contact-form-section .contact-form-wrapper .gform_wrapper .gform_validation_errors .gform_validation_error_message{color:#dc2626;font-size:.875rem;font-family:"DM Sans",sans-serif}.contact-form-section .contact-form-wrapper .gform_wrapper .gfield_validation_message{color:#ef4444;font-size:.75rem;margin-top:.25rem;font-family:"DM Sans",sans-serif;font-weight:500}.contact-form-section .contact-form-wrapper .gform_wrapper .gfield_validation_message::before{content:"⚠ ";font-weight:bold}.contact-form-section .form-fallback{text-align:center;padding:2rem;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:.25rem}.contact-form-section .form-fallback p{font-size:1rem;color:#404040;margin-bottom:1rem;font-family:"DM Sans",sans-serif}.contact-form-section .form-fallback p:last-child{margin-bottom:0}.contact-form-section .form-fallback p strong{color:#171717}.contact-faq{margin-top:4rem}.contact-faq h2{font-size:1.5rem;font-weight:600;font-family:"DM Sans",sans-serif;color:#171717;margin-bottom:2rem;text-align:center}.contact-faq .faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.contact-faq .faq-item{background:#fff;border:1px solid #e5e5e5;border-radius:.25rem;overflow:hidden;transition:all 150ms ease;opacity:0;transform:translateY(20px)}.contact-faq .faq-item.animate-in{opacity:1;transform:translateY(0);transition:all .6s ease}.contact-faq .faq-item:hover{border-color:#8b5cf6;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.contact-faq .faq-item.active{border-color:#8b5cf6;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.contact-faq .faq-item.active .faq-question{background:#f5f3ff}.contact-faq .faq-item.active .faq-question i{transform:rotate(180deg)}.contact-faq .faq-item .faq-question{padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all 150ms ease}.contact-faq .faq-item .faq-question h3{font-size:1rem;font-weight:500;font-family:"DM Sans",sans-serif;color:#171717;margin:0;flex:1;text-align:left}.contact-faq .faq-item .faq-question i{font-size:1.25rem;color:#8b5cf6;transition:transform 150ms ease;flex-shrink:0;margin-left:1rem}.contact-faq .faq-item .faq-question:hover{background:#f5f3ff}.contact-faq .faq-item .faq-answer{max-height:0;overflow:hidden;transition:max-height 350ms ease ease}.contact-faq .faq-item .faq-answer p{padding:0 1.5rem 1.5rem;margin:0;font-size:.875rem;color:#404040;line-height:1.6;font-family:"DM Sans",sans-serif}@media(max-width: 768px){.contact-page{padding:2rem 0}.contact-header{margin-bottom:3rem}.contact-header .contact-title{font-size:2rem}.contact-header .contact-subtitle{font-size:1rem}.contact-content{gap:2rem;margin-bottom:3rem}.contact-info h2{font-size:1.25rem;margin-bottom:1.5rem}.contact-info .contact-item{padding:1rem}.contact-info .contact-item .contact-icon{width:40px;height:40px}.contact-info .contact-item .contact-icon i{font-size:1.25rem}.contact-info .contact-item .contact-details h3{font-size:1rem}.contact-info .contact-item .contact-details p{font-size:.875rem}.contact-info .contact-item .contact-details span{font-size:.75rem}.contact-form-section h2{font-size:1.25rem}.contact-form-section .contact-form-wrapper{padding:1.5rem}.contact-faq{margin-top:3rem}.contact-faq h2{font-size:1.25rem;margin-bottom:1.5rem}.contact-faq .faq-item .faq-question{padding:1rem}.contact-faq .faq-item .faq-question h3{font-size:.875rem}.contact-faq .faq-item .faq-question i{font-size:1rem}.contact-faq .faq-item .faq-answer p{padding:0 1rem 1rem;font-size:.8rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s ease forwards}.about-page{padding:4rem 0}@media(max-width: 768px){.about-page{padding:3rem 0}}.about-header{text-align:center;margin-bottom:5rem}.about-header .about-title{font-size:3.5rem;font-weight:700;color:#171717;margin-bottom:1.5rem;line-height:1.2;background:linear-gradient(135deg, #8b5cf6, #7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width: 768px){.about-header .about-title{font-size:2.5rem}}.about-header .about-subtitle{font-size:1.375rem;color:#404040;max-width:700px;margin:0 auto;line-height:1.6;font-weight:500}@media(max-width: 768px){.about-header .about-subtitle{font-size:1.25rem}}.about-content{max-width:800px;margin:0 auto}.about-section{margin-bottom:2rem;padding:4rem;background:#fff;border-radius:.25rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1);border:1px solid #f5f5f5;transition:all .3s ease}.about-section:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);border-color:#8b5cf6}@media(max-width: 768px){.about-section{padding:3rem;margin-bottom:4rem}}.about-section .about-text h2{font-size:2.25rem;font-weight:700;color:#171717;margin-bottom:2rem;position:relative;padding-bottom:1rem}.about-section .about-text h2::after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(135deg, #8b5cf6, #7c3aed);border-radius:2px}@media(max-width: 768px){.about-section .about-text h2{font-size:1.75rem;margin-bottom:1.5rem}}.about-section .about-text p{font-size:1.125rem;color:#404040;line-height:1.8;margin-bottom:1.5rem;font-weight:400}@media(max-width: 768px){.about-section .about-text p{font-size:1rem;line-height:1.7}}.about-section .about-text p:last-of-type{margin-bottom:0}.about-section .about-text .manifesto-list{list-style:none;padding:0;margin:2rem 0}.about-section .about-text .manifesto-list li{font-size:1.125rem;color:#404040;line-height:1.7;margin-bottom:1.5rem;padding:1.5rem;background:rgba(139,92,246,.03);border-left:4px solid #8b5cf6;border-radius:0 .25rem .25rem 0;position:relative;transition:all .3s ease}@media(max-width: 768px){.about-section .about-text .manifesto-list li{font-size:1rem;padding:1rem;margin-bottom:1rem}}.about-section .about-text .manifesto-list li:hover{background:rgba(139,92,246,.08);transform:translateX(8px)}.about-section .about-text .manifesto-list li::before{content:"✓";position:absolute;left:-12px;top:1.5rem;width:24px;height:24px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:.875rem;box-shadow:0 2px 8px rgba(139,92,246,.3)}@media(max-width: 768px){.about-section .about-text .manifesto-list li::before{top:1rem;width:20px;height:20px;font-size:.75rem;left:-10px}}.about-section .about-text .manifesto-list li strong{color:#171717;font-weight:700;display:block;margin-bottom:.5rem;font-size:1.125rem}@media(max-width: 768px){.about-section .about-text .manifesto-list li strong{font-size:1rem}}.about-values{text-align:center;margin-bottom:5rem}.about-values h2{font-size:2.5rem;font-weight:600;color:#171717;margin-bottom:3rem}@media(max-width: 768px){.about-values h2{font-size:2rem}}.about-values .values-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:3rem}@media(max-width: 768px){.about-values .values-grid{grid-template-columns:1fr;gap:2rem}}.about-values .value-item{padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s ease}.about-values .value-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.about-values .value-item .value-icon{width:80px;height:80px;background:linear-gradient(135deg, #8b5cf6, #7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.about-values .value-item .value-icon i{font-size:2rem;color:#fff}.about-values .value-item h3{font-size:1.5rem;font-weight:600;color:#171717;margin-bottom:1rem}.about-values .value-item p{font-size:1rem;color:#404040;line-height:1.6}.about-team{text-align:center;margin-bottom:5rem}.about-team h2{font-size:2.5rem;font-weight:600;color:#171717;margin-bottom:1.5rem}@media(max-width: 768px){.about-team h2{font-size:2rem}}.about-team .team-intro{font-size:1.125rem;color:#404040;max-width:600px;margin:0 auto 4rem;line-height:1.6}@media(max-width: 768px){.about-team .team-intro{font-size:1rem}}.about-team .team-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:3rem}@media(max-width: 768px){.about-team .team-grid{grid-template-columns:1fr;gap:2rem}}.about-team .team-member{padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s ease}.about-team .team-member:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.about-team .team-member .member-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1.5rem;border:4px solid #f5f5f5}.about-team .team-member .member-avatar img{width:100%;height:100%;object-fit:cover}.about-team .team-member h3{font-size:1.25rem;font-weight:600;color:#171717;margin-bottom:.5rem}.about-team .team-member p{font-size:.875rem;color:#404040;line-height:1.5}.about-cta{text-align:center;padding:5rem;background:linear-gradient(135deg, #8b5cf6, #7c3aed);border-radius:.25rem;color:#fff;margin-top:5rem}@media(max-width: 768px){.about-cta{padding:4rem 1.5rem;margin-top:4rem}}.about-cta .cta-content{max-width:600px;margin:0 auto}.about-cta .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}@media(max-width: 768px){.about-cta .cta-content h2{font-size:2rem}}.about-cta .cta-content p{font-size:1.125rem;margin-bottom:3rem;opacity:.95;line-height:1.6;color:#fff}@media(max-width: 768px){.about-cta .cta-content p{font-size:1rem}}.about-cta .cta-content .cta-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media(max-width: 768px){.about-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}}.about-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:.5rem;padding:1.5rem 3rem;text-decoration:none;border-radius:.25rem;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}@media(max-width: 768px){.about-cta .cta-content .cta-button{padding:1rem 2rem;font-size:1rem}}.about-cta .cta-content .cta-button.primary{background:#fff;color:#8b5cf6}.about-cta .cta-content .cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);background:#fafafa}.about-cta .cta-content .cta-button.secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.about-cta .cta-content .cta-button.secondary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);background:#fff;color:#8b5cf6}.newsletter-page{padding:4rem 0}@media(max-width: 768px){.newsletter-page{padding:3rem 0}}.newsletter-header{text-align:center;margin-bottom:4rem}.newsletter-header .newsletter-title{font-size:3rem;font-weight:700;color:#171717;margin-bottom:1.5rem;line-height:1.2}@media(max-width: 768px){.newsletter-header .newsletter-title{font-size:2rem}}.newsletter-header .newsletter-subtitle{font-size:1.25rem;color:#404040;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width: 768px){.newsletter-header .newsletter-subtitle{font-size:1.125rem}}.newsletter-content{max-width:1000px;margin:0 auto}.newsletter-benefits{margin-bottom:5rem}.newsletter-benefits h2{font-size:2.5rem;font-weight:600;color:#171717;text-align:center;margin-bottom:4rem}@media(max-width: 768px){.newsletter-benefits h2{font-size:2rem}}.newsletter-benefits .benefits-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:3rem}@media(max-width: 768px){.newsletter-benefits .benefits-grid{grid-template-columns:1fr;gap:2rem}}.newsletter-benefits .benefit-item{text-align:center;padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .3s ease}.newsletter-benefits .benefit-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.newsletter-benefits .benefit-item .benefit-icon{width:80px;height:80px;background:linear-gradient(135deg, #8b5cf6, #7c3aed);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.newsletter-benefits .benefit-item .benefit-icon i{font-size:2rem;color:#fff}.newsletter-benefits .benefit-item h3{font-size:1.5rem;font-weight:600;color:#171717;margin-bottom:1rem}.newsletter-benefits .benefit-item p{font-size:1rem;color:#404040;line-height:1.6}.newsletter-form-section{margin-bottom:5rem}.newsletter-form-section .newsletter-form-container{max-width:600px;margin:0 auto;text-align:center;padding:4rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.newsletter-form-section .newsletter-form-container h2{font-size:2rem;font-weight:600;color:#171717;margin-bottom:1rem}@media(max-width: 768px){.newsletter-form-section .newsletter-form-container h2{font-size:1.5rem}}.newsletter-form-section .newsletter-form-container p{font-size:1.125rem;color:#404040;margin-bottom:3rem}@media(max-width: 768px){.newsletter-form-section .newsletter-form-container p{font-size:1rem}}.newsletter-testimonials{margin-bottom:5rem}.newsletter-testimonials h2{font-size:2.5rem;font-weight:600;color:#171717;text-align:center;margin-bottom:4rem}@media(max-width: 768px){.newsletter-testimonials h2{font-size:2rem}}.newsletter-testimonials .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:3rem}@media(max-width: 768px){.newsletter-testimonials .testimonials-grid{grid-template-columns:1fr;gap:2rem}}.newsletter-testimonials .testimonial-item{padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.newsletter-testimonials .testimonial-item .testimonial-content{margin-bottom:1.5rem}.newsletter-testimonials .testimonial-item .testimonial-content p{font-size:1.125rem;color:#404040;line-height:1.6;font-style:italic}@media(max-width: 768px){.newsletter-testimonials .testimonial-item .testimonial-content p{font-size:1rem}}.newsletter-testimonials .testimonial-item .testimonial-author strong{display:block;font-size:1.125rem;color:#171717;margin-bottom:.25rem}.newsletter-testimonials .testimonial-item .testimonial-author span{font-size:.875rem;color:#404040}.newsletter-faq h2{font-size:2.5rem;font-weight:600;color:#171717;text-align:center;margin-bottom:4rem}@media(max-width: 768px){.newsletter-faq h2{font-size:2rem}}.newsletter-faq .faq-list{max-width:800px;margin:0 auto}.newsletter-faq .faq-item{padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #e5e5e5;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);margin-bottom:1.5rem}.newsletter-faq .faq-item:last-child{margin-bottom:0}.newsletter-faq .faq-item h3{font-size:1.25rem;font-weight:600;color:#171717;margin-bottom:1rem}@media(max-width: 768px){.newsletter-faq .faq-item h3{font-size:1.125rem}}.newsletter-faq .faq-item p{font-size:1rem;color:#404040;line-height:1.6}.categories-filters{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-bottom:4rem;padding:2rem;background:#fff;border-radius:.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #f5f5f5}@media(max-width: 768px){.categories-filters{flex-direction:column;align-items:stretch;gap:1.5rem}}.categories-filters .search-box{position:relative;flex:1;max-width:400px}@media(max-width: 768px){.categories-filters .search-box{max-width:none}}.categories-filters .search-box .search-input{width:100%;padding:1rem 2rem 1rem 2rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:1rem;background:#fff;color:#171717;transition:all .2s ease}.categories-filters .search-box .search-input:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.categories-filters .search-box .search-input::placeholder{color:#a3a3a3}.categories-filters .search-box .search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#a3a3a3;font-size:1.125rem;pointer-events:none}.categories-filters .filter-options .filter-select{padding:1rem 2rem;border:1px solid #e5e5e5;border-radius:.25rem;font-size:1rem;background:#fff;color:#171717;cursor:pointer;transition:all .2s ease}.categories-filters .filter-options .filter-select:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px rgba(139,92,246,.1)}.categories-filters .filter-options .filter-select:hover{border-color:#d4d4d4}.categories-stats{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:1.5rem;padding:3rem;background:#fff;border-radius:.25rem;border:1px solid #f5f5f5;margin:0 auto;border:1px solid #e5e5e5}@media(max-width: 768px){.categories-stats{grid-template-columns:repeat(auto-fit, minmax(150px, 1fr));gap:1rem;padding:2rem}}.categories-stats .stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;border-radius:.25rem;background:#fafafa;transition:all .2s ease;border:1px solid #f5f5f5}.categories-stats .stat-item:hover{background:#f5f5f5;transform:translateY(-2px)}.categories-stats .stat-item i{font-size:2rem;color:#8b5cf6;margin-bottom:.5rem}@media(max-width: 768px){.categories-stats .stat-item i{font-size:1.75rem}}.categories-stats .stat-item .stat-content{display:flex;flex-direction:column;align-items:center}.categories-stats .stat-item .stat-content .stat-number{font-size:1.75rem;font-weight:700;color:#171717;line-height:1;margin-bottom:.25rem}@media(max-width: 768px){.categories-stats .stat-item .stat-content .stat-number{font-size:1.5rem}}.categories-stats .stat-item .stat-content .stat-label{font-size:.875rem;color:#404040;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.categories-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;text-align:center;background:#fff;border-radius:.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #f5f5f5}.categories-empty i{font-size:3rem;color:#d4d4d4;margin-bottom:1.5rem}.categories-empty h3{font-size:1.5rem;color:#171717;margin-bottom:1rem;font-weight:600}.categories-empty p{color:#404040;font-size:1.125rem;max-width:400px;line-height:1.6}@media(prefers-color-scheme: dark){.search-input,.filter-select{border-color:#4b5563;color:#171717}.search-input:focus,.filter-select:focus{border-color:#8b5cf6}.stat-item{background:#374151}.stat-item:hover{background:#4b5563}}.error-404-page{padding:4rem 0;min-height:70vh}@media(max-width: 575px){.error-404-page{padding:3rem 0}}.error-404-main{text-align:center;margin-bottom:5rem}.error-404-content{max-width:800px;margin:0 auto}.error-404-header{margin-bottom:4rem}.error-404-icon{margin-bottom:2rem}.error-404-icon .material-icons{font-family:"Material Icons";font-weight:normal;font-style:normal;font-size:80px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;color:#8b5cf6;opacity:.8}@media(max-width: 575px){.error-404-icon .material-icons{font-size:60px}}.error-404-title{font-family:"DM Sans",sans-serif;font-size:2.5rem;font-weight:700;color:#171717;margin-bottom:1.5rem;line-height:1.2}@media(max-width: 575px){.error-404-title{font-size:2rem}}@media(min-width: 768px){.error-404-title{font-size:3rem}}.error-404-subtitle{font-size:1.1rem;color:#404040;line-height:1.6;max-width:500px;margin:0 auto}.error-404-code{display:flex;justify-content:center;align-items:center;gap:2rem;margin:4rem 0}@media(max-width: 575px){.error-404-code{gap:1.5rem}}.error-number{font-family:"DM Sans",sans-serif;font-size:6rem;font-weight:700;color:#8b5cf6;line-height:1}@media(max-width: 575px){.error-number{font-size:3rem}}@media(min-width: 768px){.error-number{font-size:4rem}}@media(min-width: 992px){.error-number{font-size:6rem}}.error-icon{font-size:4rem;animation:bounce 2s infinite}@media(max-width: 575px){.error-icon{font-size:2.5rem}}@media(min-width: 768px){.error-icon{font-size:3rem}}@media(min-width: 992px){.error-icon{font-size:4rem}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.error-404-help{margin-bottom:4rem}.error-404-help p{font-size:1rem;color:#404040;margin-bottom:0}.error-404-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-bottom:5rem}@media(max-width: 575px){.error-404-actions{flex-direction:column;align-items:center}}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1.5rem 2rem;border-radius:.25rem;text-decoration:none;font-weight:600;transition:all 250ms ease ease;border:none;cursor:pointer}@media(max-width: 575px){.btn-primary,.btn-secondary{width:100%;max-width:300px;justify-content:center}}.btn-primary{background:#8b5cf6;color:#fff}.btn-primary:hover{background:#7c3aed;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.btn-secondary{background:#fff;color:#8b5cf6;border:2px solid #8b5cf6}.btn-secondary:hover{background:#8b5cf6;color:#fff;transform:translateY(-2px);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.error-404-search{background:#fff;padding:4rem;border-radius:.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);max-width:500px;margin:0 auto}@media(max-width: 575px){.error-404-search{padding:2rem}}.error-404-search h3{margin-bottom:2rem;color:#171717;font-size:1.2rem}.search-input-wrapper{display:flex;border:2px solid #e5e5e5;border-radius:.25rem;overflow:hidden;transition:border-color 250ms ease ease}.search-input-wrapper:focus-within{border-color:#8b5cf6}.search-input{flex:1;padding:1.5rem 2rem;border:none;outline:none;font-size:1rem}.search-submit{background:#8b5cf6;color:#fff;border:none;padding:1.5rem 2rem;cursor:pointer;transition:background 250ms ease ease}.search-submit:hover{background:#7c3aed}.error-404-suggestions{margin-bottom:5rem}.suggestions-title{text-align:center;font-family:"DM Sans",sans-serif;font-size:2rem;color:#171717;margin-bottom:4rem}@media(max-width: 575px){.suggestions-title{font-size:1.5rem}}.suggestions-grid .hero-posts-cards{grid-template-columns:repeat(3, 1fr);gap:4rem;margin-top:0}@media(max-width: 575px){.suggestions-grid .hero-posts-cards{grid-template-columns:1fr;gap:2rem}}@media(min-width: 768px){.suggestions-grid .hero-posts-cards{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}}.suggestions-grid .hero-posts-cards .card-item.card-big{grid-column:1;max-width:100%}.error-404-categories{margin-bottom:4rem}.error-404-categories .categories-grid{grid-template-columns:repeat(6, 1fr);gap:2rem}@media(max-width: 575px){.error-404-categories .categories-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.error-404-categories .categories-grid{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 992px){.error-404-categories .categories-grid{grid-template-columns:repeat(6, 1fr)}}.no-suggestions{text-align:center;color:#404040;font-style:italic;grid-column:1/-1}
