:root {
  --ink: #071d40;
  --ink-2: #0c2d61;
  --blue: #178cf6;
  --lime: #c9f330;
  --paper: #f8fafc;
  --white: #fff;
  --mist: #e9f4ff;
  --line: #dbe5ed;
  --muted: #5d6c7e;
  --shadow: 0 20px 60px rgba(7, 29, 64, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    400 16px/1.55 -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button {
  cursor: pointer;
}
.skip-link {
  position: fixed;
  z-index: 50;
  top: -60px;
  left: 20px;
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 12px clamp(22px, 4vw, 72px);
  border-bottom: 1px solid rgba(7, 29, 64, 0.1);
  background: rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(14px);
}
.brand {
  display: flex;
  align-items: center;
  width: 165px;
}
.brand img,
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 2.6vw, 42px);
  margin: auto;
  font-size: 14px;
  font-weight: 700;
}
.site-nav a {
  position: relative;
  padding: 8px 0;
}
.site-nav a:after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 2px;
  background: var(--lime);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s;
}
.site-nav a:hover:after,
.site-nav a[aria-current="page"]:after {
  transform: scaleX(1);
}
.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.header-cta {
  min-height: 42px;
  padding: 0 17px;
  background: var(--ink);
  color: #fff;
}
.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(7, 29, 64, 0.18);
}
.nav-toggle {
  display: none;
}
.home-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 52px;
  overflow: hidden;
  min-height: 360px;
  padding: clamp(42px, 5vw, 74px) clamp(22px, 9vw, 150px);
  background: linear-gradient(125deg, #fafdff 0%, #ebf7ff 56%, #eefdc4 150%);
}
.home-hero:before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.9), transparent 60%),
    url("public/brand/remoroute-cover.png") center/cover;
  content: "";
  opacity: 0.34;
}
.hero-copy-wrap,
.hero-card {
  position: relative;
  z-index: 1;
}
.kicker {
  margin: 0 0 10px;
  color: #3c76a6;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-hero h1,
.section h2,
.telegram-banner h2,
.feature-copy h2 {
  margin: 0;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
.home-hero h1 em {
  color: var(--blue);
  font-style: normal;
}
.lead {
  max-width: 610px;
  margin: 17px 0 23px;
  color: #324d69;
  font-size: clamp(16px, 1.45vw, 19px);
  line-height: 1.5;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.button {
  min-height: 48px;
  padding: 0 23px;
}
.button-lime {
  background: var(--lime);
  color: var(--ink);
}
.button-ink {
  background: var(--ink);
  color: #fff;
}
.quiet-link,
.text-link {
  font-size: 14px;
  font-weight: 700;
}
.quiet-link:hover,
.text-link:hover {
  color: var(--blue);
}
.hero-card {
  align-self: center;
  max-width: 390px;
  padding: 24px;
  border: 1px solid rgba(7, 29, 64, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-card img {
  position: absolute;
  top: -78px;
  right: -62px;
  width: 210px;
  opacity: 0.09;
}
.hero-card strong {
  display: block;
  margin-bottom: 7px;
  font-size: 24px;
  letter-spacing: -0.055em;
}
.hero-card p:last-child {
  position: relative;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.hero-orbit {
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: 0.2;
  filter: blur(1px);
}
.orbit-blue {
  top: -225px;
  right: 24%;
  border: 54px solid var(--blue);
}
.orbit-lime {
  right: -142px;
  bottom: -170px;
  border: 58px solid var(--lime);
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-block: 1px solid var(--line);
}
.trust-strip > div {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px clamp(22px, 4vw, 64px);
  background: #fff;
}
.metric {
  color: var(--blue);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.08em;
}
.trust-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}
.trust-strip strong {
  color: var(--ink);
  font-size: 14px;
}
.section {
  padding: clamp(54px, 7vw, 96px) clamp(22px, 9vw, 150px);
}
.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}
.section h2,
.feature-copy h2,
.telegram-banner h2 {
  font-size: clamp(34px, 4.2vw, 60px);
  line-height: 1.02;
}
.role-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
}
.role-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}
.role-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}
.role-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.role-source,
.checked-pill {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}
.role-source {
  background: var(--mist);
  color: #1973c4;
}
.checked-pill {
  background: #edfac8;
  color: #3f6200;
}
.role-card h3 {
  max-width: 500px;
  margin: 23px 0 5px;
  font-size: 28px;
  letter-spacing: -0.06em;
  line-height: 1.04;
}
.role-company,
.role-meta {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.role-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 20px 0;
}
.role-tags span {
  padding: 5px 8px;
  border-radius: 6px;
  background: #f0f4f7;
  color: #3b5873;
  font-size: 11px;
  font-weight: 700;
}
.role-card .role-link {
  margin-top: auto;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}
.source-note {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 12px;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 7vw, 110px);
  align-items: center;
  background: #fff;
}
.feature-art {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
}
.feature-art img {
  display: block;
  width: 100%;
  aspect-ratio: 1.33;
  object-fit: cover;
}
.feature-copy p:not(.kicker) {
  max-width: 570px;
  margin: 23px 0 29px;
  color: var(--muted);
  font-size: 17px;
}
.editorial-section {
  background: #f0f6fb;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}
.editorial-grid article {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 28px;
  border-radius: 16px;
  background: #fff;
}
.editorial-grid span {
  color: #3979ae;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.editorial-grid h3 {
  margin: 18px 0 11px;
  font-size: 23px;
  letter-spacing: -0.045em;
  line-height: 1.12;
}
.editorial-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.editorial-grid a {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.telegram-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: clamp(55px, 8vw, 120px) clamp(22px, 9vw, 150px);
  padding: clamp(34px, 6vw, 74px);
  border-radius: 24px;
  background: var(--ink);
  color: #fff;
}
.telegram-banner .kicker {
  color: var(--lime);
}
.telegram-banner h2 {
  font-size: clamp(34px, 4.6vw, 59px);
}
.telegram-banner p:not(.kicker) {
  max-width: 570px;
  margin: 13px 0 0;
  color: #c0d0df;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  gap: 28px;
  padding: 58px clamp(22px, 9vw, 150px) 30px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.footer-brand {
  display: block;
  width: 175px;
}
.site-footer p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.footer-title {
  margin: 0 0 12px !important;
  color: var(--ink) !important;
  font-size: 11px !important;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.site-footer a,
.pending-link {
  display: block;
  margin: 7px 0;
  color: #334e68;
  font-size: 13px;
}
.site-footer a:hover {
  color: var(--blue);
}
.pending-link {
  color: #8795a3;
}
.footer-fine {
  grid-column: 1/-1;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
h1,
h2,
h3 {
  font-weight: 700;
}
.jobs-intro {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 14px clamp(22px, 9vw, 150px);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.jobs-intro .breadcrumb {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.jobs-intro .kicker {
  margin-bottom: 2px;
  font-size: 10px;
}
.jobs-intro h1 {
  margin: 0;
  font-size: clamp(25px, 2.4vw, 34px);
  letter-spacing: -0.045em;
  line-height: 1;
}
.jobs-intro .source-note {
  margin: 0;
  white-space: nowrap;
}
.page-hero {
  padding: clamp(30px, 4vw, 52px) clamp(22px, 9vw, 150px) clamp(26px, 3vw, 40px);
  background: linear-gradient(120deg, #f1f9ff, #fff);
}
.page-hero .breadcrumb {
  display: block;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.page-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(36px, 4.4vw, 58px);
  letter-spacing: -0.075em;
  line-height: 0.95;
}
.page-hero p {
  max-width: 690px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.job-board {
  padding-top: 18px;
}
.filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) repeat(2, minmax(130px, 0.25fr));
  gap: 10px;
  margin: 0 0 15px;
}
.filters input,
.filters select {
  min-height: 48px;
  width: 100%;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  outline: none;
}
.filters input:focus,
.filters select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(23, 140, 246, 0.13);
}
.job-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.7fr);
  gap: 20px;
}
.job-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.job-list .role-card {
  min-height: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
  transform: none;
}
.job-list .role-card:last-child {
  border-bottom: 0;
}
.job-list .role-card.selected {
  box-shadow: inset 4px 0 var(--blue);
  background: #f5fbff;
}
.job-list .role-card h3 {
  margin: 16px 0 4px;
  font-size: 22px;
}
.job-list .role-tags {
  margin: 13px 0;
}
.detail-panel {
  position: sticky;
  top: 104px;
  align-self: start;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
}
.detail-panel .kicker {
  color: var(--lime);
}
.detail-panel h2 {
  margin: 9px 0 6px;
  font-size: 33px;
  letter-spacing: -0.06em;
  line-height: 1.02;
}
.detail-panel p {
  color: #cfdae4;
  font-size: 14px;
}
.detail-panel .detail-note {
  padding: 13px;
  border-radius: 10px;
  background: #143a71;
  color: #dcecff;
}
.detail-panel .button {
  width: 100%;
  margin-top: 12px;
}
.empty {
  padding: 48px;
  text-align: center;
  color: var(--muted);
}
.guide-grid,
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.guide-grid article,
.news-grid article {
  display: flex;
  flex-direction: column;
  min-height: 300px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.guide-grid article:first-child,
.news-grid article:first-child {
  background: var(--ink);
  color: #fff;
}
.guide-grid article:first-child p,
.guide-grid article:first-child span,
.news-grid article:first-child p,
.news-grid article:first-child span {
  color: #c7d8ea;
}
.article-card-image {
  display: block;
  width: calc(100% + 56px);
  aspect-ratio: 1.6;
  margin: -28px -28px 22px;
  border-radius: 15px 15px 10px 10px;
  object-fit: cover;
}
.guide-grid span,
.news-grid span {
  color: #3c76a6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.guide-grid h2,
.news-grid h2 {
  margin: 18px 0 12px;
  font-size: 27px;
  letter-spacing: -0.05em;
  line-height: 1.07;
}
.guide-grid p,
.news-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.guide-grid a,
.news-grid a {
  margin-top: auto;
  padding-top: 22px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
}
.page-content {
  max-width: 880px;
  padding: clamp(55px, 8vw, 110px) clamp(22px, 9vw, 150px);
}
.page-content h2 {
  margin: 42px 0 12px;
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.page-content p,
.page-content li {
  color: #41566b;
}
.page-content li {
  margin: 8px 0;
}
.callout {
  margin: 30px 0;
  padding: 23px;
  border-left: 4px solid var(--blue);
  border-radius: 0 13px 13px 0;
  background: #eaf6ff;
}
.article-page {
  max-width: 840px;
  padding: clamp(58px, 8vw, 110px) clamp(22px, 9vw, 150px);
}
.article-page .article-label {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.article-page h1 {
  margin: 15px 0 20px;
  font-size: clamp(42px, 5.6vw, 73px);
  letter-spacing: -0.07em;
  line-height: 0.97;
}
.article-page .deck {
  max-width: 670px;
  color: var(--muted);
  font-size: 21px;
}
.article-page h2 {
  margin: 46px 0 12px;
  font-size: 32px;
  letter-spacing: -0.05em;
  line-height: 1.1;
}
.article-page p,
.article-page li {
  max-width: 720px;
  color: #405469;
}
.article-page li {
  margin: 9px 0;
}
.article-page .article-meta {
  color: #6f8293;
  font-size: 13px;
}
.article-cover {
  margin: 28px 0 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--mist);
  box-shadow: var(--shadow);
}
.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
}
.article-page .article-source {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}
@media (max-width: 900px) {
  .site-header {
    min-height: 70px;
  }
  .brand {
    width: 150px;
  }
  .site-nav {
    gap: 18px;
  }
  .header-cta {
    padding: 0 13px;
  }
  .home-hero {
    grid-template-columns: 1fr;
    gap: 55px;
  }
  .hero-card {
    max-width: 440px;
  }
  .trust-strip {
    grid-template-columns: 1fr;
  }
  .role-preview,
  .editorial-grid,
  .guide-grid,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .split-feature,
  .job-layout {
    grid-template-columns: 1fr;
  }
  .detail-panel {
    position: static;
  }
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-footer > div:first-child {
    grid-column: 1/-1;
  }
  .filters {
    grid-template-columns: 1fr 1fr;
  }
  .filters input {
    grid-column: 1/-1;
  }
}
@media (max-width: 720px) {
  .site-header {
    padding-inline: 20px;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: var(--ink);
    font-weight: 800;
  }
  .header-cta {
    display: none;
  }
  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    padding: 12px 20px 20px;
    border-bottom: 1px solid var(--line);
    background: #fff;
  }
  .site-nav.open {
    display: grid;
  }
  .site-nav a {
    padding: 11px 0;
  }
  .home-hero {
    min-height: 0;
    gap: 30px;
    padding: 44px 22px;
  }
  .hero-card {
    padding: 22px;
  }
  .trust-strip > div {
    padding: 16px 22px;
  }
  .section,
  .page-content,
  .article-page {
    padding-inline: 22px;
  }
  .telegram-banner {
    display: block;
    margin-inline: 22px;
  }
  .telegram-banner .button {
    width: 100%;
    margin-top: 27px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding-inline: 22px;
  }
  .site-footer > div:first-child {
    grid-column: auto;
  }
  .filters {
    grid-template-columns: 1fr;
  }
  .filters input {
    grid-column: auto;
  }
  .home-hero h1 {
    font-size: 56px;
  }
  .page-hero {
    padding-inline: 22px;
  }
  .jobs-intro {
    grid-template-columns: auto 1fr;
    gap: 11px;
    padding: 13px 22px;
  }
  .jobs-intro .source-note {
    grid-column: 1/-1;
    white-space: normal;
  }
  .job-list .role-card {
    padding: 22px;
  }
  .role-card h3 {
    font-size: 24px;
  }
}
