:root{--overlay:rgba(0,47,95,0.75);--text:#f8fafc;--muted:#dbe7f2;--button-bg:#ffffff;--button-text:#002f5f}*{box-sizing:border-box}body,html{margin:0;width:100%;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:#001a38;background-attachment:fixed}.page-shell{position:relative;width:100%;min-height:100dvh;overflow:hidden;padding:16px;background:url(/background.jpg) 50%/cover no-repeat fixed;background-color:#001a38;content-visibility:auto}.overlay{position:absolute;inset:0;background:var(--overlay);z-index:0}.hero{position:relative;z-index:1;width:min(760px,100%);min-height:calc(100dvh - 32px);margin:0 auto;padding:8px 8px 96px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:fadeUp .7s ease-out}.crest{width:min(230px,52vw);height:auto;margin:0 auto 10px;filter:drop-shadow(0 10px 22px rgba(0,0,0,.5))}h1{margin:0;font-size:clamp(1.75rem,4.2vw,2.85rem);line-height:1.08;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 4px 14px rgba(0,0,0,.45)}p{margin:10px auto 0;max-width:54ch;color:var(--muted);font-size:1rem;line-height:1.45;text-shadow:0 2px 8px rgba(0,0,0,.4)}.actions{margin-top:14px;display:flex;flex-direction:column;align-items:center;gap:8px}.actions .social-links{justify-content:center;margin-top:6px}.cta-button{display:inline-block;padding:12px 22px;border-radius:10px;text-decoration:none;font-weight:700;letter-spacing:.01em;background:var(--button-bg);color:var(--button-text);border:2px solid #ffffff;transition:transform .2s ease,background-color .2s ease,color .2s ease}.cta-button:focus-visible,.cta-button:hover{transform:translateY(-2px);background:#dbe7f2;color:#001f40}.cta-button:focus-visible{outline:3px solid rgba(255,255,255,.8);outline-offset:3px}footer{position:fixed;left:16px;right:16px;bottom:10px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:18px;color:#f1f6fb;text-shadow:0 2px 8px rgba(0,0,0,.4)}.footer-copy{margin:0;font-size:clamp(.62rem,1.25vw,.92rem);letter-spacing:.01em;text-align:left;white-space:nowrap;color:#f1f6fb}.footer-right{display:flex;align-items:center;justify-content:flex-end;min-width:0;white-space:nowrap}.footer-contact{color:#f4f8fc;font-size:clamp(.62rem,1.2vw,.88rem);font-weight:600;-webkit-text-decoration-color:rgba(244,248,252,.85);text-decoration-color:rgba(244,248,252,.85);text-underline-offset:3px;white-space:nowrap}.footer-contact:focus-visible,.footer-contact:hover{color:#ffffff;text-decoration-thickness:2px}.social-links{display:flex;gap:8px}.social-link,.social-links{align-items:center;justify-content:center}.social-link{display:inline-flex;width:42px;height:42px;border-radius:50%;border:2px solid rgba(255,255,255,.8);color:#ffffff;background:rgba(255,255,255,.12);text-decoration:none;transition:transform .18s ease,background-color .18s ease,color .18s ease}.social-link:focus-visible,.social-link:hover{transform:translateY(-2px);background:#ffffff;color:#002f5f}.social-link:focus-visible{outline:3px solid rgba(255,255,255,.85);outline-offset:3px}.social-link svg{width:20px;height:20px;fill:currentColor;flex-shrink:0}@media (max-width:768px){.page-shell{padding:12px}.hero{min-height:calc(100dvh - 24px);padding:6px 2px 122px}.crest{width:min(185px,50vw);margin-bottom:8px}p{font-size:.96rem}.cta-button{width:100%;max-width:390px}footer{left:12px;right:12px;bottom:8px;gap:6px}.footer-right,footer{flex-direction:column;align-items:center}.footer-right{width:100%;justify-content:center;gap:8px;order:1}.footer-copy{width:100%;white-space:normal;text-align:center;font-size:.66rem;line-height:1.2;order:2}.footer-contact{text-align:center;font-size:.7rem}.social-link{width:38px;height:38px}.social-link svg{width:18px;height:18px}}@media (max-width:420px){h1{font-size:clamp(1.35rem,7vw,1.85rem)}.footer-right,footer{gap:6px}.footer-contact{font-size:.64rem}.footer-copy{font-size:.58rem}.social-link{width:34px;height:34px;border-width:1.5px}.social-link svg{width:16px;height:16px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}