.blog-page { background: #fff; }
.blog-page .site-header .shell { min-height: 78px; }
.blog-page .landing-nav-links,
.blog-page .landing-header-actions { display: flex; align-items: center; }
.blog-page .landing-nav-links { gap: 8px; }
.blog-page .landing-header-actions { gap: 8px; }
.blog-page .landing-nav-links a,
.blog-page .landing-header-login,
.blog-page .landing-header-register {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: var(--ink-700);
  font-size: var(--step--1);
  font-weight: 590;
  text-decoration: none;
  border-radius: 999px;
}
.blog-page .landing-nav-links a:focus-visible,
.blog-page .landing-header-login:focus-visible { color: var(--ink-900); background: #edf7f2; }
.blog-page .landing-header-login { color: var(--ink-800); border: 1px solid var(--line-strong); }
.blog-page .landing-header-register { color: #fff; background: var(--green-700); border: 1px solid var(--green-700); }
.blog-page .landing-header-register:focus-visible { color: #fff; background: var(--green-800); }
.blog-page .lang-pick { border-radius: 999px; }
@media (hover: hover) and (pointer: fine) {
  .blog-page .landing-nav-links a:hover,
  .blog-page .landing-header-login:hover { color: var(--ink-900); background: #edf7f2; }
  .blog-page .landing-header-register:hover { color: #fff; background: var(--green-800); }
}
.blog-hero {
  padding: clamp(58px, 8vw, 104px) 0 52px;
  border-bottom: 0;
  background:
    radial-gradient(circle at 82% 15%, rgba(255,255,255,.94), transparent 30%),
    linear-gradient(135deg, #edf8ee 0%, #eef7f8 100%);
}
.blog-hero h1 { max-width: 21ch; font-weight: 700; letter-spacing: -.035em; }
.blog-hero .lede { max-width: 68ch; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 18px; color: var(--ink-600); font-size: var(--step--1); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.blog-card {
  min-width: 0;
  min-height: 294px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  color: inherit;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 32px;
  background: #edf8ee;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}
.blog-card:nth-child(4n + 2) { background: #edf6fb; }
.blog-card:nth-child(4n + 3) { background: #f5effb; }
.blog-card:nth-child(4n + 4) { background: #fff5e8; }
.blog-card:focus-visible { color: inherit; border-color: var(--green-600); }
@media (hover: hover) and (pointer: fine) {
  .blog-card:hover { color: inherit; border-color: rgba(16,35,31,.16); box-shadow: 0 18px 44px -34px rgba(16,35,31,.55); }
}
.blog-card h2 { margin: 0 0 10px; font-size: var(--step-2); }
.blog-card p { color: var(--ink-700); font-size: var(--step--1); }
.blog-card .blog-card-link {
  min-height: 44px;
  margin-top: auto;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  color: var(--ink-900);
  background: rgba(255,255,255,.82);
  border-radius: 999px;
  font-weight: 650;
}
.article-shell { width: min(100% - 40px, 820px); margin: 0 auto; padding: 52px 0 84px; }
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  color: var(--ink-600);
  font-size: var(--step--1);
}
.breadcrumbs a { color: inherit; }
.article-shell h2 { margin-top: 48px; margin-bottom: 16px; }
.article-shell h3 { margin-top: 32px; margin-bottom: 12px; font-size: var(--step-1); }
.article-shell p, .article-shell li { color: var(--ink-700); }
.article-shell ol, .article-shell ul { max-width: 72ch; }
.article-shell > section {
  margin-top: 24px;
  padding: 34px 36px;
  border-radius: 32px;
  background: #f1f8f2;
}
.article-shell > section:nth-of-type(2) { background: #eef7fb; }
.article-shell > section:nth-of-type(3) { background: #f6f0fb; }
.article-shell > section:nth-of-type(4) { background: #fff6e9; }
.article-shell > section > h2:first-child { margin-top: 0; }
.article-callout { margin: 30px 0; padding: 22px 24px; border-left: 0; border-radius: 22px; background: rgba(255,255,255,.78); }
.article-callout p:last-child { margin-bottom: 0; }
.article-steps { counter-reset: article-step; list-style: none; padding: 0; }
.article-steps li { counter-increment: article-step; position: relative; padding: 0 0 24px 52px; }
.article-steps li::before { content: counter(article-step); position: absolute; left: 0; top: -2px; width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--green-700); border-radius: 50%; font-weight: 700; }
.article-steps li::after { content: ''; position: absolute; left: 16px; top: 36px; bottom: 4px; width: 1px; background: var(--line); }
.article-steps li:last-child::after { display: none; }
.article-cta { margin-top: 30px; padding: 34px 36px; border: 0; border-radius: 32px; background: #c9efb4; }
.article-resources { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.article-resources a { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-800); background: #fff; font-weight: 620; text-decoration: none; }
@media (hover: hover) and (pointer: fine) { .article-resources a:hover { border-color: var(--green-600); background: var(--green-50); } }
.article-depth { margin-top: 34px; }
.article-questions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 24px 0 40px; }
.article-questions section { margin: 0; padding: 22px; border: 1px solid rgba(21, 87, 66, .12); border-radius: 22px; background: rgba(255, 255, 255, .72); }
.article-questions h3 { margin-top: 0; }
.article-questions p { margin-bottom: 0; }
.article-mistakes { display: grid; gap: 12px; }
.article-summary { margin-top: 28px; padding: 22px 24px; border-left: 3px solid var(--green-600); border-radius: 0 18px 18px 0; background: rgba(255, 255, 255, .76); }
.article-cta h2 { margin-top: 0; max-width: 22ch; }
.article-cta p { max-width: 56ch; color: #23483d; }
.article-cta .btn { min-width: 180px; border-radius: 999px; }
.article-related { margin-top: 58px; padding-top: 34px; border-top: 1px solid var(--line); }
.article-related ul { list-style: none; padding: 0; display: grid; gap: 10px; }
.article-related li { margin: 0; }
.article-related a {
  min-height: 54px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink-800);
  background: var(--ink-50);
  border-radius: 18px;
  text-decoration: none;
}
.article-related a::after { content: '→'; flex: none; color: var(--green-700); }
.article-related a:focus-visible { color: var(--ink-900); background: var(--green-50); }
@media (hover: hover) and (pointer: fine) {
  .article-related a:hover { color: var(--ink-900); background: var(--green-50); }
}
@media (min-width: 1200px) {
  .blog-page .site-header .shell { min-height: 98px; }
  .blog-page .landing-nav-links,
  .blog-page .landing-header-actions { gap: 10px; }
  .blog-page .landing-nav-links a,
  .blog-page .landing-header-login,
  .blog-page .landing-header-register { min-height: 55px; padding-inline: 15px; }
  .blog-hero { padding: clamp(65px, 8vw, 115px) 0 55px; }
  .blog-meta { gap: 10px 23px; margin-top: 23px; }
  .blog-grid { gap: 28px; }
  .blog-card { min-height: 368px; padding: 35px; border-radius: 40px; }
  .blog-card h2 { margin-bottom: 13px; }
  .article-shell { width: min(100% - 50px, 1025px); padding: 65px 0 105px; }
  .breadcrumbs { margin-bottom: 33px; }
  .article-shell h2 { margin-top: 60px; margin-bottom: 20px; }
  .article-shell h3 { margin-top: 40px; margin-bottom: 15px; }
  .article-shell > section { margin-top: 30px; padding: 43px 45px; border-radius: 40px; }
  .article-callout { margin-block: 38px; padding: 28px 30px; border-radius: 28px; }
  .article-steps li { padding: 0 0 30px 65px; }
  .article-steps li::before { width: 43px; height: 43px; }
  .article-steps li::after { left: 20px; top: 45px; bottom: 5px; }
  .article-cta { margin-top: 38px; padding: 43px 45px; border-radius: 40px; }
  .article-related { margin-top: 73px; padding-top: 43px; }
  .article-related li { margin-block: 13px; }
}
@media (max-width: 900px) { .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 960px) {
  .blog-page .site-header .shell { min-height: 70px; flex-wrap: nowrap; padding-block: 0; }
  .blog-page .landing-menu-panel { align-items: stretch; gap: 10px; }
  .blog-page .landing-nav-links {
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    overflow: visible;
    border: 0;
  }
  .blog-page .landing-nav-links a {
    min-height: 42px;
    padding-inline: 4px;
    justify-content: flex-start;
    font-size: 1.08rem;
    border-radius: 0;
  }
  .blog-page .lang-switch {
    min-height: 48px;
    margin-top: 6px;
    padding-top: 10px;
    justify-content: flex-start;
    border-top: 1px solid var(--line);
  }
  .blog-page .landing-header-actions {
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 8px;
    border-top: 1px solid var(--line);
  }
  .blog-page .landing-header-login,
  .blog-page .landing-header-register {
    min-height: 44px;
    width: auto;
    padding-inline: 14px;
    justify-content: center;
    font-size: var(--step-0);
  }
}
@media (max-width: 620px) {
  .blog-grid { grid-template-columns: 1fr; }
  .article-shell { width: min(100% - 30px, 820px); padding-top: 36px; }
  .blog-hero { padding-top: 38px; }
  .blog-card { min-height: 0; padding: 24px; border-radius: 24px; }
  .article-shell > section { padding: 26px 20px; border-radius: 24px; }
  .article-callout { padding: 20px; border-radius: 18px; }
  .article-questions { grid-template-columns: 1fr; }
  .article-questions section { padding: 20px; }
  .article-summary { padding: 20px; }
  .article-cta { padding: 28px 22px; border-radius: 24px; }
  .article-cta .btn { width: 100%; }
  .article-related a { border-radius: 16px; }
}
