/* GENERATED FILE - do not edit. Source: src/styles/. Rebuild: npm run build */
/* Blog index and article */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.blog-kicker {
  display: inline-block;
  color: var(--blue-2);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

/* -------------------------------------------------------------- Index */
.blog-index { padding: 72px 0 112px; }
.blog-index-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(54px, 7vw, 100px);
  align-items: start;
}
.blog-filters {
  position: sticky;
  top: 112px;
  padding-right: 28px;
  border-right: 1px solid var(--border);
}
.blog-search {
  height: 46px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid var(--border-strong);
  border-radius: 11px;
  background: var(--white);
  color: var(--muted);
  transition: border-color .16s ease, box-shadow .16s ease;
}
.blog-search:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(0, 97, 255, .1);
}
.blog-search svg { width: 19px; height: 19px; flex: 0 0 19px; }
.blog-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
}
.blog-search input::placeholder { color: var(--muted); }
.blog-filter-group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: 25px;
}
.blog-filter-group > span {
  margin: 0 0 7px 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 650;
}
.blog-filter-group button {
  padding: 7px 9px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 550;
  text-align: left;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.blog-filter-group button:hover { background: var(--bg-warm); color: var(--ink); }
.blog-filter-group button.active { background: var(--blue-soft); color: var(--blue-2); font-weight: 750; }
.blog-feed { min-width: 0; }
.blog-feed-head { margin-bottom: 38px; }
.blog-feed-head h1 {
  margin: 0 0 12px;
  font-size: clamp(36px, 4.2vw, 52px);
  line-height: 1.03;
  letter-spacing: -.047em;
}
.blog-feed-head p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 28px; }
.blog-card { min-width: 0; }
.blog-card[hidden] { display: none; }
.blog-card a { display: block; }
.blog-card-art {
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  box-shadow: none;
  transition: transform .25s cubic-bezier(.22,.7,.22,1);
}
.blog-card a:hover .blog-card-art { transform: translateY(-4px); }
.update-art {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: auto 1fr auto;
  padding: clamp(23px, 2.4vw, 31px);
  color: #fff;
  background:
    radial-gradient(circle at 83% 23%, rgba(255,255,255,.18) 0 1.3%, transparent 1.5%),
    radial-gradient(circle at 77% 72%, rgba(251,191,36,.93) 0 4%, transparent 4.2%),
    linear-gradient(135deg, #0a1632 0%, #003caa 48%, #0061ff 76%, #84aaff 100%);
}
.update-art::before {
  content: '';
  position: absolute;
  width: 330px;
  height: 330px;
  right: -85px;
  top: -100px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255,255,255,.055), 0 0 0 84px rgba(255,255,255,.035);
}
.update-art-label { position: relative; z-index: 1; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; opacity: .78; }
.update-art-version {
  position: relative;
  z-index: 1;
  grid-row: 2;
  align-self: end;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 900;
  line-height: .83;
  letter-spacing: -.075em;
}
.update-art-copy { position: relative; z-index: 1; grid-row: 3; align-self: end; margin-top: 15px; font-size: 17px; font-weight: 650; }
.update-art-wave {
  position: relative;
  z-index: 1;
  grid-column: 2;
  grid-row: 1 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.update-art-astra svg, .update-art-chat svg { width: 150px; max-width: 100%; height: auto; }
.update-art-wave i { width: 7px; border-radius: 999px; background: #fff; box-shadow: 0 3px 14px rgba(0,0,0,.12); }
.update-art-wave i:nth-child(1), .update-art-wave i:nth-child(9) { height: 30px; opacity: .42; }
.update-art-wave i:nth-child(2), .update-art-wave i:nth-child(8) { height: 58px; opacity: .58; }
.update-art-wave i:nth-child(3), .update-art-wave i:nth-child(7) { height: 92px; opacity: .72; }
.update-art-wave i:nth-child(4), .update-art-wave i:nth-child(6) { height: 132px; opacity: .88; }
.update-art-wave i:nth-child(5) { height: 82px; }
.update-art-orbit { position: absolute; right: 26px; bottom: 22px; width: 10px; height: 10px; border-radius: 50%; background: #fff; box-shadow: -68px -202px 0 1px #fbbf24; }
.blog-card-body { padding: 20px 3px 0; }
.blog-card-category { display: block; margin-bottom: 9px; color: var(--blue-2); font-size: 10.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-card h2 {
  margin: 0;
  font-size: clamp(23px, 2.2vw, 30px);
  line-height: 1.16;
  letter-spacing: -.03em;
  transition: color .16s ease;
}
.blog-card a:hover h2 { color: var(--blue-2); }
.blog-card-body > p { margin: 10px 0 17px; color: var(--muted); font-size: 15px; line-height: 1.55; }
.blog-author { display: inline-flex; align-items: center; gap: 10px; }
.blog-author-avatar {
  width: 36px;
  height: 36px;
  display: block;
  flex: 0 0 36px;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  object-fit: cover;
}
.blog-author > span:last-child { display: flex; align-items: center; gap: 7px; }
.article-byline > span:nth-child(2) { display: flex; flex-direction: column; }
.blog-author strong, .article-byline strong { font-size: 13px; line-height: 1.25; }
.blog-author > span:last-child > span { color: #9aa5b4; font-size: 12px; }
.blog-author time { color: var(--muted); font-size: 12px; line-height: 1.3; }
.article-byline small { margin-top: 2px; color: var(--muted); font-size: 11.5px; line-height: 1.3; }
.blog-empty { padding: 28px; border: 1px dashed var(--border-strong); border-radius: 14px; color: var(--muted); text-align: center; }
.blog-journey {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-top: 72px;
  padding: 24px 25px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
}
.blog-journey-logo { width: 42px; height: 42px; display: block; border-radius: 12px; }
.blog-journey-copy > span { display: block; margin-bottom: 4px; color: var(--blue-2); font-size: 9.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.blog-journey h2 { margin: 0; font-size: 20px; line-height: 1.2; letter-spacing: -.02em; }
.blog-journey p { margin: 5px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.45; }
.blog-journey .btn { padding: 11px 17px; font-size: 12px; white-space: nowrap; }

/* -------------------------------------------------------------- Article */
.blog-article-page { background: var(--bg); }
.article-head { max-width: 980px; padding-top: 78px; padding-bottom: 46px; }
.article-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-bottom: 34px; color: var(--muted); font-size: 11px; font-weight: 600; }
.article-breadcrumbs a:hover { color: var(--blue-2); }
.article-breadcrumbs span:last-child { color: var(--ink-2); }
.article-head h1 {
  max-width: 900px;
  margin: 12px 0 22px;
  font-size: clamp(40px, 5.2vw, 64px);
  line-height: 1.03;
  letter-spacing: -.047em;
}
.article-deck { max-width: 760px; margin: 0; color: var(--ink-2); font-size: clamp(17px, 1.7vw, 20px); line-height: 1.55; }
.article-byline { display: flex; align-items: center; gap: 11px; margin-top: 28px; }
.article-author-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px var(--border-strong);
}
.article-read-time { margin-left: 5px; padding-left: 16px; border-left: 1px solid var(--border-strong); color: var(--muted); font-size: 12px; font-weight: 650; }
.article-video-wrap { max-width: 1080px; padding-bottom: 68px; }
.article-video {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #071329;
  box-shadow: 0 22px 64px rgba(7, 19, 41, .16);
}
.article-video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: #071329;
  cursor: pointer;
}
.article-video-poster::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 14, 32, .18), transparent 42%);
  pointer-events: none;
}
.article-video-poster img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease, filter .25s ease; }
.article-video-poster:hover img { transform: scale(1.012); filter: brightness(.96); }
.article-video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 14px 34px rgba(0, 48, 140, .3);
  transform: translate(-50%, -50%);
  transition: transform .18s ease, background .18s ease;
}
.article-video-play svg { width: 40px; height: 40px; transform: translateX(1px); }
.article-video-poster:hover .article-video-play { background: var(--blue-2); transform: translate(-50%, -50%) scale(1.06); }
.article-video-poster:focus-visible { outline: 4px solid var(--yellow); outline-offset: -6px; }
.article-video-duration { position: absolute; right: 16px; bottom: 14px; z-index: 2; padding: 5px 8px; border-radius: 6px; background: rgba(3, 14, 32, .82); color: #fff; font-size: 12px; font-weight: 750; }
.article-video-caption { margin-top: 16px; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: center; }
.article-video-frame { width: 100%; height: 100%; display: block; border: 0; }
.article-video-fallback { position: absolute; inset: 0; display: grid; place-items: center; color: #fff; }
.article-layout {
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 690px) 286px;
  gap: 82px;
  align-items: start;
  padding-bottom: 116px;
}
.article-body { min-width: 0; color: var(--ink-2); font-size: 17px; line-height: 1.75; }
.article-body > p:first-child { margin-top: 0; }
.article-lead { color: var(--ink); font-size: 20px; font-weight: 520; line-height: 1.65; }
.article-body section { scroll-margin-top: 110px; margin-top: 78px; }
.article-section-number { display: block; margin-bottom: 12px; color: var(--blue-2); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 800; }
.article-body h2 { margin: 0 0 18px; color: var(--ink); font-size: 28px; line-height: 1.16; letter-spacing: -.025em; }
.article-body p { margin: 0 0 20px; }
.article-body .article-release-notes { margin-top: 30px; }
.article-release-notes a { color: var(--blue-2); text-decoration: underline; text-underline-offset: 3px; }
.article-release-notes a:hover { color: var(--blue); }
.video-play { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 52px; border-radius: 50%; background: var(--blue); color: #fff; box-shadow: 0 10px 24px rgba(0,97,255,.2); }
.video-play svg { width: 24px; height: 24px; }
.article-feature-panel {
  margin-top: 36px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--shadow-sm);
}
.feature-panel-label { display: block; margin-bottom: 20px; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.voice-demo { display: grid; grid-template-columns: auto auto 1fr; gap: 16px; align-items: center; }
.voice-dot { width: 12px; height: 12px; border-radius: 50%; background: #dc2626; box-shadow: 0 0 0 5px rgba(220,38,38,.12); }
.voice-bars { display: flex; align-items: center; gap: 3px; height: 38px; }
.voice-bars i { width: 3px; border-radius: 99px; background: var(--blue); }
.voice-bars i:nth-child(1), .voice-bars i:nth-child(8) { height: 9px; }
.voice-bars i:nth-child(2), .voice-bars i:nth-child(7) { height: 18px; }
.voice-bars i:nth-child(3), .voice-bars i:nth-child(6) { height: 29px; }
.voice-bars i:nth-child(4) { height: 20px; }
.voice-bars i:nth-child(5) { height: 36px; }
.voice-copy { min-width: 0; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.feature-pills span { padding: 6px 10px; border-radius: 999px; background: var(--bg-warm); color: var(--ink-2); font-size: 10px; font-weight: 700; }
.article-pullquote { position: relative; margin: 72px 0 0; padding: 30px 32px 30px 72px; border-left: 4px solid var(--yellow); border-radius: 0 18px 18px 0; background: #fff8db; }
.article-pullquote > span { position: absolute; left: 24px; top: 20px; color: #d79a00; font-size: 54px; font-weight: 900; line-height: 1; }
.article-pullquote p { margin: 0; color: var(--ink); font-size: 21px; font-weight: 720; line-height: 1.45; letter-spacing: -.02em; }
.article-check-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 0; list-style: none; }
.article-check-list li { position: relative; padding-left: 34px; }
.article-check-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 12px; font-weight: 900; }
.article-signoff { display: flex; gap: 16px; align-items: flex-start; margin-top: 78px; padding-top: 28px; border-top: 1px solid var(--border); }
.article-signoff img { width: 44px; height: 44px; border-radius: 11px; }
.article-signoff p { margin: 0; font-size: 14px; line-height: 1.55; }
.article-sidebar { position: sticky; top: 105px; display: flex; flex-direction: column; gap: 22px; }
.article-sidebar-card { padding: 25px; border: 1px solid var(--border); border-radius: 19px; background: var(--white); box-shadow: var(--shadow-md); }
.article-sidebar-label { color: var(--blue-2); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-sidebar-card h2 { margin: 10px 0 11px; font-size: 27px; line-height: 1.05; letter-spacing: -.035em; }
.article-sidebar-card p { margin: 0 0 20px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.article-sidebar-card small { display: block; margin-top: 11px; color: var(--muted); font-size: 9.5px; font-weight: 650; text-align: center; }
.article-contents {
  padding: 20px 18px;
  border: 1px solid var(--border);
  border-radius: 17px;
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow-sm);
}
.article-contents-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.article-contents-head > span:first-child { color: var(--ink); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.article-contents-progress { color: var(--muted); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; font-weight: 700; }
.article-contents-progress strong { color: var(--blue-2); }
.article-contents-list { position: relative; display: flex; flex-direction: column; }
.article-contents-list::before { content: ''; position: absolute; left: 12px; top: 17px; bottom: 17px; width: 1px; background: var(--border-strong); }
.article-contents a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 38px;
  color: var(--muted);
}
.article-contents a > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid var(--border-strong);
  border-radius: 50%;
  background: var(--white);
  color: #8997aa;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 8px;
  font-weight: 800;
  transition: color .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.article-contents a > strong { overflow: hidden; font-size: 11.5px; font-weight: 620; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; transition: color .18s ease, transform .18s ease; }
.article-contents a:hover > span { border-color: #8eb5ff; color: var(--blue-2); }
.article-contents a:hover > strong { color: var(--ink); transform: translateX(2px); }
.article-contents a.active > span { border-color: var(--blue); background: var(--blue); color: #fff; box-shadow: 0 0 0 4px var(--blue-soft); }
.article-contents a.active > strong { color: var(--ink); font-weight: 760; }
.article-bottom-cta { padding: 84px 0; background: var(--white); }
.article-bottom-cta-shell {
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  overflow: hidden;
  padding: clamp(46px, 6vw, 76px);
  border: 1px solid var(--border);
  border-radius: 28px;
  background: #fbfcff;
  box-shadow: var(--shadow-sm);
}
.article-bottom-cta-copy { position: relative; z-index: 1; }
.article-bottom-cta h2 { max-width: 560px; margin: 13px 0 18px; font-size: clamp(38px, 4.6vw, 57px); line-height: 1.03; letter-spacing: -.047em; }
.article-bottom-cta p { max-width: 560px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.65; }
.article-bottom-cta p strong { color: var(--ink); }
.article-bottom-cta-actions { display: flex; align-items: center; gap: 20px; margin-top: 28px; }
.article-bottom-cta-actions > span { color: var(--muted); font-size: 12px; font-weight: 650; white-space: nowrap; }
.article-bottom-cta-visual {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 1px solid #dce5f4;
  border-radius: 23px;
  background:
    radial-gradient(circle at 80% 15%, rgba(251,191,36,.3), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(0,97,255,.15), transparent 30%),
    #fff;
}
.article-bottom-cta-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: radial-gradient(#ccd8ea 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(135deg, rgba(0,0,0,.65), transparent 68%);
}
.cta-flow-card {
  position: relative;
  z-index: 1;
  width: min(100%, 310px);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 30px rgba(11,30,63,.09);
}
.cta-flow-card > span:nth-child(2) { display: flex; flex-direction: column; min-width: 0; }
.cta-flow-card strong { color: var(--ink); font-size: 13px; }
.cta-flow-card small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.cta-flow-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; border-radius: 10px; background: var(--blue-soft); color: var(--blue-2); font-size: 22px; font-weight: 500; }
.cta-flow-icon svg { width: 18px; height: 18px; }
.cta-flow-arrow { position: relative; z-index: 1; height: 28px; display: grid; place-items: center; color: #9aaac1; font-size: 17px; }
.cta-flow-result { border-color: #b7dfcc; background: #f7fff9; }
.cta-flow-result img { width: 34px; height: 34px; flex: 0 0 34px; border-radius: 9px; }
.cta-ready-dot { width: 8px; height: 8px; margin-left: auto; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
.article-keep-reading { padding: 82px 0 96px; text-align: center; }
.article-keep-reading > .container > h2 { margin: 10px 0 18px; font-size: clamp(36px, 5vw, 56px); letter-spacing: -.045em; }
.article-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; max-width: 872px; margin: 36px auto 28px; }
.article-related-card { min-width: 0; text-align: left; }
@media (max-width: 640px) {
  .article-related-grid { grid-template-columns: 1fr; max-width: 420px; }
}
.text-link { color: var(--blue-2); font-size: 14px; font-weight: 750; }
.text-link span { display: inline-block; margin-left: 4px; transition: transform .15s ease; }
.text-link:hover span { transform: translateX(3px); }

/* -------------------------------------------------------------- Responsive */
@media (max-width: 980px) {
  .blog-index-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 46px; }
  .blog-filters { padding-right: 22px; }
  .blog-grid { grid-template-columns: 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr) 250px; gap: 50px; }
  .article-bottom-cta-shell { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
}

@media (max-width: 780px) {
  .blog-index { padding-top: 44px; }
  .blog-index-layout { grid-template-columns: 1fr; gap: 42px; }
  .blog-filters { position: static; display: grid; grid-template-columns: minmax(180px, .75fr) 1.25fr; gap: 18px; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--border); }
  .blog-filter-group { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; }
  .blog-filter-group > span { width: 100%; margin: 0 0 3px; }
  .blog-feed-head { margin-bottom: 34px; }
  .article-head { padding-top: 52px; }
  .article-video-wrap { padding-bottom: 52px; }
  .article-layout { grid-template-columns: 1fr; gap: 56px; }
  .article-sidebar { position: static; display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; order: -1; }
  .article-bottom-cta-shell { grid-template-columns: 1fr; }
  .article-bottom-cta-visual { min-height: 300px; }
}

@media (max-width: 560px) {
  .blog-index { padding: 32px 0 76px; }
  .blog-filters { grid-template-columns: 1fr; }
  .blog-filter-group { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .blog-filter-group::-webkit-scrollbar { display: none; }
  .blog-filter-group > span { display: none; }
  .blog-filter-group button { flex: 0 0 auto; white-space: nowrap; }
  .blog-feed-head h1 { font-size: 36px; }
  .blog-feed-head p { font-size: 16px; }
  .blog-card-art { border-radius: 15px; }
  .update-art { grid-template-columns: 1fr; padding: 27px; }
  .update-art-version { font-size: 65px; }
  .update-art-copy { font-size: 14px; }
  .update-art-wave { position: absolute; right: 20px; top: 47px; height: 120px; }
  .update-art-astra, .update-art-chat { width: 120px; }
  .update-art-wave i { width: 5px; }
  .update-art-wave i:nth-child(1), .update-art-wave i:nth-child(9) { height: 20px; }
  .update-art-wave i:nth-child(2), .update-art-wave i:nth-child(8) { height: 36px; }
  .update-art-wave i:nth-child(3), .update-art-wave i:nth-child(7) { height: 52px; }
  .update-art-wave i:nth-child(4), .update-art-wave i:nth-child(6) { height: 70px; }
  .update-art-wave i:nth-child(5) { height: 48px; }
  .blog-card-body { padding-top: 18px; }
  .blog-card h2 { font-size: 25px; }
  .blog-card-body > p { font-size: 14px; }
  .blog-journey { grid-template-columns: auto minmax(0, 1fr); margin-top: 56px; padding: 20px; }
  .blog-journey .btn { grid-column: 1 / -1; width: 100%; justify-content: center; }
  .article-head { padding-top: 36px; padding-bottom: 34px; }
  .article-breadcrumbs { margin-bottom: 26px; }
  .article-head h1 { font-size: 38px; }
  .article-deck { font-size: 17px; }
  .article-video-wrap { padding-left: 16px; padding-right: 16px; }
  .article-video { border-radius: 20px; }
  .article-layout { padding-bottom: 78px; }
  .article-sidebar { display: block; }
  .article-contents { display: none; }
  .article-body { font-size: 16px; line-height: 1.68; }
  .article-lead { font-size: 18px; }
  .article-body section { margin-top: 62px; }
  .article-body h2 { font-size: 25px; }
  .article-feature-panel { padding: 20px; }
  .voice-demo { grid-template-columns: auto 1fr; }
  .voice-copy { grid-column: 1 / -1; white-space: normal; }
  .article-pullquote { padding: 27px 24px 27px 56px; }
  .article-pullquote > span { left: 17px; }
  .article-pullquote p { font-size: 18px; }
  .article-bottom-cta { padding: 64px 16px; }
  .article-bottom-cta-shell { gap: 38px; padding: 36px 22px 22px; border-radius: 22px; }
  .article-bottom-cta h2 { font-size: 39px; }
  .article-bottom-cta-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .article-bottom-cta-actions .btn { width: 100%; justify-content: center; padding-left: 18px; padding-right: 18px; }
  .article-bottom-cta-actions > span { text-align: center; }
  .article-bottom-cta-visual { min-height: 286px; padding: 22px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .blog-card-art, .resource-update-card { transition: none; }
}
