*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{color:#333;-webkit-font-smoothing:antialiased;background:#fafaf8;font-family:Georgia,Times New Roman,serif;line-height:1.7}h1,h2,h3,h4,h5,h6{color:#1e2a4a;margin-bottom:.5em;font-family:Georgia,Times New Roman,serif;line-height:1.3}a{color:#2c3e6b;text-decoration:none}a:hover{color:#b8963e}img{max-width:100%;height:auto}.container{max-width:1100px;margin:0 auto;padding:0 20px}.site-header{z-index:100;background:#1e2a4a;padding:0;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.nav-wrapper{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;padding:12px 20px;display:flex}.site-logo{color:#fff;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.site-logo img{width:40px;height:40px}.site-logo span{color:#b8963e}.nav-links{gap:6px;list-style:none;display:flex}.nav-links a{color:#d0d5e0;border-radius:4px;padding:8px 14px;font-size:.92rem;transition:color .2s,background .2s}.nav-links a:hover,.nav-links a.active{color:#fff;background:#b8963e33}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{background:#fff;width:24px;height:2px;margin:5px 0;transition:transform .3s,opacity .3s;display:block}@media (max-width:768px){.nav-toggle{display:block}.nav-links{background:#1e2a4a;flex-direction:column;padding:10px 0;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 12px #0003}.nav-links.open{display:flex}.nav-links a{border-radius:0;padding:12px 24px}.site-header{position:relative}}.hero{color:#fff;text-align:center;background:linear-gradient(135deg,#1e2a4a 0%,#2c3e6b 60%,#3a5080 100%);padding:80px 20px}.hero h1{color:#fff;margin-bottom:.4em;font-size:2.5rem}.hero .highlight{color:#b8963e}.hero p{color:#c8cdd8;max-width:650px;margin:0 auto 1.5em;font-size:1.15rem;line-height:1.8}.btn{cursor:pointer;border:none;border-radius:4px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.btn:active{transform:scale(.98)}.btn-gold{color:#fff;background:#b8963e}.btn-gold:hover{color:#fff;background:#a6862f}.btn-outline{color:#b8963e;background:0 0;border:2px solid #b8963e}.btn-outline:hover{color:#fff;background:#b8963e}.btn-navy{color:#fff;background:#2c3e6b}.btn-navy:hover{color:#fff;background:#1e2a4a}.section{padding:60px 20px}.section-alt{background:#f0efe9}.section-navy{color:#fff;background:#2c3e6b}.section-navy h2{color:#b8963e}.section h2{text-align:center;margin-bottom:1em;font-size:1.8rem}.section-intro{text-align:center;color:#666;max-width:700px;margin:-.5em auto 2em}.card-grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.card{background:#fff;border:1px solid #e0ded8;border-radius:6px;flex:300px;max-width:350px;padding:28px 24px;transition:box-shadow .2s}.card:hover{box-shadow:0 4px 16px #00000014}.card h3{color:#2c3e6b;margin-bottom:.5em;font-size:1.15rem}.card p{color:#555;font-size:.95rem}.service-item{border-bottom:1px solid #e0ded8;align-items:flex-start;gap:20px;padding:24px 0;display:flex}.service-item:last-child{border-bottom:none}.service-icon{color:#2c3e6b;background:#f5edd6;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.4rem;display:flex}.service-item h3{margin-bottom:.3em}.service-item p{color:#555;font-size:.95rem}.blog-list{max-width:780px;margin:0 auto}.blog-entry{border-bottom:1px solid #e0ded8;padding:28px 0}.blog-entry:last-child{border-bottom:none}.blog-entry h3 a{color:#1e2a4a;font-size:1.25rem}.blog-entry h3 a:hover{color:#b8963e}.blog-date{color:#888;margin-bottom:.4em;font-size:.85rem}.blog-excerpt{color:#555;margin-top:.4em;font-size:.95rem}.post-content{max-width:780px;margin:0 auto}.post-content h1{margin-bottom:.2em;font-size:2rem}.post-content img{border-radius:4px;margin:1em 0}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid #e0ded8;padding:0}.faq-question{text-align:left;color:#1e2a4a;cursor:pointer;background:0 0;border:none;width:100%;padding:20px 30px 20px 0;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:700;display:block;position:relative}.faq-question:after{content:"+";color:#b8963e;font-size:1.3rem;transition:transform .2s;position:absolute;top:20px;right:0}.faq-item.open .faq-question:after{content:"−"}.faq-answer{color:#555;padding:0 0 20px;font-size:.95rem;line-height:1.8;display:none}.faq-item.open .faq-answer{display:block}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:20px}.form-group label{color:#1e2a4a;margin-bottom:6px;font-size:.95rem;font-weight:700;display:block}.form-group input,.form-group textarea,.form-group select{color:#333;background:#fff;border:1px solid #ccc;border-radius:4px;width:100%;padding:12px 14px;font-family:Georgia,Times New Roman,serif;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:#2c3e6b;outline:none;box-shadow:0 0 0 2px #2c3e6b26}.form-group textarea{resize:vertical;min-height:120px}.form-message{border-radius:4px;margin-bottom:20px;padding:14px;font-size:.95rem}.form-message.success{color:#2e7d32;background:#e8f5e9}.form-message.error{color:#c62828;background:#fce4e4}.resource-list{max-width:780px;margin:0 auto}.resource-item{border-bottom:1px solid #e0ded8;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;display:flex}.resource-item:last-child{border-bottom:none}.resource-info h3{margin-bottom:.2em;font-size:1.05rem}.resource-info p{color:#777;font-size:.88rem}.resource-item .btn{white-space:nowrap;flex-shrink:0;padding:10px 20px;font-size:.9rem}@media (max-width:600px){.resource-item{flex-direction:column;align-items:flex-start}}.site-footer{color:#a0a8bc;background:#1e2a4a;padding:40px 20px;font-size:.9rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:40px;max-width:1100px;margin:0 auto;display:flex}.footer-col h4{color:#b8963e;margin-bottom:.8em;font-size:1rem}.footer-col ul{list-style:none}.footer-col li{margin-bottom:6px}.footer-col a{color:#a0a8bc}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;border-top:1px solid #ffffff1a;max-width:1100px;margin:30px auto 0;padding-top:20px;font-size:.85rem}@media (max-width:600px){.footer-inner{flex-direction:column;gap:24px}.hero h1{font-size:1.8rem}.hero{padding:50px 16px}.section h2{font-size:1.5rem}}.about-philosophy{max-width:780px;margin:0 auto 2em;font-size:1.05rem;line-height:1.9}.industries-grid{flex-wrap:wrap;justify-content:center;gap:12px;max-width:780px;margin:0 auto;display:flex}.industry-tag{color:#1e2a4a;background:#f5edd6;border-radius:20px;padding:8px 18px;font-size:.9rem;font-weight:700}.text-center{text-align:center}.mt-1{margin-top:1em}.mt-2{margin-top:2em}.mb-1{margin-bottom:1em}.mb-2{margin-bottom:2em}
