:root{--navy:#0d1b2a;--navy-light:#1b2d44;--gold:#c9a84c;--gold-light:#e0c76a;--white:#fff;--gray-100:#f5f5f5;--gray-200:#e5e5e5;--gray-600:#6b7280;--gray-800:#1f2937}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--gray-800);line-height:1.6;background:var(--white)}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--navy);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--gold)}.nav-brand{display:flex;flex-direction:column}.nav-brand-name{font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:.5px}.nav-brand-sub{font-size:.7rem;color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-weight:600}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--gray-200);font-size:.9rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--gold)}.nav-cta{background:var(--gold);color:var(--navy);padding:.6rem 1.25rem;border-radius:4px;font-weight:600;font-size:.9rem;transition:background .2s}.nav-cta:hover{background:var(--gold-light)}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);padding:6rem 2rem 4rem;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(/images/hero.jpg) 50%/cover no-repeat;opacity:.15}.hero-content{position:relative;max-width:800px;text-align:center}.hero-content h1{font-size:3.5rem;color:var(--white);font-weight:800;margin-bottom:1.5rem;line-height:1.1}.hero-content h1 span{color:var(--gold)}.hero-content p{font-size:1.25rem;color:var(--gray-200);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:var(--gold);color:var(--navy);padding:1rem 2rem;border-radius:4px;font-weight:700;font-size:1rem;transition:background .2s,transform .2s;display:inline-block}.btn-primary:hover{background:var(--gold-light);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--white);padding:1rem 2rem;border-radius:4px;font-weight:600;font-size:1rem;border:2px solid var(--white);transition:all .2s;display:inline-block}.btn-secondary:hover{background:var(--white);color:var(--navy)}.section{padding:5rem 2rem}.section-dark{background:var(--navy);color:var(--white)}.section-gray{background:var(--gray-100)}.section-title{text-align:center;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.1rem;color:var(--gray-600);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.section-dark .section-subtitle{color:var(--gray-200)}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}.card{background:var(--white);border-radius:8px;padding:2rem;box-shadow:0 2px 12px rgba(0,0,0,.08);transition:transform .2s,box-shadow .2s;border-top:3px solid var(--gold)}.card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.card-icon{width:48px;height:48px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.card-icon svg{width:24px;height:24px;fill:var(--gold)}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--navy)}.card p{font-size:.95rem;color:var(--gray-600);line-height:1.6}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2.5rem;gap:2.5rem;max-width:1000px;margin:0 auto}.why-item{text-align:center}.why-number{width:64px;height:64px;background:var(--gold);color:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1.25rem}.why-item h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.why-item p{font-size:.95rem;color:var(--gray-200);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:900px;margin:0 auto}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;border:3px solid var(--gold);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 1rem}.step h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:var(--navy)}.step p{font-size:.9rem;color:var(--gray-600)}.contact-section{background:var(--navy);padding:5rem 2rem}.contact-wrapper{max-width:600px;margin:0 auto}.contact-section .section-title{color:var(--white)}.contact-section .section-subtitle{color:var(--gray-200)}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:var(--gray-200);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--navy-light);background:var(--navy-light);color:var(--white);border-radius:4px;font-size:1rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-600)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--gold)}.form-group textarea{resize:vertical;min-height:100px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-submit{width:100%;padding:1rem;background:var(--gold);color:var(--navy);border:none;border-radius:4px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .2s;margin-top:.5rem}.form-submit:hover{background:var(--gold-light)}.form-success{text-align:center;color:var(--gold);font-size:1.1rem;font-weight:600;padding:2rem}.footer{background:#060f18;color:var(--gray-200);padding:3rem 2rem;text-align:center}.footer-brand{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.25rem}.footer-sub{font-size:.75rem;color:var(--gold);letter-spacing:2px;text-transform:uppercase;margin-bottom:1.5rem}.footer-compliance{font-size:.8rem;color:var(--gray-600);max-width:700px;margin:0 auto 1rem;line-height:1.5}.footer-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.footer-links a{color:var(--gray-200);font-size:.9rem;transition:color .2s}.footer-links a:hover{color:var(--gold)}.footer-ehl{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.8rem;color:var(--gray-600)}@media (max-width:768px){.nav-links{display:none}.hero-content h1{font-size:2.25rem}.hero-content p{font-size:1.05rem}.cards-grid,.form-row,.steps,.why-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}