.navbar{background:linear-gradient(135deg,#1e3a5f,#294a73);padding:.75rem 1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;box-shadow:0 6px 15px #0000001f;border-bottom:3px solid #d4af37;border-radius:12px;font-family:Open Sans,sans-serif;max-width:100vw;box-sizing:border-box;transition:transform .3s ease;will-change:transform}.navbar.hidden{transform:translateY(-120%)}.logo{font-family:Lora,serif;font-size:1.3rem;font-weight:600;color:#fff;white-space:nowrap}.nav-links{list-style:none;display:flex;gap:.5rem;margin:0;padding:0;align-items:center}.nav-links a{font-size:1rem;font-weight:500;color:#fff;text-decoration:none;padding:.4rem .8rem;border-radius:12px;transition:all .2s ease}.nav-links a:hover,.nav-links a:focus{background-color:#ffffff1a;border-bottom:2px solid #d4af37}@media (max-width: 768px){.navbar{flex-direction:column;align-items:flex-start;padding:.5rem .6rem;border-radius:0}.logo{font-size:1.1rem}.nav-links{display:grid;grid-template-columns:repeat(2,1fr);gap:.3rem;width:100%;margin-top:.4rem}.nav-links li{text-align:center}.nav-links li:nth-child(5){grid-column:span 2}.nav-links a{padding:.4rem 0;font-size:.9rem;width:100%;box-sizing:border-box}}.footer{text-align:center;padding:1rem 2rem;background:linear-gradient(135deg,#1e3a5f,#294a73);flex-shrink:0;border-top:3px solid #d4af37;box-shadow:0 6px 15px #0000001f;font-family:Open Sans,sans-serif;border-radius:12px 12px 0 0}.footer .copyright,.footer .credits,.footer .credits a{color:var(--white)}.footer .credits a{text-decoration:none;position:relative;padding:.1rem .3rem;border-radius:12px;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease;text-align:center;cursor:pointer;font-weight:600}.footer .credits a:hover,.footer .credits a:focus{background-color:#ffffff1a;box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);outline:none}.footer .credits a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#d4af37;transition:width .3s ease}.footer .credits a:hover:after,.footer .credits a:focus:after{width:100%}.home-section{flex:1 0 auto;display:flex;justify-content:center;align-items:center;text-align:center;position:relative;background-image:url(/images/sfondo-desktop.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:100%;margin:0;padding:0;border:none}.home-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#faf8f040;z-index:1}.text-box-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:1rem}.text-box{max-width:800px;width:90%;padding:2rem;border-radius:12px;background:linear-gradient(145deg,#faf8f0,#f3e7c9);border:2px solid #d4af37;box-shadow:0 6px 15px #0000001f;position:relative;z-index:2}.text-box h1{font-family:Lora,serif;font-size:2rem;line-height:1.4;color:var(--blu-profondo);margin-bottom:1.5rem}.text-box p{font-size:1rem;line-height:1.6;margin-bottom:.8rem}.button-accent{display:inline-block;padding:.8rem 1.5rem;background-color:var(--blu-profondo);color:var(--white);border-radius:12px;border:2px solid #d4af37;text-decoration:none;text-align:center;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;font-weight:600;box-shadow:0 6px 15px #0000001f;margin-top:1.5rem;cursor:pointer;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease}@media (max-width: 1024px){.home-section{background-image:url(/images/sfondo-tablet.jpg)}}@media (max-width: 768px){.home-section{background-image:url(/images/sfondo-mobile.jpg);padding:1rem}.text-box{padding:1rem}.text-box h1{font-size:1.5rem}.text-box p{font-size:.95rem}.button-accent{font-size:.95rem;padding:.6rem 1.2rem}}.about-section{padding:1.5rem 2rem;max-width:1100px;margin:0 auto;font-family:Open Sans,sans-serif;color:var(--grigio-scuro)}.about-section h1{font-family:Lora,serif;font-size:1.7rem;line-height:1.6;margin-bottom:1rem;color:var(--blu-profondo)}.about-content{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}.about-foto{flex:0 0 250px;max-width:100%}.about-foto img{width:100%;height:auto;max-width:250px;border-radius:12px;object-fit:cover;box-shadow:0 6px 15px #0000001f;margin-bottom:1rem;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}.about-foto img:hover,.about-foto img:focus{box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);outline:none}.about-text{flex:1}.about-text h2{font-family:Lora,serif;margin-top:.8rem;margin-bottom:.5rem;color:var(--blu-profondo);font-size:1.3rem;line-height:1.4}.about-text p,.about-text ul{margin-bottom:.8rem;line-height:1.6;font-size:.9rem}.about-text ul{padding-left:1rem}.about-text ul li{margin-bottom:.5rem}.button-accent{display:block;margin:1rem auto 0;background-color:var(--blu-profondo);color:var(--white);padding:.8rem 1.5rem;border-radius:12px;border:2px solid #d4af37;text-align:center;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:600;line-height:1.6;box-shadow:0 6px 15px #0000001f;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease,transform .3s ease,border-color .3s ease}.button-accent:hover,.button-accent:focus{background-color:var(--azzurro-chiaro);box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);border-color:#d4af37;outline:none}.button-accent:active{background-color:var(--blu-profondo);transform:translateY(0);box-shadow:0 6px 15px #0000001f}.button-accent:disabled{background-color:var(--grigio-chiaro);color:var(--grigio-scuro);cursor:not-allowed;box-shadow:none;border-color:var(--grigio-scuro)}@media (max-width: 1024px){.about-section{padding:1.2rem 1.5rem}.about-section h1{font-size:1.6rem;margin-bottom:.8rem}.about-content{gap:1rem}.about-text h2{font-size:1.2rem;margin-bottom:.4rem}.about-text p,.about-text ul{font-size:.9rem}}.services-section{max-width:1000px;margin:3rem auto;padding:3rem 2rem;font-family:Open Sans,sans-serif;color:var(--grigio-scuro)}.services-section h1{font-family:Lora,serif;font-size:2rem;line-height:1.4;font-weight:600;color:var(--blu-profondo);text-align:center;margin-bottom:1.5rem}.services-intro{text-align:center;max-width:800px;margin:0 auto 2rem;padding:0 1rem}.services-intro h2{font-family:Lora,serif;font-size:1.6rem;line-height:1.4;font-weight:600;color:var(--blu-profondo);margin-bottom:1rem}.services-intro p{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;color:var(--grigio-scuro);margin-bottom:.8rem}.services{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));row-gap:2rem;column-gap:1.5rem;max-width:1000px;margin:0 auto}.service{background:linear-gradient(145deg,#fff6dc,#f3d99c);padding:1.5rem 2rem;border-radius:12px;position:relative;box-shadow:0 6px 15px #0000001f;border:2px solid #d4af37;overflow:hidden;font-family:Open Sans,sans-serif;color:var(--grigio-scuro);transition:transform .2s ease,box-shadow .3s ease,background .3s ease}.service:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:12px;background:linear-gradient(135deg,#fff6dc,#f3d99c);z-index:-1;transition:background .3s ease}.service:hover,.service:focus-within{transform:translateY(-2px);box-shadow:0 12px 25px #0000001f}.service:hover:before,.service:focus-within:before{background:linear-gradient(135deg,#fff8e5,#f5eed2)}.service h2{font-family:Lora,serif;font-size:1.6rem;line-height:1.4;font-weight:600;color:var(--blu-profondo);margin-bottom:.8rem}.service p{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;font-weight:400;color:var(--grigio-scuro);margin-bottom:.8rem}.service img{width:100%;aspect-ratio:16/9;border-radius:12px;object-fit:cover;margin-bottom:1rem;box-shadow:0 6px 15px #0000001f;transition:transform .3s ease,box-shadow .3s ease}.service img:hover,.service img:focus{transform:translateY(-2px);box-shadow:0 12px 25px #0000001f;outline:none}.services-section .button-accent{font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;font-weight:600;text-transform:uppercase;display:inline-block;padding:.8rem 1.5rem;background-color:var(--blu-profondo);color:var(--white);border-radius:12px;border:2px solid #d4af37;text-decoration:none;text-align:center;box-shadow:0 6px 15px #0000001f;transition:background-color .3s ease,transform .2s ease,box-shadow .3s ease,border-color .3s ease;cursor:pointer}.services-section .button-accent:hover,.services-section .button-accent:focus{background-color:var(--azzurro-chiaro);box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);border-color:#d4af37}.services-section .button-accent:disabled{background-color:var(--gray-light);color:var(--gray-dark);cursor:not-allowed;box-shadow:none;border-color:var(--gray-dark)}@media (max-width: 1024px){.services{grid-template-columns:1fr}}@media (max-width: 768px){.service{padding:1.2rem 1.5rem}.services-section h1{font-size:1.8rem}.service h2{font-size:1.5rem}.service p,.services-intro p,.services-intro h2{font-size:1rem}}.contact-section{padding:4rem 2rem;font-family:Open Sans,sans-serif;color:var(--grigio-scuro)}.contact-container{max-width:1200px;margin:0 auto}.contact-main-title{font-family:Lora,serif;color:var(--blu-profondo);font-size:2rem;line-height:1.6;text-align:center;margin-bottom:1.5rem}.contact-subtitle{font-family:Open Sans,sans-serif;color:var(--grigio-scuro);text-align:center;font-size:1rem;line-height:1.6;margin-bottom:2rem}.contact-box{background:var(--card-bg-gradient);border-radius:12px;border:2px solid #d4af37;position:relative;padding:1.5rem 2rem;box-shadow:0 6px 15px #0000001f;transition:transform .2s ease,box-shadow .3s ease,background .3s ease;overflow:hidden;margin:0 auto 2.5rem;display:flex;flex-direction:column;align-items:center;max-width:600px;color:var(--grigio-scuro);font-size:1rem}.contact-box:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:12px;background:var(--card-bg-gradient);z-index:-1;transition:background .3s ease}.contact-box:hover{transform:translateY(-2px);box-shadow:0 12px 25px #0000001f}.contact-box:hover:before{background:var(--card-bg-gradient-hover)}.contact-icons-vertical{display:flex;flex-direction:column;gap:.7rem;width:100%}.contact-icons-vertical div{display:flex;align-items:center;gap:1rem}.contact-icons-vertical i{color:var(--blu-profondo);font-size:1.3rem;min-width:25px;text-align:center}.contact-icons-vertical a{font-family:Open Sans,sans-serif;color:var(--grigio-scuro);text-decoration:none;font-weight:500;transition:color .3s ease;word-break:break-word}.contact-icons-vertical a:hover,.contact-icons-vertical a:focus{color:var(--azzurro-chiaro)}.contact-layout{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-start}.contact-map{flex:1 1 40%;height:320px;border-radius:12px;overflow:hidden;box-shadow:0 6px 15px #0000001f}.contact-map iframe{width:100%;height:100%;border:0;object-fit:cover;border-radius:12px}.form-box{flex:1 1 55%;min-height:320px;border-radius:12px;box-shadow:0 6px 15px #0000001f;background-color:#ffffffd9;padding:1.5rem;border:2px solid #d4af37}.form-box h3{font-family:Lora,serif;color:var(--blu-profondo);margin-bottom:.8rem;text-align:center}.contact-form input,.contact-form textarea{width:100%;padding:.8rem 1.5rem;border:1px solid var(--grigio-scuro);border-radius:12px;margin-bottom:1rem;font-family:Open Sans,sans-serif;color:var(--grigio-scuro);transition:border-color .3s ease,box-shadow .3s ease}.contact-form input:disabled,.contact-form textarea:disabled{background-color:var(--gray-light);color:var(--gray-dark);cursor:not-allowed;border-color:var(--gray-dark)}.contact-form textarea{min-height:100px;resize:vertical}.contact-form .message-counter{font-size:.8rem;color:var(--grigio-scuro);text-align:right;margin-bottom:.5rem}.contact-form .btn-cta{font-family:Open Sans,sans-serif;padding:.8rem 1.5rem;background-color:var(--blu-profondo);color:var(--white);border:2px solid #d4af37;border-radius:12px;cursor:pointer;text-align:center;font-weight:600;box-shadow:0 6px 15px #0000001f;transition:background-color .3s ease,box-shadow .3s ease,transform .2s ease,border-color .3s ease}.contact-form .btn-cta:disabled{background-color:var(--gray-light);color:var(--gray-dark);cursor:not-allowed;box-shadow:none;border-color:var(--gray-dark)}.contact-form .btn-cta:hover,.contact-form .btn-cta:focus{background-color:var(--azzurro-chiaro);box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);border-color:#d4af37}.status-box{margin-top:1rem;padding:.5rem;border-radius:12px;text-align:center;font-family:Open Sans,sans-serif}.status-box.success{background-color:#d4edda;color:#155724}.status-box.error{background-color:#f8d7da;color:#721c24}@media (max-width: 768px){.contact-layout{flex-direction:column}.contact-map,.form-box{width:100%}.contact-map{height:250px}.contact-subtitle{font-size:.95rem}.contact-box{max-width:95%;padding:1rem 2rem;font-size:.95rem}.contact-icons-vertical div{gap:.5rem}.contact-icons-vertical a{font-size:.8rem;word-break:break-word}}.approfondimenti-section{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;padding:2rem;font-family:Open Sans,sans-serif;color:var(--grigio-scuro)}.approfondimenti-section h1{width:100%;text-align:center;margin-bottom:1.5rem;font-size:2rem;line-height:1.6;font-family:Lora,serif;color:var(--blu-profondo)}.card{width:280px;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:12px;padding:1.5rem;background:linear-gradient(145deg,#fff6dc,#f3d99c);border:2px solid #d4af37;box-shadow:0 6px 15px #0000001f;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,background .3s ease-in-out;min-height:400px;position:relative;overflow:hidden;font-family:Open Sans,sans-serif;color:var(--grigio-scuro)}.card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:12px;background:linear-gradient(135deg,#fff6dc,#f3d99c);z-index:-1;transition:background .3s ease-in-out}.card:hover,.card:focus-within{transform:translateY(-2px);box-shadow:0 12px 25px #0000001f}.card:hover:before,.card:focus-within:before{background:linear-gradient(135deg,#fff8e5,#f5eed2)}.card-img{width:100%;aspect-ratio:16/9;border-radius:12px;object-fit:cover;margin-bottom:1rem;box-shadow:0 6px 15px #0000001f;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}.card-img:hover,.card-img:focus{box-shadow:0 12px 25px #0000001f;transform:translateY(-2px);outline:none}.card h2{font-size:1.2rem;line-height:1.4;margin:.5rem 0;font-family:Lora,serif;color:var(--blu-profondo)}.card small{font-size:.9rem;line-height:1.4;color:var(--grigio-scuro);margin-bottom:.5rem;display:block}.card p{font-size:.95rem;line-height:1.6;color:var(--grigio-scuro);margin-bottom:1rem}.button-accent{display:inline-block;padding:.8rem 1.5rem;background-color:var(--blu-profondo);color:var(--white);border-radius:12px;border:2px solid #d4af37;text-decoration:none;text-align:center;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;font-weight:600;box-shadow:0 6px 15px #0000001f;margin-top:auto;cursor:pointer;transition:background-color .3s ease,box-shadow .3s ease,transform .2s ease,border-color .3s ease}.button-accent:hover,.button-accent:focus{background-color:var(--azzurro-chiaro);box-shadow:0 12px 25px #0000001f;transform:translateY(-2px)}.button-accent.read-article{background-color:var(--blu-profondo);border:2px solid #d4af37}.button-accent.read-article:hover,.button-accent.read-article:focus{background-color:var(--blu-profondo);transform:none;box-shadow:0 6px 15px #0000001f}.button-accent:active{background-color:var(--blu-scuro);transform:translateY(0);box-shadow:0 6px 15px #0000001f}.button-accent:disabled{background-color:var(--gray-light);color:var(--gray-dark);cursor:not-allowed;box-shadow:none;border-color:var(--gray-dark)}@media (max-width: 1024px){.card{width:45%}}@media (max-width: 768px){.card{width:70%}}@media (max-width: 480px){.card{width:90%}}.article-page{max-width:900px;margin:0 auto;padding:4rem 2rem;font-family:Open Sans,sans-serif;font-size:1rem;line-height:1.6;color:var(--grigio-scuro)}.article-img{width:95%;max-width:800px;aspect-ratio:16/9;border-radius:12px;object-fit:cover;margin-bottom:1.5rem;border:2px solid #d4af37;box-shadow:0 6px 15px #0000001f;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out,border-color .3s ease-in-out}.article-img:hover,.article-img:focus{box-shadow:0 12px 25px #0000001f;transform:translateY(-2px)}.article-page h1{font-family:Lora,serif;font-size:2rem;margin-bottom:1.5rem;color:var(--blu-profondo)}.article-page small{display:block;margin-bottom:1.5rem;font-size:1rem}.article-content{margin-bottom:2.5rem}.article-content h3{font-family:Lora,serif;font-size:1.5rem;margin:1.2rem 0 .8rem;color:var(--blu-profondo)}.article-content p,.article-content li{margin-bottom:.8rem}.article-content ul,.article-content ol{padding-left:1.5rem;margin-bottom:1rem}.article-navigation{display:flex;flex-direction:column;gap:2rem}.back-button{display:inline-block;padding:.5rem 1rem;min-width:120px;max-width:fit-content;text-align:center;font-weight:600;border-radius:12px;border:2px solid #d4af37;background-color:var(--blu-profondo);color:var(--white);cursor:pointer;text-decoration:none;box-shadow:0 6px 15px #0000001f;transition:background-color .3s,box-shadow .3s,transform .2s,border-color .3s}.back-button:hover,.back-button:focus{background-color:var(--azzurro-chiaro);transform:translateY(-2px);box-shadow:0 12px 25px #0000001f}.suggested-articles h3{font-family:Lora,serif;font-size:1.5rem;margin-bottom:.8rem;color:var(--blu-profondo)}.suggested-articles ul{padding-left:1.5rem}.suggested-articles li{margin-bottom:.5rem}.suggested-articles a{font-size:1rem;color:var(--grigio-scuro);text-decoration:none;border-bottom:2px solid transparent;transition:border-bottom .3s ease,color .3s ease}.suggested-articles a:hover,.suggested-articles a:focus{border-bottom:2px solid #d4af37}@media (max-width: 768px){.article-page{padding:2rem 1.5rem}.article-page h1{font-size:1.6rem}.article-content h3{font-size:1.3rem}.article-img{width:100%;max-width:100%}}:root{--blu-profondo: #1E3A5F;--grigio-scuro: #333333;--grigio-chiaro: #E0E0E0;--azzurro-chiaro: #A3C1DA;--beige: #D9CBBE;--white: #ffffff;--neutral-bg: linear-gradient(180deg, #d6e4f0 0%, #ffffff 100%);--card-bg-gradient: linear-gradient(145deg, #fff6dc, #f3d99c);--card-bg-gradient-hover: linear-gradient(135deg, #fff8e5, #f5eed2);--overlay-dark: rgba(0,0,0,.4)}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;font-family:Open Sans,sans-serif;background:var(--neutral-bg);color:var(--grigio-scuro);line-height:1.6}body{min-height:100vh;display:flex;flex-direction:column}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background:var(--neutral-bg)}.main-content{flex:1 0 auto;display:flex;flex-direction:column;background-color:transparent}img{display:block;width:100%;height:auto;object-fit:cover;background-color:var(--grigio-chiaro)}i,.icon,.fa,.fab,.fas,.far,.fal{font-size:1.3rem;line-height:1;vertical-align:middle;display:inline-block;width:1.5em;text-align:center}:focus{outline:2px solid #d4af37;outline-offset:2px;box-shadow:none}
