*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#222;background:#fff}img{max-width:100%;height:auto}a{color:#0a58ca}a:hover{color:#084298}.container{max-width:960px;margin:0 auto;padding:0 1rem}#container{display:flex;flex-direction:column;min-height:100vh}#content{flex:1}.navbar{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;padding:.5rem 0;margin-bottom:1rem;border-bottom:1px solid #eee}.navbar-brand{display:flex;align-items:center;justify-content:space-between;flex:1}.navbar-item{display:inline-flex;align-items:center;padding:.5rem .75rem;text-decoration:none;color:#222}.navbar-item.brand{padding-left:0}.navbar-item img{display:block;width:144px;height:90px;object-fit:contain}.navbar-end{display:flex;align-items:center;gap:.25rem}.navbar-item.is-active{font-weight:700;text-decoration:underline;text-underline-offset:4px}.navbar-burger{display:none;background:none;border:1px solid #ddd;border-radius:6px;padding:.5rem .65rem;cursor:pointer;line-height:0}.navbar-burger span{display:block;width:18px;height:2px;background:#222;margin:4px 0}.hero-body{padding:2rem 0}.section{padding:2rem 0}.columns{display:flex;gap:1.5rem}.column{flex:1;min-width:0}.content h1.title{font-size:2rem;line-height:1.2;margin:0 0 1rem}.content h2{font-size:1.4rem;margin:2rem 0 .75rem}.content ul{padding-left:1.25rem}.content li{margin-bottom:.75rem}.title{font-weight:700}.footer{background:#fafafa;border-top:1px solid #eee;padding:2rem 1rem;margin-top:2rem}.has-text-centered{text-align:center}.footer-social-row{display:flex;justify-content:center;gap:.25rem;margin-bottom:.75rem}.footer-social{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#333;border-radius:50%;text-decoration:none}.footer-social:hover,.footer-social:focus-visible{background:#eee;color:#000;outline:2px solid #0a58ca;outline-offset:2px}.footer-copy p{margin:0;color:#555;font-size:.95rem}.button{display:inline-block;padding:.6rem 1.1rem;border:1px solid #0a58ca;border-radius:6px;background:#0a58ca;color:#fff;text-decoration:none;font-weight:600}.button:hover{background:#084298;color:#fff}.button-secondary{display:inline-block;padding:.6rem 1.1rem;border:1px solid #0a58ca;border-radius:6px;background:#fff;color:#0a58ca;text-decoration:none;font-weight:600}.button-secondary:hover{background:#eef4ff;color:#084298}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.25rem 0}.testimonial{border-left:4px solid #0a58ca;padding:.75rem 1rem;background:#f6f9ff;border-radius:0 8px 8px 0;margin:1.5rem 0}.eyebrow{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#0a58ca;margin-bottom:.5rem}.lead{font-size:1.1rem;color:#333;max-width:60ch}.grid-cards{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem;margin:1.25rem 0}.card{border:1px solid #e6e6e6;border-radius:10px;padding:1rem 1.1rem;background:#fff}.card h3{margin:.1rem 0 .5rem;font-size:1.05rem}.card p{margin:.4rem 0 .8rem;color:#333}.card a{font-weight:600}.steps{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem;margin:1.25rem 0;counter-reset:step}.step{border:1px solid #e6e6e6;border-radius:10px;padding:1rem 1.1rem;background:#fcfcfc}.step h3{margin:.1rem 0 .4rem;font-size:1rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#0a58ca;color:#fff;font-weight:700;font-size:.9rem;margin-bottom:.5rem}.cta-band{border:1px solid #0a58ca;border-radius:10px;padding:1.25rem;background:#f6f9ff;margin:2rem 0;text-align:center}.cta-band h2{margin:0 0 .5rem;font-size:1.3rem}.cta-band p{margin:0 0 1rem;color:#333}#contact-form{max-width:40rem;margin:1.5rem 0 0;padding:1.5rem;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;box-shadow:0 1px 3px rgba(15,23,42,.08)}.form-status{margin:0 0 1.1rem;padding:.8rem 1rem;border-radius:8px;font-weight:600}.form-status:empty{display:none}.form-status-ok{background:#e6f6ec;border:1px solid #9adbb0;color:#0a5c2e}.form-status-err{background:#fdecec;border:1px solid #f3aeae;color:#a61b1b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field{margin-bottom:1rem}.form-field label{display:block;font-weight:600;font-size:.92rem;margin-bottom:.35rem}.form-field .optional{font-weight:400;color:#64748b}.form-field input,.form-field textarea{display:block;width:100%;padding:.7rem .85rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;color:#0f172a;background:#fff;transition:border-color .15s,box-shadow .15s}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#0a58ca;box-shadow:0 0 0 3px rgba(10,88,202,.15)}.form-field textarea{resize:vertical;min-height:7rem}.button-send{width:100%;padding:.8rem;font-size:1rem;cursor:pointer}.button-send:disabled{opacity:.65;cursor:wait}.form-note{margin:.9rem 0 0;color:#64748b}.form-honeypot{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.contact-list{list-style:none;padding:0}.contact-list li{margin:.4rem 0}a:focus-visible,button:focus-visible{outline:2px solid #0a58ca;outline-offset:2px}.skip-link{position:absolute;left:-9999px;top:0;background:#0a58ca;color:#fff;padding:.6rem 1rem;z-index:100;border-radius:0 0 6px 0}.skip-link:focus{left:0;color:#fff}@media (max-width: 768px){.navbar{flex-direction:column;align-items:stretch}.navbar-burger{display:block}.navbar-menu{display:none;width:100%}.navbar-menu.is-active{display:block}.navbar-end{flex-direction:column;align-items:stretch}.navbar-end .navbar-item{padding:.75rem .25rem;border-top:1px solid #f0f0f0;min-height:44px}.columns{flex-direction:column}.grid-cards{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}#contact-form{padding:1.1rem}.hero-body{padding:1.25rem 0}}