.page{height:100dvh;min-height:100%;display:flex;flex-direction:column;align-items:center;padding:clamp(16px,3vw,40px);overflow:hidden}.center{flex:1 1 auto;width:100%;max-width:720px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:clamp(10px,1.6vh,18px);padding:12px 0}.logo{height:clamp(96px,20vh,210px);width:auto;object-fit:contain}.wordmark{font-size:clamp(1.5rem,5vw,2.5rem);font-weight:600;letter-spacing:.02em;line-height:1.15}.tagline{font-size:clamp(.8rem,2.2vw,.95rem);font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);max-width:32ch;line-height:1.5}.rule{width:56px;height:1px;background:var(--line);margin:clamp(2px,1vh,8px) 0}.services{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.services li{border:1px solid var(--line);border-radius:999px;padding:6px 14px;font-size:13px;white-space:nowrap}.actions{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:clamp(2px,1vh,8px)}.btn{border:1px solid var(--navy);border-radius:999px;padding:11px 22px;font-size:14px;font-weight:500;background:var(--navy);color:#fff;transition:opacity .2s ease,border-color .2s ease}.btn:hover{opacity:.85}.btn.ghost{background:transparent;color:var(--navy);border-color:var(--line)}.btn.ghost:hover{border-color:var(--navy);opacity:1}.person{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--muted);margin-top:clamp(2px,1vh,8px)}.person strong{font-weight:600;font-size:14px;color:var(--navy);letter-spacing:.02em}.foot{flex:0 0 auto;width:100%;max-width:980px;display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:14px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}@media (max-width: 640px){.foot{flex-direction:column;justify-content:center;text-align:center;gap:4px}}:root{--navy: #000034;--muted: #6b6b85;--line: #e2e2ea;--bg: #ffffff}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--navy);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}
