/* website/page.css — shared shell for the standalone pages (/about/, /for-freelancers/, …).
   The landing page keeps its own inline styles; these pages are simpler and
   share one cacheable file instead of duplicating 200 lines each. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/inter-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('/fonts/inter-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --font: 'Inter', system-ui, -apple-system, sans-serif;
  --bg: #0A1430;
  --bg-surface: #0C1A3E;
  --border: rgba(255,255,255,0.07);
  --text: #EDF2FF;
  --text-secondary: #A9BEDC;
  --text-muted: #6E86AC;
  --gold: #FFC93A;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}
a { color: inherit; }

/* ── Nav ─────────────────────────────────────────────────────────────── */
nav {
  position: sticky; top: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; padding: 0 clamp(16px, 4vw, 40px);
  background: rgba(10,20,48,0.82);
  backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.nav-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav-logo-text { font-size: 1.1rem; font-weight: 700; letter-spacing: -0.02em; }
.nav-logo-text .hive { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-link {
  font-size: 0.85rem; font-weight: 500; color: var(--text-secondary);
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.nav-link:hover { color: var(--text); }
.lang-wrap { position: relative; }
.lang-btn {
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.05); border: 1px solid var(--border);
  color: var(--text-secondary); border-radius: 9px; padding: 7px 11px;
  font-size: 0.78rem; font-weight: 600; font-family: inherit; cursor: pointer;
  transition: border-color .2s, color .2s;
}
.lang-btn:hover { color: var(--text); border-color: rgba(255,201,58,0.3); }
.lang-menu {
  position: absolute; top: calc(100% + 8px); right: 0;
  background: var(--bg-surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 6px; min-width: 168px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.5);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.lang-menu.open { opacity: 1; visibility: visible; transform: translateY(0); }
.lang-menu a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 8px 11px; border-radius: 8px; font-size: 0.82rem;
  color: var(--text-secondary); text-decoration: none; transition: background .15s, color .15s;
}
.lang-menu a:hover { background: rgba(255,255,255,0.05); color: var(--text); }
.lang-menu a.active { color: var(--gold); }
.lang-menu .lc { font-size: 0.68rem; opacity: .5; letter-spacing: .06em; }

/* ── Page ────────────────────────────────────────────────────────────── */
.wrap { max-width: 780px; margin: 0 auto; padding: clamp(48px, 8vw, 88px) clamp(20px, 5vw, 32px) 96px; }
.eyebrow {
  font-size: 0.72rem; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 18px;
}
h1 {
  font-size: clamp(2.1rem, 6vw, 3.1rem); font-weight: 800;
  letter-spacing: -0.03em; line-height: 1.08; margin-bottom: 28px;
}
.lede {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem); font-weight: 600;
  color: var(--text); margin-bottom: 40px; line-height: 1.5;
}

.portrait-row {
  display: flex; gap: 32px; align-items: flex-start;
  margin-bottom: 40px; flex-wrap: wrap;
}
.portrait {
  width: 176px; height: 176px; border-radius: 16px; object-fit: cover;
  flex-shrink: 0; border: 1px solid var(--border);
  box-shadow: 0 16px 44px rgba(0,0,0,0.42);
}
.portrait-row p { flex: 1; min-width: 260px; color: var(--text-secondary); }

blockquote {
  margin: 40px 0; padding: 26px 30px;
  background: rgba(255,201,58,0.05);
  border-left: 3px solid var(--gold);
  border-radius: 0 14px 14px 0;
}
blockquote p {
  font-size: clamp(1rem, 2.2vw, 1.15rem); font-style: italic;
  color: var(--text); line-height: 1.6; margin-bottom: 14px;
}
blockquote cite {
  font-size: 0.82rem; font-style: normal; font-weight: 600;
  color: var(--gold); letter-spacing: -0.01em;
}

h2 {
  font-size: 0.76rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--text-muted);
  margin: 52px 0 22px;
}
.principles { display: grid; gap: 20px; }
.principle {
  padding: 22px 24px; background: rgba(255,255,255,0.028);
  border: 1px solid var(--border); border-radius: 14px;
}
.principle h3 {
  font-size: 1rem; font-weight: 700; margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.principle p { font-size: 0.93rem; color: var(--text-secondary); }

.close {
  margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--border);
  font-size: 0.9rem; color: var(--text-muted);
}
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 22px; border-radius: 10px; font-size: 0.9rem;
  font-weight: 600; text-decoration: none; transition: transform .15s, background .2s;
}
.btn-primary { background: var(--gold); color: #07101F; }
.btn-primary:hover { transform: translateY(-1px); background: #FFD86A; }
.btn-ghost { border: 1px solid var(--border); color: var(--text-secondary); }
.btn-ghost:hover { color: var(--text); border-color: rgba(255,201,58,0.3); }

footer {
  border-top: 1px solid var(--border); padding: 28px clamp(20px, 5vw, 32px);
  text-align: center; font-size: 0.78rem; color: var(--text-muted);
}

@media (max-width: 560px) {
  .portrait { width: 128px; height: 128px; }
  .nav-link { display: none; }
}

/* Language hint — see website/index.html for the same pattern */
.lang-hint {
  position: fixed; bottom: 20px; left: 20px; z-index: 90;
  display: flex; align-items: center; gap: 10px;
  padding: 11px 12px 11px 16px; border-radius: 14px;
  background: rgba(15,30,72,0.92); border: 1px solid rgba(255,201,58,0.22);
  box-shadow: 0 12px 40px rgba(0,0,0,0.45);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  font-size: 0.85rem; opacity: 0; transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
  max-width: calc(100vw - 40px);
}
.lang-hint.in { opacity: 1; transform: translateY(0); }
.lang-hint a { display: flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 500; }
.lang-hint a:hover { color: var(--gold); }
.lang-hint button {
  background: none; border: none; cursor: pointer; padding: 4px 6px;
  color: var(--text-muted); font-size: 1rem; line-height: 1;
  border-radius: 7px; font-family: inherit;
}
.lang-hint button:hover { color: var(--text); background: rgba(255,255,255,0.07); }
@media (max-width: 640px) { .lang-hint { left: 12px; right: 12px; bottom: 12px; } }
@media (prefers-reduced-motion: reduce) { .lang-hint { transition: none; } html { scroll-behavior: auto; } }

/* ── Additions for the audience pages (/for-freelancers/, /for-clients/) ──── */
.hero-sub {
  font-size: clamp(0.98rem, 2.2vw, 1.08rem);
  color: var(--text-secondary); margin-bottom: 34px; max-width: 60ch;
}
.pain {
  margin: 40px 0; padding: 24px 26px;
  background: rgba(255,255,255,0.028);
  border: 1px solid var(--border); border-radius: 14px;
}
.pain p { color: var(--text-secondary); font-size: 0.95rem; }
.pain p + p { margin-top: 12px; }
.steps { display: grid; gap: 18px; counter-reset: step; }
.step {
  display: flex; gap: 18px; align-items: flex-start;
  padding: 20px 22px; background: rgba(255,255,255,0.028);
  border: 1px solid var(--border); border-radius: 14px;
}
.step-n {
  flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(255,201,58,0.14); color: var(--gold);
  font-size: 0.85rem; font-weight: 700;
}
.step h3 { font-size: 0.98rem; font-weight: 700; margin-bottom: 5px; letter-spacing: -0.01em; }
.step p { font-size: 0.92rem; color: var(--text-secondary); }
.tiers { display: grid; gap: 12px; margin-top: 20px; }
.tier {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 15px 20px; border-radius: 12px;
  background: rgba(255,201,58,0.055); border: 1px solid rgba(255,201,58,0.16);
}
.tier-range { font-size: 0.88rem; color: var(--text-secondary); }
.tier-fee { font-size: 1rem; font-weight: 700; color: var(--gold); white-space: nowrap; }
.note { margin-top: 16px; font-size: 0.88rem; color: var(--text-muted); }
