/* Shared chrome for the standalone marketing pages (runway / pricing / about / privacy).
   Loads on top of cloudbase.css (tokens + fonts). Marketing landing has its own inline copy. */

body.page { background: var(--surface-sunk); }

/* top nav */
.topbar { background: var(--surface); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; max-width: 1120px; margin: 0 auto; padding: 20px 24px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--ink); font-family: var(--serif); font-weight: 600; font-size: 19px; }
.mark { width: 22px; height: 22px; border-radius: 5px; background: var(--accent); display: inline-block; position: relative; overflow: hidden; flex: none; }
.mark::before, .mark::after { content: ""; position: absolute; background: #fff; border-radius: 3px; }
.mark::before { width: 15px; height: 7px; left: 4px; top: 11px; } .mark::after { width: 9px; height: 6px; left: 8px; top: 7px; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: 14px; }
.nav-links a:not(.btn) { color: var(--ink-body); }
.nav-links a:not(.btn):hover { color: var(--ink); }

/* page container + the white "sheet" card the content sits on */
.page-wrap { max-width: 960px; margin: 0 auto; padding: 40px 24px 72px; }
.sheet { background: var(--surface); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.sheet-sec { padding: 32px 40px; }
.sheet-sec + .sheet-sec { border-top: 1px solid var(--line-quiet); }
.sheet-foot { background: var(--surface-quiet); }

/* mono eyebrow, reused everywhere */
.eyebrow-mono { font-family: var(--mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--ink-quiet); }

/* rotating noun */
.noun { display: inline-block; text-align: left; }
.noun .w { color: var(--accent); border-bottom: 1px dotted var(--accent-line); }

/* footer (dark) */
.site-foot { background: #0d1620; }
.site-foot .wrap { max-width: 1120px; margin: 0 auto; padding: 48px 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.site-foot .brand { color: #fff; }
.foot-tag { font-family: var(--prose); font-style: italic; font-size: 17px; line-height: 1.7; color: #c3d0e6; max-width: 520px; margin: 14px 0 0; }
.foot-tag .noun { min-width: 9ch; }
.foot-tag .noun .w { color: var(--accent-2); border-bottom-color: var(--accent-2); }
.foot-links { display: flex; gap: 44px; }
.foot-links .col { display: flex; flex-direction: column; gap: 9px; font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; }
.foot-links .col .h { color: var(--accent-2); }
.foot-links .col a { color: #93a6c4; }
.foot-links .col a:hover { color: #fff; }

/* auth cards (sign in / forgot / invite) — centered on the page bg, no site nav */
.auth { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 40px 24px; }
.acard { background: var(--surface); border: 1px solid var(--line); border-radius: 10px; padding: 34px; width: 420px; max-width: 100%; box-shadow: var(--shadow-pop); }
.acard.wide { width: 520px; }
.a-brand { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; }
.a-brand .name { font-family: var(--serif); font-weight: 600; font-size: 18px; color: var(--ink); }
.acard h1 { font-size: 28px; line-height: 1.15; margin: 0; }
.a-sub { font-family: var(--prose); font-size: 16px; line-height: 1.6; color: var(--ink-quiet); margin: 8px 0 0; }
.a-sub b { color: var(--ink); font-weight: 600; }
.a-field { margin-top: 20px; }
.a-flabel { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-quiet); margin-bottom: 7px; display: block; }
.a-flabel-row { display: flex; align-items: baseline; justify-content: space-between; }
.a-flabel-row a { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.a-btn-full { width: 100%; text-align: center; margin-top: 22px; }
.a-alt { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.a-alt .lab { font-family: var(--prose); font-size: 15px; color: var(--ink-body); }
.a-alt a, .a-alt .a-linkbtn { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); }
.a-alt .a-linkbtn { background: none; border: 0; padding: 0; cursor: pointer; }
.a-alt .a-linkbtn:hover { text-decoration: underline; }
.a-note { font-family: var(--prose); font-size: 15px; line-height: 1.7; color: var(--ink-quiet); border-top: 1px solid var(--line-quiet); padding-top: 14px; margin-top: 18px; }
.a-err { color: var(--bad); font-size: 14px; margin-top: 12px; }
.a-sent { font-family: var(--mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--ok); margin-bottom: 8px; }
.a-panel { border: 1px solid var(--line); border-radius: 6px; padding: 15px 17px; margin-top: 14px; }
.a-panel.accent { background: var(--surface-quiet); border-color: var(--line-quiet); border-left: 2px solid var(--accent); }
.a-panel .k { font-family: var(--mono); font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--ink-quiet); margin-bottom: 7px; }
.a-panel p { font-family: var(--prose); font-size: 15px; line-height: 1.65; color: var(--ink-body); margin: 0; }
.a-panel .wa-link { font-family: var(--mono); font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--accent); margin-top: 11px; display: inline-block; }

@keyframes ccBlink { 0%,100% { opacity: .25; } 50% { opacity: 1; } }

@media (max-width: 820px) {
  .sheet-sec { padding: 26px 24px; }
  .site-foot .wrap { flex-direction: column; align-items: flex-start; gap: 28px; }
}

/* Features dropdown in the site nav — hover/focus menu; the padding-bottom bridges the gap so
   moving from the button into the menu never drops the hover. Instruments sit under a hairline
   with a +$12 mark. A feature only appears here once its page exists. */
.nav-feat { position: relative; display: inline-flex; padding-bottom: 14px; margin-bottom: -14px; }
.nav-feat-btn { background: none; border: 0; cursor: pointer; padding: 0; font-family: var(--prose);
  font-weight: 500; font-size: 15px; color: var(--ink); display: inline-flex; align-items: center; gap: 5px; }
.nav-feat-btn:hover { color: var(--accent); }
.nav-feat-caret { font-size: 9px; position: relative; top: 1px; }
.nav-feat-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 228px; background: var(--surface); border: 1px solid var(--line); border-radius: 8px;
  box-shadow: 0 12px 30px rgba(17,32,59,.16); padding: 8px; z-index: 60; }
.nav-feat:hover .nav-feat-menu, .nav-feat:focus-within .nav-feat-menu { display: block; }
.nav-feat-menu a { display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 9px 12px; border-radius: 5px; color: var(--ink-body); font-family: var(--prose); font-size: 15px; }
.nav-feat-menu a:hover { background: var(--surface-quiet); color: var(--ink); }
.nav-feat-div { display: block; height: 1px; background: var(--line-quiet); margin: 6px 8px; }
.nav-feat-price { font-family: var(--mono); font-size: 10px; letter-spacing: .06em; color: var(--ink-quiet); }

/* Ground Control — the estimate on the requester's public ticket page (§gc-38b) */
.pt-est { margin-top: 24px; border: 1px solid var(--line); border-radius: 10px; padding: 20px 22px; background: var(--surface); }
.pt-est-h { font-family: var(--serif); font-weight: 600; font-size: 19px; color: var(--ink); margin-bottom: 12px; }
.pt-est-tbl { width: 100%; border-collapse: collapse; }
.pt-est-tbl td { padding: 7px 0; border-bottom: 1px solid var(--line-quiet); font-family: var(--prose); font-size: 15px; color: var(--ink); }
.pt-est-tbl td.r { text-align: right; font-family: var(--fig); white-space: nowrap; }
.pt-nc { font-family: var(--mono); font-size: 10px; letter-spacing: .08em; color: #1c7a4d; }
.pt-est-tot td { border-bottom: 0; border-top: 2px solid var(--line); font-family: var(--serif); font-weight: 600; padding-top: 10px; }
.pt-est-two { margin-top: 14px; }
.pt-est-k { font-family: var(--mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-quiet); margin-bottom: 3px; }
.pt-est-two > div + div { font-family: var(--prose); font-size: 15px; line-height: 1.6; color: var(--ink-body); }
.pt-est-acts { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.pt-est-yes { }
.pt-est-fine { font-family: var(--prose); font-size: 13px; color: var(--ink-quiet); margin-top: 12px; }
