.landing-shell {
  --landing-ink: #142033;
  --landing-surface: #ffffff;
  --landing-accent: #176b62;
  min-height: 100%;
  background: var(--landing-surface);
  color: var(--landing-ink);
}

.landing-shell .site-header {
  position: relative;
  z-index: 20;
  min-height: 72px;
  border-bottom: 1px solid rgba(20, 32, 51, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.landing-shell .skip-link {
  position: absolute;
  z-index: 100;
  left: -9999px;
  top: 0.75rem;
  padding: 0.65rem 0.9rem;
  border-radius: 4px;
  background: #fff;
  color: #142033;
}
.landing-shell .skip-link:focus { left: 0.75rem; }

.landing-shell .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem;
  min-height: 72px;
}
.landing-shell .brand { flex: 0 1 auto; min-width: 0; }
.landing-shell .brand-link { flex-wrap: nowrap; }
.landing-shell .main-nav { flex: 0 0 auto; width: auto; margin: 0; }
.landing-shell .brand-logo { width: 48px; height: 48px; object-fit: contain; }
.landing-shell .brand-name { font-family: Manrope, sans-serif; font-size: 1.05rem; font-weight: 800; }
.landing-shell .main-nav .btn { min-height: 42px; padding: 0.68rem 1.2rem; border-radius: 6px; }
.landing-shell main { min-height: 0; }
.landing-shell .site-footer { border-top: 0; }

.landing-page {
  overflow: clip;
  font-family: "Golos Text", sans-serif;
}

.landing-hero {
  position: relative;
  display: flex;
  height: calc(100svh - 190px);
  min-height: 540px;
  max-height: 650px;
  isolation: isolate;
  background-image: url('/images/landing/hero.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.landing-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: '';
  pointer-events: none;
}

.landing-hero__inner {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.landing-hero__copy {
  width: min(660px, 60%);
  min-width: 0;
  animation: landing-enter 0.65s ease-out both;
}

.landing-eyebrow {
  margin: 0 0 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
}

.landing-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: 4.35rem;
  font-weight: 800;
  line-height: 0.99;
  letter-spacing: 0;
  text-wrap: balance;
}

.landing-lead {
  max-width: 650px;
  margin: 1.45rem 0 0;
  font-size: 1.08rem;
  line-height: 1.65;
}

.landing-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.8rem;
}

.landing-button,
.landing-text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.landing-button { padding: 0.85rem 1.35rem; border: 1px solid transparent; border-radius: 6px; }
.landing-button--primary { background: var(--landing-accent); color: #fff; }
.landing-button--primary:hover { filter: brightness(0.94); color: #fff; }
.landing-button--ghost { border-color: currentColor; background: rgba(255, 255, 255, 0.08); color: inherit; }
.landing-button--ghost:hover { background: rgba(255, 255, 255, 0.16); color: inherit; }
.landing-text-link { min-height: 44px; border-bottom: 2px solid currentColor; color: inherit; }
.landing-text-link:hover { opacity: 0.78; color: inherit; }

.landing-inline-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 590px;
  margin: 2.1rem 0 0;
}

.landing-inline-facts div { min-width: 0; border-left: 2px solid currentColor; padding-left: 0.8rem; }
.landing-inline-facts dt { font-family: Manrope, sans-serif; font-size: 1rem; font-weight: 800; }
.landing-inline-facts dd { margin: 0.22rem 0 0; font-size: 0.76rem; line-height: 1.35; opacity: 0.8; }

.landing-trust { position: relative; min-height: 154px; }
.landing-trust .container { padding-top: 1.8rem; padding-bottom: 1.8rem; }
.landing-section-label { margin: 0 0 0.45rem; font-size: 0.72rem; font-weight: 800; text-transform: uppercase; }
.landing-trust h2 { margin: 0; font-family: Manrope, sans-serif; font-size: 1.55rem; line-height: 1.2; letter-spacing: 0; }
.landing-trust p { margin: 0.55rem 0 0; line-height: 1.5; }
.landing-trust a { font-weight: 800; }

/* Makpp: calm institutional editorial scene */
.landing-page--makpp { --landing-accent: #13776c; color: #f8fbfa; }
.landing-page--makpp .landing-hero { background-position: center 35%; }
.landing-page--makpp .landing-hero::before {
  background: linear-gradient(90deg, rgba(11, 34, 32, 0.93) 0%, rgba(11, 34, 32, 0.79) 35%, rgba(11, 34, 32, 0.16) 68%, rgba(11, 34, 32, 0.08) 100%);
}
.landing-page--makpp .landing-eyebrow { color: #f0a59d; }
.landing-page--makpp .landing-button--primary { background: #d96458; }
.landing-page--makpp .landing-inline-facts div { border-color: #72c2b4; }
.landing-trust--makpp { background: #eef5f3; color: #17322f; }
.makpp-trust-grid { display: grid; grid-template-columns: 1.55fr 0.75fr 1fr; gap: 0; align-items: stretch; }
.makpp-license-block { padding-right: 2rem; }
.makpp-proof { display: flex; flex-direction: column; justify-content: center; min-width: 0; border-left: 1px solid #b9d2cd; padding: 0.2rem 1.7rem; }
.makpp-proof strong { font-family: Manrope, sans-serif; font-size: 1.05rem; }
.makpp-proof span { margin-top: 0.35rem; font-size: 0.82rem; line-height: 1.45; color: #536d68; }

/* Modskill: bold route-led composition */
.landing-page--modskill { --landing-accent: #f45b4f; color: #fff; }
.landing-page--modskill .landing-hero { background-position: center 42%; }
.landing-page--modskill .landing-hero::before {
  background: linear-gradient(90deg, rgba(10, 23, 50, 0.96) 0%, rgba(10, 23, 50, 0.82) 37%, rgba(10, 23, 50, 0.2) 67%, rgba(10, 23, 50, 0.06) 100%);
}
.landing-page--modskill .landing-eyebrow { color: #71e2c3; }
.landing-page--modskill .landing-text-link { color: #fff; }
.landing-page--modskill .landing-hero__inner { position: relative; align-items: flex-start; padding-top: 3.2rem; }
.modskill-route {
  position: absolute;
  right: 1.25rem;
  bottom: 2.4rem;
  display: grid;
  grid-template-columns: repeat(3, 180px);
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(8, 20, 44, 0.82);
  backdrop-filter: blur(10px);
}
.modskill-route li { min-width: 0; border-left: 1px solid rgba(255, 255, 255, 0.22); padding: 1rem; }
.modskill-route span { display: block; color: #71e2c3; font-size: 0.7rem; font-weight: 800; }
.modskill-route strong { display: block; margin-top: 0.35rem; font-family: Manrope, sans-serif; font-size: 0.94rem; }
.modskill-route small { display: block; margin-top: 0.3rem; color: rgba(255, 255, 255, 0.72); font-size: 0.7rem; line-height: 1.35; }
.landing-trust--modskill { background: #0a1732; color: #fff; }
.modskill-trust-layout { display: grid; grid-template-columns: 1.15fr 1fr auto; gap: 2rem; align-items: center; }
.modskill-trust-layout p { color: #a9b8d4; }
.modskill-trust-layout a { border-bottom: 2px solid #71e2c3; color: #fff; text-decoration: none; }

/* Yaskill: clear digital-service signal */
.landing-page--yaskill { --landing-accent: #235fce; color: #fff; }
.landing-page--yaskill .landing-hero { background-position: center 42%; }
.landing-page--yaskill .landing-hero::before {
  background: linear-gradient(90deg, rgba(10, 49, 52, 0.93) 0%, rgba(10, 49, 52, 0.74) 36%, rgba(10, 49, 52, 0.16) 69%, rgba(10, 49, 52, 0.06) 100%);
}
.landing-page--yaskill .landing-eyebrow { color: #d8ff69; }
.landing-page--yaskill .landing-button--primary { background: #d8ff69; color: #163639; }
.landing-page--yaskill .landing-hero__copy { width: min(690px, 61%); }
.yaskill-signal {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  display: grid;
  width: 220px;
  margin: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.92);
  color: #163639;
}
.yaskill-signal div { border-bottom: 1px solid #c7d9d9; padding: 1.05rem 1.2rem; }
.yaskill-signal div:last-child { border-bottom: 0; }
.yaskill-signal dt { font-family: Manrope, sans-serif; font-size: 1.45rem; font-weight: 800; }
.yaskill-signal dd { margin: 0.18rem 0 0; color: #597171; font-size: 0.75rem; }
.landing-trust--yaskill { background: #d8ff69; color: #173437; }
.yaskill-trust-layout { display: grid; grid-template-columns: 0.65fr 1.45fr 1fr auto; gap: 1.6rem; align-items: center; }
.yaskill-trust-layout p { margin: 0; }
.yaskill-trust-layout a { border: 1px solid #173437; border-radius: 6px; padding: 0.75rem 1rem; color: #173437; text-decoration: none; }

@keyframes landing-enter {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .landing-hero__copy { animation: none; }
}

@media (max-width: 1100px) {
  .landing-hero h1 { font-size: 3.55rem; }
  .modskill-route { grid-template-columns: repeat(3, 154px); }
  .yaskill-signal { width: 190px; }
  .modskill-trust-layout,
  .yaskill-trust-layout { gap: 1.15rem; }
}

@media (max-width: 820px) {
  .landing-shell .site-header,
  .landing-shell .header-content { min-height: 64px; }
  .landing-shell .brand-logo { width: 42px; height: 42px; }
  .landing-hero { height: auto; min-height: 575px; max-height: none; }
  .landing-hero__inner {
    align-items: stretch;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .landing-page--modskill .landing-hero__inner { align-items: stretch; padding-top: 2.25rem; }
  .landing-hero__copy,
  .landing-page--yaskill .landing-hero__copy { width: 100%; }
  .landing-hero h1 { font-size: 2.85rem; line-height: 1.03; }
  .landing-lead { max-width: 560px; font-size: 1rem; line-height: 1.55; }
  .landing-page--makpp .landing-hero,
  .landing-page--modskill .landing-hero,
  .landing-page--yaskill .landing-hero { background-position: 62% center; }
  .landing-page--makpp .landing-hero::before,
  .landing-page--modskill .landing-hero::before,
  .landing-page--yaskill .landing-hero::before {
    background: linear-gradient(0deg, rgba(10, 31, 35, 0.96) 0%, rgba(10, 31, 35, 0.78) 54%, rgba(10, 31, 35, 0.16) 100%);
  }
  .modskill-route { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-top: 1.5rem; }
  .yaskill-signal { position: static; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; margin-top: 1.5rem; transform: none; }
  .yaskill-signal div { border-right: 1px solid #c7d9d9; border-bottom: 0; padding: 0.85rem; }
  .yaskill-signal div:last-child { border-right: 0; }
  .makpp-trust-grid,
  .modskill-trust-layout,
  .yaskill-trust-layout { grid-template-columns: 1fr; }
  .makpp-proof { border-top: 1px solid #b9d2cd; border-left: 0; padding: 1rem 0; }
  .modskill-trust-layout a,
  .yaskill-trust-layout a { justify-self: start; }
}

@media (max-width: 560px) {
  .landing-shell .brand-name { font-size: 0.88rem; }
  .landing-shell .main-nav .btn { min-height: 40px; padding: 0.58rem 0.85rem; }
  .landing-hero { min-height: 540px; }
  .landing-hero__inner { padding-top: 1.8rem; padding-bottom: 1.8rem; }
  .landing-hero h1 { font-size: 2.35rem; }
  .landing-eyebrow { margin-bottom: 0.8rem; font-size: 0.68rem; }
  .landing-lead { margin-top: 1rem; font-size: 0.92rem; }
  .landing-actions { align-items: stretch; flex-direction: column; margin-top: 1.25rem; }
  .landing-button,
  .landing-text-link { width: 100%; text-align: center; }
  .landing-inline-facts { gap: 0.5rem; margin-top: 1.35rem; }
  .landing-inline-facts div { padding-left: 0.55rem; }
  .landing-inline-facts dt { font-size: 0.82rem; }
  .landing-inline-facts dd { font-size: 0.65rem; }
  .modskill-route li { padding: 0.72rem 0.58rem; }
  .modskill-route strong { font-size: 0.78rem; }
  .modskill-route small { display: none; }
  .yaskill-signal dt { font-size: 1.05rem; }
  .yaskill-signal dd { font-size: 0.62rem; line-height: 1.25; }
  .landing-trust .container { padding-top: 1.35rem; padding-bottom: 1.35rem; }
  .landing-trust h2 { font-size: 1.2rem; }
  .landing-trust p { font-size: 0.82rem; }
}