:root {
  --bg: #020808;
  --text: #f4f7f5;
  --muted: #95a69d;
  --green: #a8ff68;
  --mint: #58ffb3;
  --line: rgba(111,255,201,.16);
}

* { box-sizing: border-box; }
html { color-scheme: dark; }
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 70% 28%,rgba(0,126,86,.19),transparent 31%),var(--bg);
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(calc(100% - 96px),1600px); margin-inline: auto; }
.placeholder-page { min-height: 100vh; display: flex; flex-direction: column; overflow: hidden; }

/* The same two-level header used on the main landing page. */
.header {
  position: relative;
  z-index: 50;
  flex: none;
  height: 142px;
  display: grid;
  grid-template-columns: 1fr 800px 1fr;
  align-items: center;
}
.header::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg,transparent 0,rgba(111,255,201,.08) 8%,rgba(111,255,201,.2) 50%,rgba(111,255,201,.08) 92%,transparent 100%);
  box-shadow: 0 0 18px rgba(88,255,179,.05);
}
.logo {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 0;
}
.logo__image { display: block; width: 154px; height: auto; }
.logo__icon { width: 30px; height: 30px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; }
.logo__icon i { display: block; border-radius: 1px; background: var(--green); box-shadow: 0 0 16px rgba(168,255,104,.35); }
.logo__icon i:nth-child(5) { opacity: .2; }
.header__menus { width: 800px; display: grid; gap: 32px; padding: 14px 0 17px; }
.nav { display: flex; align-items: center; justify-content: flex-start; gap: 40px; color: rgba(255,255,255,.78); font-size: 14px; }
.nav a { position: relative; white-space: nowrap; transition: color .25s ease; }
.nav a:hover { color: #fff; }
.nav--secondary a.is-current { color: rgba(255,255,255,.78); }
.nav--primary { gap: 25px; color: #81968a; font-size: 13px; }
.nav--primary a.is-active { color: var(--text); font-weight: 600; }
.nav--primary a.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 34px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg,var(--green),rgba(168,255,104,.3));
  box-shadow: 0 0 10px rgba(168,255,104,.32);
}
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 19px;
  padding: 0 29px;
  border-radius: 999px;
  font-size: 14px;
  transition: transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button--header {
  justify-self: end;
  min-height: 50px;
  padding: 0 32px;
  color: #061008;
  background: var(--green);
  box-shadow: 0 0 34px rgba(168,255,104,.15);
}
.menu-button { display: none; }

.placeholder-main {
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0,680px) minmax(420px,1fr);
  align-items: center;
  gap: 90px;
  padding-top: 80px;
  padding-bottom: 100px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; width: max-content; margin-bottom: 25px; color: #a4c1ae; font-size: 11px; font-weight: 600; letter-spacing: .12em; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px rgba(168,255,104,.8); }
h1 { margin: 0; font-size: clamp(55px,5vw,82px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
h1 span { display: block; margin-top: 7px; color: #9bc5aa; }
h1 span:first-child { color: var(--text); }
.placeholder-copy>p { max-width: 610px; margin: 30px 0 0; color: var(--muted); font-size: 19px; line-height: 1.55; }
.placeholder-actions { display: flex; gap: 14px; margin-top: 37px; }
.button--primary { color: #071009; background: linear-gradient(135deg,#caff83,#9bff5d); box-shadow: 0 12px 40px rgba(139,255,92,.14); }
.button--secondary { border: 1px solid rgba(209,255,209,.38); background: rgba(7,20,17,.5); }
.placeholder-visual { position: relative; min-height: 480px; }
.visual-halo { position: absolute; inset: 5%; border-radius: 50%; background: radial-gradient(circle,rgba(22,255,171,.17),rgba(0,102,78,.07) 45%,transparent 70%); filter: blur(16px); }
.visual-orbit { position: absolute; left: 50%; top: 50%; width: 82%; aspect-ratio: 1.7; border: 1px solid rgba(88,255,179,.18); border-radius: 50%; transform: translate(-50%,-50%) rotate(-11deg); }
.visual-orbit::before,.visual-orbit::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #70ffd0; box-shadow: 0 0 20px #3affbd; }
.visual-orbit::before { left: 11%; top: 20%; }
.visual-orbit::after { right: 7%; bottom: 22%; }
.visual-card { position: absolute; left: 50%; top: 50%; width: min(480px,82%); min-height: 270px; padding: 36px; transform: translate(-50%,-50%) rotate(4deg); border: 1px solid rgba(111,255,201,.32); border-radius: 25px; background: linear-gradient(145deg,rgba(9,35,25,.95),rgba(3,13,10,.96)); box-shadow: 0 35px 90px rgba(0,0,0,.55),0 0 60px rgba(33,255,174,.1); }
.visual-card__top { display: flex; align-items: center; justify-content: space-between; color: #789487; font-size: 10px; letter-spacing: .1em; }
.visual-card__mark { display: grid; place-items: center; width: 42px; height: 42px; margin-top: 42px; border: 1px solid rgba(168,255,104,.28); border-radius: 12px; color: var(--green); background: rgba(168,255,104,.07); font-size: 20px; }
.visual-card strong { display: block; margin-top: 18px; font-size: 27px; font-weight: 500; letter-spacing: -.03em; }
.visual-card p { margin: 10px 0 0; color: #8fa399; font-size: 13px; line-height: 1.5; }
.placeholder-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 23px; padding-bottom: 28px; border-top: 1px solid rgba(111,255,201,.12); color: #71887b; font-size: 11px; }
.placeholder-footer a { color: #a8c6b0; }

@media(max-width:1300px) {
  .container { width: min(calc(100% - 64px),1280px); }
  .header { height: 90px; grid-template-columns: 1fr auto; }
  .header>.button { display: none; }
  .menu-button { display: grid; gap: 6px; place-content: center; width: 48px; height: 48px; padding: 0; background: #10251b; border: 1px solid var(--line); border-radius: 12px; color: var(--text); }
  .menu-button span { width: 22px; height: 2px; background: var(--text); }
  .header__menus { display: none; position: absolute; top: 78px; right: 0; left: 0; width: auto; padding: 22px 24px; background: rgba(7,25,17,.98); border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.45); backdrop-filter: blur(20px); }
  .header__menus.is-open { display: grid; gap: 18px; }
  .nav { align-items: flex-start; flex-direction: column; gap: 0; }
  .nav a { width: 100%; padding: 11px 0; }
  .nav--primary { padding-bottom: 12px; border-bottom: 1px solid rgba(111,255,201,.13); }
  .nav--primary a.is-active::after { bottom: 4px; }
}
@media(max-width:1100px) {
  .placeholder-main { grid-template-columns: 1fr; gap: 30px; padding-top: 65px; }
  .placeholder-copy { max-width: 760px; }
  .placeholder-visual { min-height: 390px; }
}
@media(max-width:600px) {
  .container { width: calc(100% - 40px); }
  .header { height: 80px; }
  .logo { font-size: 22px; }
  .logo__icon { width: 25px; height: 25px; }
  .logo__image { width: 132px; }
  .placeholder-main { padding-top: 48px; padding-bottom: 65px; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: clamp(43px,13vw,58px); }
  .placeholder-copy>p { font-size: 16px; }
  .placeholder-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .placeholder-visual { min-height: 330px; }
  .visual-card { min-height: 230px; padding: 27px; }
  .visual-card__mark { margin-top: 27px; }
  .visual-card strong { font-size: 23px; }
  .placeholder-footer { align-items: flex-start; flex-direction: column; }
}
