/* Сгенерировано node wordpress/build-chrome-css.mjs из apps/web/src/index.css.
   Руками не править: гейт blog-chrome-check.mjs пересобирает файл и сверяет. */

.brandIcon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
}
.brandIcon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.landingNav,
.landingHero,
.landingValueStrip {
  position: relative;
  z-index: 1;
  width: min(1265px, calc(100% - 160px));
  margin: 0 auto;
}
.landingNav {
  width: min(1424px, calc(100% - 112px));
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 28px;
  min-height: 80px;
  border-bottom: 1px solid rgba(25, 34, 28, 0.045);
}
.landingBrand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: #356d22;
  font-weight: 800;
  text-decoration: none;
}
.landingLogoIcon {
  display: grid;
  place-items: center;
  width: 182px;
  height: 64px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.landingNavLinks {
  display: flex;
  justify-content: center;
  gap: 92px;
  color: #0f1712;
  font-size: 14px;
  font-weight: 700;
}
.landingNavLinks a {
  text-decoration: none;
}
.landingLogin {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 102px;
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(120deg, #22a45c 0%, #15813f 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(28, 122, 64, 0.26);
  transition: transform 160ms var(--ease), box-shadow 160ms var(--ease), filter 160ms var(--ease);
}
.landingLogin:hover {
  transform: translateY(-1px) scale(1.04);
  filter: brightness(1.05);
  box-shadow: 0 16px 30px rgba(28, 122, 64, 0.34);
}
.landingLogin:focus-visible {
  outline: none;
  box-shadow: var(--ring);
}
.mobileMenuButton {
  display: none;
}
.mobileMenuSheet {
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
}
.mobileMenuBackdrop {
  position: absolute;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  background: rgba(16, 24, 16, 0.34);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  pointer-events: auto;
  cursor: pointer;
}
.mobileMenuPanel {
  position: absolute;
  top: 72px;
  right: 14px;
  left: 14px;
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(25, 34, 28, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 54px rgba(16, 24, 16, 0.22);
  pointer-events: auto;
}
.mobileMenuPanel a,
.mobileMenuPanel .mobileMenuLogin {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  border-radius: 12px;
  color: #0f1712;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.mobileMenuPanel a:active {
  background: #edf4e6;
}
.mobileMenuPanel .mobileMenuLogin {
  justify-content: center;
  margin-top: 4px;
  background: linear-gradient(120deg, #22a45c 0%, #15813f 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(28, 122, 64, 0.24);
}
.landingFooter {
  /* self-contained tokens — the footer renders outside .landingPage */
  --landing-content-width: 1265px;
  --f-ink: #1b2a1f;
  --f-strong: #0f3d24;
  --f-muted: #616f60;
  --f-line: #e9e1d1;
  --f-accent: #1f6b3b;
  --f-clay: #c2683d;
  --f-surface: #fdfaf3;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  position: relative;
  z-index: 1;
  width: min(var(--landing-content-width), calc(100% - 160px));
  margin: 16px auto 0;
}
.landingFooterCard {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: var(--f-ink);
}
.landingFooterCard::before {
  content: none;
}
.footerTop {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(360px, 1fr);
  gap: 56px;
  align-items: start;
  padding: 44px 0 36px;
}
.footerBrandBlock {
  display: grid;
  align-content: start;
  gap: 16px;
}
.footerBrand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}
.footerLogoMark {
  display: grid;
  place-items: center;
  width: 191px;
  height: 66px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footerTagline {
  max-width: 340px;
  color: var(--f-strong);
  font-family: var(--font-display, "Alegreya", Georgia, serif);
  font-size: 24px;
  line-height: 1.32;
  font-weight: 600;
}
.footerDescription {
  max-width: 340px;
  color: var(--f-muted);
  font-size: 14.5px;
  line-height: 1.64;
  font-weight: 500;
}
.footerCtaRow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-top: 8px;
}
.footerStartCta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--f-accent);
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(31, 107, 59, 0.22);
  transition: transform 150ms var(--ease), filter 150ms var(--ease), box-shadow 150ms var(--ease);
}
.footerLoginLink {
  color: var(--f-muted);
  font-size: 13.5px;
  font-weight: 600;
  text-decoration: none;
  transition: color 150ms var(--ease);
}
.footerLoginLink strong {
  color: var(--f-strong);
  font-weight: 800;
}
.footerLoginLink:hover {
  color: var(--f-strong);
}
.footerMeta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
  color: var(--f-muted);
  font-size: 13px;
  font-weight: 500;
}
.footerMeta > span {
  color: var(--f-ink);
  font-weight: 600;
}
.footerStartCta:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 18px 34px rgba(31, 107, 59, 0.28);
}
.footerStartCta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(31, 107, 59, 0.28);
}
.footerSocials {
  display: flex;
  gap: 10px;
}
.footerSocials a {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--f-line);
  border-radius: 11px;
  background: #ffffff;
  color: var(--f-strong);
  text-decoration: none;
  box-shadow: var(--shadow-sm, 0 1px 2px rgba(40, 33, 20, 0.06));
  transition: background 150ms var(--ease), transform 150ms var(--ease), border-color 150ms var(--ease), color 150ms var(--ease);
}
.footerSocials a:hover {
  background: var(--f-accent);
  border-color: var(--f-accent);
  color: #ffffff;
  transform: translateY(-2px);
}
.footerSocials a.footerSocialLabeled {
  width: auto;
  grid-auto-flow: column;
  gap: 8px;
  padding: 0 13px;
}
.footerSocials a.footerSocialLabeled span {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.footerNavGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 72px;
  justify-content: end;
}
.footerColumn {
  display: grid;
  gap: 13px;
  align-content: start;
}
.footerColumn h2,
.footerAppCard h2 {
  margin-bottom: 4px;
  color: var(--f-strong);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footerColumn a {
  color: var(--f-muted);
  font-size: 14.5px;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  transition: color 140ms var(--ease), transform 140ms var(--ease);
}
.footerColumn a:hover {
  color: var(--f-accent);
  transform: translateX(2px);
}
@media (max-width: 1360px) {
.landingNav,
  .landingHero,
  .landingReferenceDuo,
  .landingValueStrip,
  .landingFooter {
    width: min(100% - 64px, 1265px);
  }

.footerTop {
    grid-template-columns: 280px minmax(360px, 1fr);
    gap: 34px;
  }

.footerNavGrid {
    gap: 34px;
  }
}
@media (max-width: 1120px) {
.footerTop {
    grid-template-columns: 1fr;
  }

.footerBrandBlock {
    grid-template-columns: 1fr;
    gap: 20px;
  }

.footerDescription {
    max-width: 620px;
  }

.footerNavGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 860px) {
.landingNav {
    display: flex;
    align-items: center;
    min-height: 70px;
    padding: 14px 0;
  }

.landingNavLinks,
  .landingLogin {
    display: none;
  }

.mobileMenuButton {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #111513;
    cursor: pointer;
  }

.landingFooterCard {
    padding: 0;
  }

.footerTop {
    padding: 38px 30px 30px;
  }

.footerNavGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

.footerColumn {
    gap: 14px;
  }
}
@media (max-width: 620px) {
.landingNav,
  .landingHero,
  .landingReferenceDuo,
  .landingValueStrip,
  .seoLandingSection,
  .landingFooter {
    width: min(100% - 20px, 390px);
  }

.landingNav {
    display: flex;
    min-height: 58px;
    padding: 13px 0 0;
    border-bottom: 0;
  }

.landingBrand {
    color: #2f6f22;
    font-weight: 800;
  }

.landingLogoIcon {
    width: 101px;
    height: 35px;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

.landingNavLinks,
  .landingLogin {
    display: none;
  }

.mobileMenuButton {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border: 0;
    background: transparent;
    color: #111513;
    cursor: pointer;
  }

.landingFooter {
    width: min(100%, 318px);
    margin: 12px auto 0;
  }

.landingFooterCard {
    padding: 0;
    border-radius: 18px;
  }

.footerTop {
    gap: 26px;
    padding: 30px 22px 26px;
  }

.footerNavGrid {
    grid-template-columns: 1fr;
  }

.footerLogoMark {
    width: 146px;
    height: 51px;
  }

.footerTagline {
    font-size: 15px;
  }

.footerDescription {
    font-size: 13px;
  }

.footerSocials a {
    width: 42px;
    height: 42px;
  }

.footerNavGrid {
    gap: 24px;
  }

.footerColumn h2,
  .footerAppCard h2 {
    font-size: 15px;
  }

.footerColumn a,
  .footerAppCard p {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
.footerTop {
    grid-template-columns: 1fr;
  }
}
