*{box-sizing:border-box;margin:0;padding:0}:root{--terracotta:#d4745e;--terracotta-light:#e69484;--terracotta-dark:#b5543e;--cream:#f5f0e8;--olive:#7a8b6f;--olive-dark:#5a6b4f;--white:#fff;--text-dark:#2d2d2d;--text-light:#666;--shadow:#0000001a;--shadow-hover:#0003}body{background:linear-gradient(135deg,#f5f0e8,#fff);background:linear-gradient(135deg,var(--cream) 0,#fff 100%);color:#2d2d2d;color:var(--text-dark);font-family:Georgia,serif;line-height:1.7;min-height:100vh}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:100px}.header{background:linear-gradient(135deg,#d4745e,#b5543e);background:linear-gradient(135deg,var(--terracotta) 0,var(--terracotta-dark) 100%);box-shadow:0 4px 20px #0000001a;box-shadow:0 4px 20px var(--shadow);color:#fff;color:var(--white);padding:1.5rem 0;position:fixed;top:0;width:100%;z-index:1000}.logo-section{align-items:center;display:flex;gap:1rem}.logo-image{border:3px solid #fff;border:3px solid var(--white);border-radius:50%;box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow);height:60px;object-fit:cover;width:60px}.logo h1{color:#fff;color:var(--white);font-size:2rem;font-weight:700;letter-spacing:1px;text-shadow:2px 2px 4px #0003}.nav ul{display:flex;gap:2rem;list-style:none}.nav a{border-radius:8px;color:#fff;color:var(--white);font-size:1.1rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav a:hover{background:#fff3;transform:translateY(-2px)}.nav a:after{background:#fff;background:var(--white);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav a:hover:after{width:80%}.hero-section{background:linear-gradient(135deg,#7a8b6f,#5a6b4f);background:linear-gradient(135deg,var(--olive) 0,var(--olive-dark) 100%);box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);color:#fff;color:var(--white);margin-bottom:3rem;padding:4rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:900px}.hero-section h2{font-size:2.8rem;margin-bottom:1.5rem;text-shadow:2px 2px 4px #0000004d}.hero-section p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.feature-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.feature-box:hover{background:#ffffff40;transform:translateY(-5px)}.feature-icon{color:#f5f0e8;color:var(--cream);font-size:3rem;margin-bottom:1rem}.feature-box h3{font-size:1.5rem;margin-bottom:.8rem}.feature-box p{font-size:1.1rem;opacity:.9}.stats-section{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin:2rem 0}.stat-item{text-align:center}.stat-number{color:#f5f0e8;color:var(--cream);display:block;font-size:3rem;font-weight:700}.stat-label{font-size:1.2rem;opacity:.9}.cta-button-3d{background:linear-gradient(145deg,#e69484,#d4745e);background:linear-gradient(145deg,var(--terracotta-light),var(--terracotta));border:none;border-radius:15px;box-shadow:0 8px 20px #0003,0 4px 8px #00000026;color:#fff;color:var(--white);cursor:pointer;font-size:1.2rem;font-weight:700;letter-spacing:1px;margin-top:1rem;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.cta-button-3d:hover{box-shadow:0 12px 30px #0000004d,0 6px 12px #0003;transform:translateY(-3px)}.cta-button-3d:active{box-shadow:0 6px 15px #0003;transform:translateY(-1px)}.about-blog-section{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);margin:0 auto 4rem;max-width:1200px;padding:3rem 2rem}.about-blog-section h2{color:#d4745e;color:var(--terracotta);font-size:2.5rem;margin-bottom:2rem;text-align:center}.about-blog-section p{color:#666;color:var(--text-light);font-size:1.2rem;line-height:1.9;margin-bottom:1.5rem;text-align:justify}.about-blog-section strong{color:#b5543e;color:var(--terracotta-dark);font-weight:600}.posts-container{margin:0 auto;max-width:1200px;padding:2rem}.posts-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.post-card{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 25px #0000001a;box-shadow:0 8px 25px var(--shadow);overflow:hidden;position:relative;transition:all .4s ease}.post-card:hover{box-shadow:0 15px 40px #0003;box-shadow:0 15px 40px var(--shadow-hover);transform:translateY(-10px)}.post-image{height:197px!important;object-fit:cover;transition:transform .4s ease;width:100%}.post-card:hover .post-image{transform:scale(1.05)}.post-content{padding:1.8rem}.post-meta{color:#666;color:var(--text-light);display:flex;font-size:.9rem;gap:1.5rem;margin-bottom:1rem}.post-meta span{align-items:center;display:flex;gap:.4rem}.post-card h3{color:#b5543e;color:var(--terracotta-dark);font-size:1.8rem;line-height:1.4;margin-bottom:1rem}.post-excerpt{color:#666;color:var(--text-light);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.post-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#d4745e,#b5543e);background:linear-gradient(135deg,var(--terracotta) 0,var(--terracotta-dark) 100%);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 6px 20px #d4745e66;transform:translateY(-2px)}.btn-secondary{background:linear-gradient(135deg,#7a8b6f,#5a6b4f);background:linear-gradient(135deg,var(--olive) 0,var(--olive-dark) 100%);color:#fff;color:var(--white)}.btn-secondary:hover{box-shadow:0 6px 20px #7a8b6f66;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #d4745e;border:2px solid var(--terracotta);color:#d4745e;color:var(--terracotta)}.btn-outline:hover,.neon-button{background:#d4745e;background:var(--terracotta);color:#fff;color:var(--white)}.neon-button{animation:neon-pulse 1.5s infinite alternate;border:none;border-radius:10px;box-shadow:0 0 10px #d4745e,0 0 20px #d4745e,0 0 30px #d4745e;box-shadow:0 0 10px var(--terracotta),0 0 20px var(--terracotta),0 0 30px var(--terracotta);cursor:pointer;font-size:1.1rem;font-weight:700;letter-spacing:2px;padding:1rem 2rem;position:relative;text-transform:uppercase;transition:all .3s ease}@keyframes neon-pulse{0%{box-shadow:0 0 10px #d4745e,0 0 20px #d4745e,0 0 30px #d4745e;box-shadow:0 0 10px var(--terracotta),0 0 20px var(--terracotta),0 0 30px var(--terracotta)}to{box-shadow:0 0 20px #d4745e,0 0 30px #d4745e,0 0 40px #d4745e,0 0 50px #d4745e;box-shadow:0 0 20px var(--terracotta),0 0 30px var(--terracotta),0 0 40px var(--terracotta),0 0 50px var(--terracotta)}}.neon-button:hover{background:#e69484;background:var(--terracotta-light);transform:scale(1.05)}.post-detail{margin:0 auto;max-width:900px;padding:2rem}.post-detail-header{margin-bottom:3rem;text-align:center}.post-detail-image{border-radius:20px;box-shadow:0 10px 40px #0000001a;box-shadow:0 10px 40px var(--shadow);margin-bottom:2rem;max-height:500px;object-fit:cover;width:100%}.post-detail h1{color:#b5543e;color:var(--terracotta-dark);font-size:3rem;line-height:1.3;margin-bottom:1.5rem}.post-detail-meta{color:#666;color:var(--text-light);display:flex;font-size:1.1rem;gap:2rem;justify-content:center;margin-bottom:2rem}.post-detail-content{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);font-size:1.15rem;line-height:1.9;padding:3rem}.post-detail-content p{color:#2d2d2d;color:var(--text-dark);margin-bottom:1.5rem}.post-detail-content h2{color:#d4745e;color:var(--terracotta);font-size:2rem;margin:2.5rem 0 1.5rem}.post-detail-content h3{color:#5a6b4f;color:var(--olive-dark);font-size:1.6rem;margin:2rem 0 1rem}.about-page{margin:0 auto;max-width:1200px;padding:2rem}.about-intro{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);margin-bottom:4rem;padding:3rem;text-align:center}.about-intro h1{color:#b5543e;color:var(--terracotta-dark);font-size:3rem;margin-bottom:1.5rem}.about-intro p{color:#666;color:var(--text-light);font-size:1.3rem;line-height:1.9}.team-section{margin-top:3rem}.team-section h2{color:#d4745e;color:var(--terracotta);font-size:2.5rem;margin-bottom:3rem;text-align:center}.team-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.team-card{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 25px #0000001a;box-shadow:0 8px 25px var(--shadow);overflow:hidden;text-align:center;transition:all .4s ease}.team-card:hover{box-shadow:0 15px 40px #0003;box-shadow:0 15px 40px var(--shadow-hover);transform:translateY(-10px)}.team-image{height:272px!important;object-fit:cover;width:100%}.team-info{padding:2rem}.team-info h3{color:#b5543e;color:var(--terracotta-dark);font-size:1.8rem;margin-bottom:.5rem}.team-role{color:#7a8b6f;color:var(--olive);font-size:1.2rem;font-weight:600;margin-bottom:1rem}.team-bio{color:#666;color:var(--text-light);font-size:1.05rem;line-height:1.7}.contact-page{margin:0 auto;max-width:900px;padding:2rem}.contact-intro{margin-bottom:3rem;text-align:center}.contact-intro h1{color:#b5543e;color:var(--terracotta-dark);font-size:3rem;margin-bottom:1rem}.contact-intro p{color:#666;color:var(--text-light);font-size:1.3rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);padding:2.5rem}.contact-info h2{color:#d4745e;color:var(--terracotta);font-size:2rem;margin-bottom:2rem}.info-item{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.5rem}.info-icon{color:#d4745e;color:var(--terracotta);font-size:1.5rem;margin-top:.2rem}.info-text h3{color:#2d2d2d;color:var(--text-dark);font-size:1.2rem;margin-bottom:.3rem}.info-text p{color:#666;color:var(--text-light);font-size:1.05rem}.contact-form{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);padding:2.5rem}.contact-form h2{color:#d4745e;color:var(--terracotta);font-size:2rem;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2d2d2d;color:var(--text-dark);display:block;font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #f5f0e8;border:2px solid var(--cream);border-radius:10px;font-family:inherit;font-size:1rem;padding:.9rem;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#d4745e;border-color:var(--terracotta);box-shadow:0 0 0 3px #d4745e1a;outline:none}.form-group textarea{min-height:150px;resize:vertical}.social-links{border-top:2px solid #f5f0e8;border-top:2px solid var(--cream);margin-top:2rem;padding-top:2rem}.social-links h3{color:#2d2d2d;color:var(--text-dark);font-size:1.3rem;margin-bottom:1rem}.social-links-list{display:flex;flex-wrap:wrap;gap:1.5rem}.social-link{color:#d4745e;color:var(--terracotta);font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s ease}.social-link:hover{color:#b5543e;color:var(--terracotta-dark);transform:translateY(-2px)}.footer{background:linear-gradient(135deg,#5a6b4f,#7a8b6f);background:linear-gradient(135deg,var(--olive-dark) 0,var(--olive) 100%);color:#fff;color:var(--white);margin-top:4rem;padding:3rem 0 1.5rem}.footer-container{margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3{color:#f5f0e8;color:var(--cream);font-size:1.5rem;margin-bottom:1.2rem}.footer-section a,.footer-section p{color:#ffffffe6;font-size:1.05rem;line-height:1.8;text-decoration:none}.footer-section a:hover{color:#f5f0e8;color:var(--cream);text-decoration:underline}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-bottom{border-top:1px solid #fff3;padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fffc;font-size:1rem}.cookie-consent{animation:slideUp .5s ease;background:linear-gradient(135deg,#b5543e,#d4745e);background:linear-gradient(135deg,var(--terracotta-dark) 0,var(--terracotta) 100%);bottom:0;box-shadow:0 -4px 20px #0000001a;box-shadow:0 -4px 20px var(--shadow);color:#fff;color:var(--white);left:0;padding:2rem;position:fixed;right:0;z-index:2000}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-text{flex:1 1;min-width:300px}.cookie-text h3{font-size:1.5rem;margin-bottom:.8rem}.cookie-text p{font-size:1.05rem;line-height:1.6;opacity:.95}.cookie-text a{color:#f5f0e8;color:var(--cream);text-decoration:underline}.cookie-actions{display:flex;flex-wrap:wrap;gap:1rem}.cookie-btn{border:none;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.8rem;transition:all .3s ease}.cookie-btn-accept{background:#fff;background:var(--white);color:#d4745e;color:var(--terracotta)}.cookie-btn-accept:hover{box-shadow:0 6px 20px #ffffff4d;transform:translateY(-2px)}.cookie-btn-decline,.cookie-btn-settings{background:#0000;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.cookie-btn-decline:hover,.cookie-btn-settings:hover{background:#ffffff1a;transform:translateY(-2px)}.notification{animation:slideInRight .5s ease;background:linear-gradient(135deg,#7a8b6f,#5a6b4f);background:linear-gradient(135deg,var(--olive) 0,var(--olive-dark) 100%);border-radius:15px;box-shadow:0 8px 25px #0000001a;box-shadow:0 8px 25px var(--shadow);color:#fff;color:var(--white);padding:1.5rem 2rem;position:fixed;right:2rem;top:120px;z-index:3000}@keyframes slideInRight{0%{opacity:0;transform:translateX(400px)}to{opacity:1;transform:translateX(0)}}.notification p{font-size:1.1rem;margin:0}.modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:4000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:scaleIn .3s ease;background:#fff;background:var(--white);border-radius:20px;box-shadow:0 15px 50px #0000004d;max-width:500px;padding:3rem;text-align:center;width:90%}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-content h2{color:#d4745e;color:var(--terracotta);font-size:2rem;margin-bottom:1rem}.modal-content p{color:#666;color:var(--text-light);font-size:1.2rem;margin-bottom:2rem}.modal-close{background:linear-gradient(135deg,#d4745e,#b5543e);background:linear-gradient(135deg,var(--terracotta) 0,var(--terracotta-dark) 100%);border:none;border-radius:10px;color:#fff;color:var(--white);cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.modal-close:hover{box-shadow:0 6px 20px #d4745e66;transform:translateY(-2px)}.policy-page{margin:0 auto;max-width:900px;padding:2rem}.policy-content{background:#fff;background:var(--white);border-radius:20px;box-shadow:0 8px 30px #0000001a;box-shadow:0 8px 30px var(--shadow);padding:3rem}.policy-content h1{color:#b5543e;color:var(--terracotta-dark);font-size:2.8rem;margin-bottom:1.5rem}.policy-content h2{color:#d4745e;color:var(--terracotta);font-size:2rem;margin:2.5rem 0 1.5rem}.policy-content h3{color:#5a6b4f;color:var(--olive-dark);font-size:1.5rem;margin:2rem 0 1rem}.policy-content p{color:#666;color:var(--text-light);font-size:1.1rem;line-height:1.9;margin-bottom:1.5rem}.policy-content ul{margin:1rem 0 1.5rem 2rem}.policy-content li{color:#666;color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:.8rem}.policy-content strong{color:#2d2d2d;color:var(--text-dark);font-weight:600}@media (max-width:768px){.header-container{flex-direction:row;gap:1rem}.nav ul{flex-direction:column;gap:.5rem;text-align:center}.hero-section h2{font-size:2rem}.hero-section p{font-size:1.1rem}.contact-content,.features-grid,.posts-grid,.team-grid{grid-template-columns:1fr}.cookie-content{align-items:flex-start;flex-direction:column}.cookie-actions{width:100%}.cookie-btn{flex:1 1}.post-detail h1{font-size:2rem}.post-detail-content{padding:2rem}}@media (max-width:480px){.logo h1{font-size:1.5rem}.hero-section h2{font-size:1.6rem}.stat-number{font-size:2rem}.posts-grid{grid-template-columns:1fr}}.hamburger-menu{background:none;border:none;color:#333;cursor:pointer;display:none;font-size:1.5rem;padding:.5rem;transition:all .3s ease;z-index:1001}.hamburger-menu:hover{color:#8b7355}.hamburger-menu svg{display:block}@media (max-width:768px){.header-content{position:relative}.hamburger-menu{display:block}nav{background-color:#fff;box-shadow:0 4px 10px #0000001a;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;right:0;top:100%;transition:max-height .3s ease,opacity .3s ease;visibility:hidden}nav.active{max-height:500px;opacity:1;visibility:visible}nav ul{flex-direction:column;gap:0;padding:0;width:100%}nav ul li{border-bottom:1px solid #e0e0e0;width:100%}nav ul li:last-child{border-bottom:none}nav a{color:#333!important;display:block;justify-content:flex-start;padding:1rem 2rem;width:100%}nav a:hover{background-color:#f8f9fa}}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-list{display:flex;gap:10px;list-style-type:none}.nav-list a{color:#fff;text-decoration:none}.nav-list a:hover{color:#16610d}.link-div{display:flex;flex-direction:column;gap:10px}
/*# sourceMappingURL=main.93fb2b41.css.map*/