.hero-subpage {
  position: relative;
  min-height: min(900px, 100svh);
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 96px max(32px, calc((100vw - 1216px) / 2)) 84px;
  color: #e8edf6;
  background: #070c16;
}
.hero-subpage__background,.hero-subpage__shade { position:absolute; inset:0; width:100%; height:100%; }
.hero-subpage__background { object-fit:cover; }
.hero-subpage__shade { background:linear-gradient(90deg,rgba(7,12,22,.9),rgba(7,12,22,.32) 58%,rgba(7,12,22,.5)),linear-gradient(180deg,rgba(7,12,22,.62),rgba(7,12,22,.2) 38%,rgba(7,12,22,.72)); }
.hero-subpage__visual { position:absolute; inset:0; pointer-events:none; }
.hero-subpage__person { position:absolute; right:3%; bottom:0; height:90%; width:auto; max-width:60%; object-fit:contain; object-position:right bottom; filter:drop-shadow(0 30px 60px rgba(0,0,0,.55)); mask-image:linear-gradient(to bottom,#000 82%,transparent 99%); }
.hero-subpage__bubble { position:absolute; z-index:2; left:var(--bubble-x); top:var(--bubble-y); transform:translate(-50%,-50%); width:min(260px,24vw); display:flex; gap:10px; align-items:flex-start; box-sizing:border-box; padding:13px 15px; border-radius:16px 16px 16px 4px; background:rgba(255,255,255,.96); color:#171a20; box-shadow:0 20px 46px rgba(0,0,0,.4); backdrop-filter:blur(10px); }
.hero-subpage__bubble::after { content:""; position:absolute; left:18px; bottom:-7px; width:16px; height:16px; border-radius:3px; transform:rotate(45deg); background:inherit; }
.hero-subpage__avatar { position:relative; z-index:1; flex:0 0 34px; width:34px; height:34px; border-radius:50%; object-fit:cover; }
.hero-subpage__bubble strong { display:block; font-size:12px; }
.hero-subpage__bubble p { margin:3px 0 0; font-size:13px; line-height:1.4; }
.hero-subpage__content { position:relative; z-index:3; width:min(620px,58%); }
.hero-subpage__topline { display:flex; align-items:center; gap:12px; margin:0; color:#9fc1ff; font:500 11px/1.4 "IBM Plex Mono",monospace; letter-spacing:.2em; text-transform:uppercase; }
.hero-subpage__topline span { width:8px; height:8px; border-radius:50%; background:#1db96e; box-shadow:0 0 0 6px rgba(29,185,110,.12); }
.hero-subpage__headline { margin:20px 0 0; color:#fff; font:600 clamp(52px,6.4vw,82px)/.98 "Space Grotesk",sans-serif; letter-spacing:-.03em; }
.hero-subpage__subline { max-width:620px; margin:14px 0 0; color:#dce6fa; font:italic 400 clamp(21px,2.1vw,27px)/1.25 "Space Grotesk",sans-serif; }
.hero-subpage__intro { max-width:560px; margin-top:24px; color:#aeb8ca; font-size:18px; line-height:1.65; }
.hero-subpage__intro > :first-child { margin-top:0; }.hero-subpage__intro > :last-child { margin-bottom:0; }
.hero-subpage__buttons { display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin-top:36px; }
.hero-subpage__button { display:inline-flex; align-items:center; gap:10px; padding:16px 27px; border:1px solid transparent; border-radius:12px; color:#fff; font-size:15.5px; font-weight:600; text-decoration:none; transition:transform .25s,background .25s,box-shadow .25s; }
.hero-subpage__button:hover { transform:translateY(-2px); }
.hero-subpage__button:focus-visible { outline:3px solid #9fc1ff; outline-offset:3px; }
.hero-subpage__button--primary { background:linear-gradient(135deg,#3d8bff,#1b5bff); box-shadow:0 12px 30px rgba(27,91,255,.55); }
.hero-subpage__button--secondary { background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.16); }
@media (max-width:900px) { .hero-subpage { min-height:820px; padding-inline:24px; }.hero-subpage__content{width:min(620px,72%)}.hero-subpage__person{opacity:.58;max-width:72%}.hero-subpage__bubble{width:210px}.hero-subpage__bubble:nth-of-type(n+3){display:none} }
@media (max-width:620px) { .hero-subpage{min-height:760px;padding:110px 20px 52px}.hero-subpage__content{width:100%}.hero-subpage__visual{opacity:.28}.hero-subpage__bubble{display:none}.hero-subpage__person{max-width:100%;height:82%;right:-20%}.hero-subpage__headline{font-size:clamp(46px,16vw,66px)}.hero-subpage__intro{font-size:16px}.hero-subpage__buttons{align-items:stretch}.hero-subpage__button{justify-content:center;width:100%;box-sizing:border-box} }
@media (prefers-reduced-motion:reduce) { .hero-subpage__button{transition:none} }
