@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
:root{--gold:#C8A35A;--gold-soft:#D6B87A;--gold-light:#e7d7b8;--anthracite:#2F343A;--muted:#2F343Ab3;--surface:#F5F5F5;--border:#ececec;--radius:18px}
*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden}body{font-family:'Montserrat',sans-serif;color:var(--anthracite);background:#fff}a{color:var(--gold);text-decoration:none}a:hover{color:var(--anthracite)}
.site-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:18px 40px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:10}.site-header img{width:180px;display:block}.site-header nav{display:flex;align-items:center;justify-content:center;gap:28px;overflow-x:auto;flex:1;min-width:0}.site-header nav a{font-size:14px;font-weight:500;color:var(--muted);white-space:nowrap}.site-header nav a.active{font-weight:600;color:var(--gold)}.site-header .phone{font-size:14px;color:var(--muted);white-space:nowrap}
.backlink-wrap{max-width:1200px;margin:auto;padding:28px 24px 0}.backlink{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#2F343A80}.title-section{max-width:820px;margin:auto;padding:32px 24px 8px;text-align:center}.eyebrow,.card-kicker{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.title-section h1{font-size:clamp(30px,4vw,44px);font-weight:400;line-height:1.2;margin:12px 0 16px}.title-section p{font-size:16px;line-height:1.7;color:var(--muted);margin:0}
.compass-section{max-width:1200px;margin:42px auto 0;padding:0 24px 72px}.compass-section>h2{text-align:center;font-size:clamp(22px,3vw,30px);font-weight:400;margin:0 0 28px}.compass-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.compass-card{display:flex;flex-direction:column;align-items:flex-start;min-height:300px;padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:0 2px 6px rgba(47,52,58,.05),0 12px 28px rgba(47,52,58,.06)}.compass-card-featured{border-color:var(--gold-light);background:linear-gradient(145deg,#fff 0%,#fcfaf5 100%)}.compass-card h3{font-size:clamp(21px,2.2vw,27px);font-weight:500;line-height:1.25;margin:18px 0 14px}.compass-card p{font-size:14px;line-height:1.7;color:var(--muted);margin:0}.status{display:inline-flex;margin-top:auto;padding:9px 13px;border-radius:999px;background:var(--surface);color:#2F343A99;font-size:12px;font-weight:600}.card-action{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding-top:20px;font-size:14px;font-weight:600}.card-action span{font-size:20px;line-height:1;transition:transform .2s ease}.card-action:hover span{transform:translateX(4px)}
.contact-section{max-width:1200px;margin:auto;padding:0 24px 64px;text-align:center}.contact-section h2{font-size:clamp(22px,2.6vw,28px);font-weight:400;margin:0 0 12px}.contact-section p{font-size:15px;color:var(--muted);margin:0 0 28px}.contact-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:10px;border:1px solid transparent;font-size:14px;font-weight:600}.btn-primary{background:var(--gold);color:#fff;box-shadow:0 6px 16px rgba(200,163,90,.35)}.btn-primary:hover{background:var(--gold-soft);color:#fff}.btn-outline{background:#fff;border-color:var(--gold-light);color:var(--anthracite)}.btn-outline:hover{background:var(--surface)}
.site-footer{background:var(--surface);color:var(--anthracite);padding:56px 40px;border-top:1px solid var(--border)}.footer-inner{max-width:1200px;margin:auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.footer-inner img{width:150px;display:block;margin-bottom:16px}.footer-address{font-size:14px;line-height:1.8;opacity:.75}.footer-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}.revoke-btn{display:inline-flex;align-items:center;min-height:44px;padding:0 20px;border:1px solid var(--gold-light);border-radius:999px;background:#fff;color:var(--anthracite);font-size:14px;font-weight:600}.legal-links{display:flex;flex-direction:column;align-items:flex-end;gap:16px;font-size:13px;opacity:.55}.legal-links .row{display:flex;gap:16px}
@media(max-width:800px){.compass-grid{grid-template-columns:1fr}.compass-card{min-height:240px}}@media(max-width:640px){.site-header{padding:14px 20px}.site-header nav{justify-content:flex-start;gap:18px}.footer-inner{flex-direction:column}.footer-right{align-items:flex-start}.legal-links{align-items:flex-start}.site-footer{padding:42px 24px}}
