:root{--occ-navy:#0d2b4e;--occ-blue:#1a5fb4;--occ-gold:#c9a227;--occ-light:#f4f7fb;--occ-white:#ffffff}
*{box-sizing:border-box;margin:0;padding:0}
.occ-footer{background:var(--occ-navy);color:#ccd6e8;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;padding:3rem 1.5rem 1.5rem;margin-top:4rem}
.occ-footer-inner{max-width:1300px;margin:0 auto}
.occ-footer-brand{border-bottom:2px solid var(--occ-gold);padding-bottom:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}
.occ-footer-brand h2{color:var(--occ-gold);font-size:1.4rem;letter-spacing:.05em}
.occ-footer-brand p{color:#8aa3bf;font-size:.85rem;max-width:600px}
.occ-footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem 1rem}
@media(max-width:1100px){.occ-footer-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.occ-footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:400px){.occ-footer-grid{grid-template-columns:1fr}}
.occ-footer-group h4{color:var(--occ-gold);font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.75rem;padding-bottom:.4rem;border-bottom:1px solid #1e3d63}
.occ-footer-group ul{list-style:none}
.occ-footer-group ul li{margin-bottom:.35rem}
.occ-footer-group ul li a{color:#8fbcd4;font-size:.8rem;text-decoration:none;transition:color .2s}
.occ-footer-group ul li a:hover{color:var(--occ-gold)}
.occ-footer-bottom{margin-top:2rem;padding-top:1rem;border-top:1px solid #1e3d63;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;color:#5a7fa0}
.occ-footer-bottom a{color:#5a7fa0;text-decoration:none}
.occ-footer-bottom a:hover{color:var(--occ-gold)}
.occ-hero{background:linear-gradient(135deg,var(--occ-navy) 0%,#1a3d6e 60%,#0a1e35 100%);color:var(--occ-white);padding:5rem 1.5rem 4rem;text-align:center}
.occ-hero h1{font-size:clamp(1.8rem,4vw,3rem);color:var(--occ-white);margin-bottom:1rem;letter-spacing:-.01em}
.occ-hero h1 span{color:var(--occ-gold)}
.occ-hero p{font-size:1.05rem;color:#a8c4e0;max-width:700px;margin:0 auto 2rem;line-height:1.6}
.occ-hero-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:2rem}
.occ-badge{background:rgba(201,162,39,.15);border:1px solid var(--occ-gold);color:var(--occ-gold);padding:.3rem .75rem;border-radius:2rem;font-size:.78rem;font-weight:600}
.occ-search-wrap{max-width:1300px;margin:0 auto;padding:1.5rem}
.occ-search-wrap input{width:100%;padding:.8rem 1.2rem;border:2px solid #d0dcea;border-radius:8px;font-size:1rem;outline:none;transition:border-color .2s}
.occ-search-wrap input:focus{border-color:var(--occ-blue)}
.occ-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;max-width:1300px;margin:0 auto;padding:0 1.5rem 2rem}
.occ-card{background:var(--occ-white);border:1px solid #dce7f3;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s,transform .2s}
.occ-card:hover{box-shadow:0 6px 20px rgba(13,43,78,.15);transform:translateY(-2px)}
.occ-card-header{background:var(--occ-navy);color:var(--occ-gold);padding:.9rem 1rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}
.occ-card-body{padding:1rem}
.occ-card-body a{display:block;color:#1a3d6e;font-size:.85rem;text-decoration:none;padding:.3rem 0;border-bottom:1px solid #eef2f8;transition:color .2s}
.occ-card-body a:last-child{border-bottom:none}
.occ-card-body a:hover{color:var(--occ-gold)}
.occ-modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.75);z-index:9999;align-items:center;justify-content:center}
.occ-modal-overlay.active{display:flex}
.occ-modal{background:#fff;border-radius:12px;overflow:hidden;width:95vw;max-width:1200px;height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.4)}
.occ-modal-bar{background:var(--occ-navy);color:#fff;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;font-size:.9rem}
.occ-modal-bar a{color:var(--occ-gold);font-size:.8rem;text-decoration:none;margin-left:auto}
.occ-modal-close{background:none;border:none;color:#fff;font-size:1.4rem;cursor:pointer;line-height:1;padding:0 .25rem}
.occ-modal iframe{flex:1;border:none;width:100%;height:100%}
.occ-about{background:var(--occ-light);padding:3rem 1.5rem}
.occ-about-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
@media(max-width:720px){.occ-about-inner{grid-template-columns:1fr}}
.occ-about h2{color:var(--occ-navy);font-size:1.5rem;margin-bottom:1rem}
.occ-about h2 span{color:var(--occ-gold)}
.occ-about p{color:#3d5a7a;line-height:1.7;margin-bottom:.75rem;font-size:.95rem}
.occ-about ul{list-style:none;padding:0}
.occ-about ul li{padding:.4rem 0;color:#3d5a7a;font-size:.9rem;border-bottom:1px solid #d8e4f0}
.occ-about ul li:before{content:"+ ";color:var(--occ-gold);font-weight:700}
.occ-tag{display:inline-block;background:rgba(26,95,180,.1);color:var(--occ-blue);font-size:.72rem;padding:.2rem .5rem;border-radius:4px;margin:.1rem}