:root{font-family:'DM Sans','Noto Sans KR',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#242526;background:#fbfcfb;font-synthesis:none;--surface:#fff;--soft:#f1f5f4;--line:#dce4e1;--muted:#596a65;--accent:#117b70;--ink:#242526;color-scheme:light}
:root[data-theme=dark]{color:#edf3f1;background:#101513;--surface:#171e1b;--soft:#202b26;--line:#35453d;--muted:#b0beb7;--accent:#7cdbce;--ink:#edf3f1;color-scheme:dark}
*{box-sizing:border-box}
body{margin:0}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
[hidden]{display:none!important}
a,button{touch-action:manipulation}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible,.table-scroll:focus-visible{outline:3px solid var(--accent);outline-offset:5px}
img{display:block;max-width:100%;height:auto}
p{line-height:1.8}
h1,h2,h3{word-break:keep-all;overflow-wrap:anywhere;letter-spacing:-.035em}
h1{font-size:clamp(2rem,4vw,3.3rem);line-height:1.3;margin:16px 0 22px;font-weight:700}
h2{font-size:1.55rem;line-height:1.45}
h3{font-size:1.2rem;line-height:1.5}
.skip-link{position:absolute;top:-80px;left:12px;background:var(--surface);padding:12px;z-index:10}
.skip-link:focus{top:12px}
.brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;letter-spacing:.07em;white-space:nowrap}
.listing,.article,.related{width:min(calc(100% - 36px),1144px);padding:0;margin-inline:auto}
.intro{width:100%;padding:82px 0 38px}
.eyebrow{font-size:12px;font-weight:650;letter-spacing:.04em;color:var(--accent)}
.intro p{font-size:17px;line-height:1.85;color:var(--muted);margin:0}
.intro h1,.intro p{white-space:normal;text-wrap:pretty}
.blog-search{margin:0 0 34px}
.search-field{display:flex;align-items:center;gap:12px;min-height:56px;padding:5px 6px 5px 18px;border:1px solid var(--line);border-radius:12px;background:var(--surface)}
.search-field:focus-within{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}
.search-field>svg{flex:none;color:var(--muted)}
.search-field input{flex:1;min-width:0;width:100%;padding:10px 0;border:0;border-radius:0;outline:none;background:transparent;color:var(--ink);font-size:16px;line-height:1.5;appearance:none}
.search-field input::placeholder{color:var(--muted);opacity:1}
.search-field input::-webkit-search-cancel-button{display:none}
.search-field button{flex:none;border:0;cursor:pointer;min-height:44px;border-radius:8px;white-space:nowrap}
.search-submit{padding:0 20px;background:var(--accent);color:var(--surface);font-size:14px;font-weight:600}
.search-clear{padding:0 8px;background:transparent;color:var(--muted);font-size:12px}
.search-summary{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:24px}
.search-summary>p{min-width:0;margin:0;font-size:14px;overflow-wrap:anywhere}
.search-reset{flex:none;border:0;background:none;padding:8px 0;color:var(--accent);font-size:13px;cursor:pointer}
.search-message{padding:48px 24px;border:1px solid var(--line);border-radius:14px;background:var(--surface);text-align:center}
.search-message h2{font-size:20px;margin:0 0 10px}
.search-message p{font-size:14px;margin:0;color:var(--muted);word-break:keep-all}
.search-message .button{border:0;cursor:pointer}
.search-fallback{display:inline-block;font-size:14px;color:var(--accent);margin:12px;text-decoration:underline;text-underline-offset:4px}
.search-pages{display:flex;align-items:center;justify-content:center;gap:24px;margin:32px 0 0;font-size:13px;color:var(--muted)}
.search-pages button{min-width:64px;min-height:42px;border:1px solid var(--line);border-radius:9px;background:var(--surface);color:var(--ink);cursor:pointer}
.search-pages button:disabled{opacity:.45;cursor:default}
.categories{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 32px}
.categories a{font-size:13px;border:1px solid var(--line);border-radius:999px;padding:10px 16px}
.categories a[aria-current]{background:var(--ink);color:var(--surface);border-color:var(--ink)}
.post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.post-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden}
.cover-link{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--soft)}
.cover-link img{width:100%;height:100%;object-fit:contain}
.card-copy{padding:24px}
.card-copy h2{font-size:20px;line-height:1.45;margin:12px 0}
.card-copy h2 a:hover{text-decoration:underline;text-underline-offset:5px}
.card-copy p{font-size:14px;color:var(--muted);margin:0 0 26px}
.card-meta{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:11px;color:var(--muted);justify-content:space-between}
.pagination{display:flex;flex-wrap:wrap;align-items:center;gap:8px;justify-content:center;margin:40px 0}
.pagination>span{padding:0 4px;color:var(--muted)}
.pagination a{border:1px solid var(--line);padding:9px 15px;border-radius:8px}
.pagination a[aria-current]{background:var(--soft);font-weight:700}
.article-header{margin:0;padding:44px 0 28px}
.back-link{display:inline-block;font-size:13px;color:var(--muted);margin-bottom:40px}
.article-header h1{max-width:1000px;font-size:clamp(2rem,3.6vw,2.8rem)}
.lede{font-size:18px;color:var(--muted);margin:0 0 24px}
.article-meta{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:12px;color:var(--muted)}
.article-cover{margin:0 0 50px}
.article-cover img{width:100%;height:auto;object-fit:contain;border-radius:16px;background:var(--soft)}
figcaption{font-size:11px;color:var(--muted);text-align:center;margin-top:10px}
.reading-layout{display:grid;grid-template-columns:244px minmax(0,820px);justify-content:space-between;align-items:start;gap:52px}
.toc{align-self:start;position:sticky;top:106px;font-size:12px;padding-top:20px}
.toc summary{font-size:13px;font-weight:600;margin-bottom:16px;cursor:pointer}
.toc nav{display:flex;flex-direction:column;gap:12px;color:var(--muted)}
.toc a:hover{color:var(--accent)}
.prose{min-width:0;font-size:16px;line-height:1.85;overflow-wrap:anywhere}
.prose>h2{margin:54px 0 20px;scroll-margin-top:104px}
.prose>h2:first-child{margin-top:12px}
.prose h3{margin:28px 0 14px}
.prose p{margin:16px 0}
.prose a:not(.button):not(.download){color:var(--accent);text-decoration:underline;text-underline-offset:4px}
.prose ul,.prose ol{padding-left:24px;margin:18px 0}
.prose li{padding-left:5px;margin:9px 0}
.prose li::marker{color:var(--accent);font-weight:600}
.prose strong{font-weight:650}
.prose code{font-size:.88em;background:var(--soft);border-radius:4px;padding:2px 5px}
.prose pre{overflow-x:auto;background:var(--soft);padding:18px;border-radius:10px}
.prose pre code{padding:0}
.prose blockquote{border-left:3px solid var(--accent);margin:26px 0;padding:2px 20px;background:var(--soft);font-size:14px}
.table-scroll{overflow-x:auto;width:100%;margin:22px 0;border:1px solid var(--line);border-radius:10px;overscroll-behavior-x:contain}
.prose table{border-collapse:collapse;width:100%;font-size:13px;line-height:1.6;white-space:nowrap}
.prose th{background:var(--soft);font-weight:600;text-align:left}
.prose th,.prose td{padding:11px 14px;border-bottom:1px solid var(--line)}
.prose tr:last-child td{border-bottom:0}
.prose img{width:100%;height:auto;border-radius:10px;margin:26px 0}
.article-image-link,.prose a.article-image-link{display:block;color:var(--accent);text-decoration:none;cursor:zoom-in}
.prose a.article-image-link{margin:26px 0}
.prose .article-image-link img{margin:0}
.image-zoom-cue{display:block;padding:8px 0;font-size:12px;font-weight:400;line-height:1.5;text-align:right}
.article-image-link:hover .image-zoom-cue{text-decoration:underline;text-underline-offset:3px}
.try-example{border:1px solid var(--line);padding:28px;border-radius:16px;margin-top:52px;background:var(--surface)}
.try-example h2{margin:10px 0}
.try-example p{font-size:14px;color:var(--muted)}
.download{display:flex;justify-content:space-between;align-items:center;gap:12px;border:1px solid var(--line);border-radius:9px;padding:12px 15px;font-size:14px;margin:12px 0;overflow-wrap:anywhere}
.download:hover{background:var(--soft)}
.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;background:var(--accent);color:var(--surface);font-weight:600;border-radius:9px;font-size:14px;line-height:1.6;margin:12px 0}
.try-example .fine-print{font-size:12px;margin-bottom:0}
.verified{font-size:12px;color:var(--muted);margin-top:24px!important}
.article-sources{margin-top:32px;padding-top:24px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
.article-sources>h2{margin:0 0 14px;font-size:15px;line-height:1.5;color:var(--ink);scroll-margin-top:104px}
.article-sources p{margin:12px 0;word-break:keep-all;overflow-wrap:anywhere}
.article-sources a{overflow-wrap:anywhere;text-underline-offset:3px}
.related{margin-top:80px}
.related>.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.related>h2{margin-bottom:26px}
.not-found{max-width:780px;margin:90px auto;padding:0 24px}
.text-link{display:block;color:var(--accent);margin-bottom:24px}
@media(max-width:1000px){
.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
.reading-layout{display:block}
.toc{position:static;padding:20px;border:1px solid var(--line);border-radius:12px;margin-bottom:32px}
.toc summary{margin-bottom:0}
.toc details[open] summary{margin-bottom:16px}
.toc nav{gap:10px}
}
@media(max-width:700px){
.brand{font-size:12px;gap:6px}
.listing,.article,.related{width:min(calc(100% - 28px),1144px)}
.intro{padding:52px 0 30px}
.intro p{font-size:15px}
.blog-search{margin-bottom:28px}
.search-field{gap:8px;padding-left:12px}
.search-submit{padding:0 14px}
.search-clear{padding:0 4px}
.search-summary{align-items:flex-start}
.search-message{padding:32px 20px}
.pagination a{padding:9px 12px}
.categories{gap:8px}
.categories a{font-size:12px;padding:8px 12px}
.post-grid,.related>.post-grid{grid-template-columns:1fr;gap:22px}
.card-copy{padding:22px}
.card-copy h2{font-size:21px}
.article-header{padding-top:26px}
.back-link{margin-bottom:30px}
.lede{font-size:16px}
.article-cover{margin-bottom:26px}
.prose{font-size:16px;line-height:1.85}
.prose>h2{font-size:23px;margin-top:44px}
.try-example{padding:22px}
.try-example .button{display:flex;text-align:center}
.related{margin-top:58px}
}
.intro p,.lede,.prose p{word-break:keep-all;overflow-wrap:break-word}
@media(prefers-reduced-motion:reduce){
*{scroll-behavior:auto!important}
}
body > main#main { padding-bottom: clamp(90px, 10vw, 140px); }

/* Shared desktop account, language and theme controls mirror the mobile header. */
:is(.landing-nav-actions, .header-actions):has(> .header-icon-button),
.header-preferences.header-icon-preferences {
  gap: 6px;
}

.header-icon-preferences .language-select {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

:is(.landing-nav-actions, .header-actions) .header-icon-button {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  flex: 0 0 38px;
  padding: 0;
  display: grid;
  place-items: center;
  justify-content: center;
  gap: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #171717;
  box-shadow: none;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

:is(.landing-nav-actions, .header-actions) .header-icon-button:is(:hover, [aria-expanded="true"]) {
  border-color: #777;
  background: #ededed;
  box-shadow: none;
}

:is(.landing-nav-actions, .header-actions) .header-icon-button:active {
  transform: scale(.96);
}

:is(.landing-nav-actions, .header-actions) .header-icon-button:focus-visible,
.header-icon-preferences .language-option:focus-visible {
  outline: 3px solid rgba(17,17,17,.2);
  outline-offset: 2px;
  box-shadow: none;
}

:is(.landing-nav-actions, .header-actions) .header-icon-button > svg {
  width: 18px;
  height: 18px;
}

.header-icon-preferences .language-trigger.header-icon-button > svg {
  transform: none;
}

.header-icon-preferences .language-menu {
  width: 154px;
  max-width: calc(100vw - 32px);
}

:root[data-theme="dark"] :is(.landing-nav-actions, .header-actions) .header-icon-button {
  border-color: #464646;
  background: #252525;
  color: #f5f5f5;
}

:root[data-theme="dark"] :is(.landing-nav-actions, .header-actions) .header-icon-button:is(:hover, [aria-expanded="true"]) {
  border-color: #888;
  background: #303030;
}

:root[data-theme="dark"] :is(.landing-nav-actions, .header-actions) .header-icon-button:focus-visible,
:root[data-theme="dark"] .header-icon-preferences .language-option:focus-visible {
  outline-color: rgba(255,255,255,.4);
}

@media (prefers-reduced-motion: reduce) {
  :is(.landing-nav-actions, .header-actions) .header-icon-button { transition: none; }
  :is(.landing-nav-actions, .header-actions) .header-icon-button:active { transform: none; }
}

/* PublicPageNav layout; circle styling is reused from src/headerControls.css. */
.site-header { height:78px; padding:0 max(18px,calc(50% - 572px)); display:flex; align-items:center; gap:42px; position:sticky; top:0; z-index:120; background:#fff; color:#171717; border-bottom:1px solid #e5e8eb; }
.landing-logo-button { width:188px; height:52px; padding:0 4px; display:flex; align-items:center; justify-content:center; flex:0 0 auto; overflow:hidden; border-radius:12px; }
.landing-logo-button img { width:180px; height:52px; object-fit:contain; object-position:left center; }
.landing-links { position:absolute; left:50%; transform:translateX(-50%); display:flex; align-items:center; gap:54px; font-size:14px; font-weight:600; white-space:nowrap; color:#3f3f3f; }
.landing-links a:hover { color:#000; }
.landing-nav-actions,.header-preferences { display:flex; align-items:center; gap:6px; }
.landing-nav-actions { margin-left:auto; }
.language-select { position:relative; }
.site-header [hidden] { display:none!important; }
.language-menu { position:absolute; z-index:220; top:calc(100% + 8px); right:0; padding:6px; border:1px solid #d2d2d2; border-radius:13px; background:rgba(255,255,255,.98); box-shadow:0 16px 38px rgba(0,0,0,.16); }
.language-option { width:100%; min-height:38px; padding:0 10px; display:flex; align-items:center; justify-content:space-between; border:0; border-radius:9px; background:transparent; color:#3f3f3f; cursor:pointer; font-size:13px; font-weight:600; text-align:left; }
.language-option:hover { background:#f1f1f1; color:#000; }
.language-option[aria-selected=true] { background:#111; color:#fff; }
.language-option:not([aria-selected=true]) .language-check { visibility:hidden; }
#header-language-note { margin:8px 4px 4px; font-size:11px; line-height:1.5; color:#666; }
.header-icon-button > span { display:flex; }
.header-icon-button > .theme-sun { display:none; }
:root[data-theme=dark] .site-header { background:#000; color:#f5f5f5; border-bottom-color:#202020; }
:root[data-theme=dark] .landing-links { color:#d2d2d2; }
:root[data-theme=dark] .landing-links a:hover { color:#fff; }
:root[data-theme=dark] .language-menu { background:rgba(24,24,24,.98); border-color:#444; }
:root[data-theme=dark] .language-option { color:#d4d4d4; }
:root[data-theme=dark] .language-option:hover { background:#303030; color:#fff; }
:root[data-theme=dark] .language-option[aria-selected=true] { background:#fff; color:#111; }
:root[data-theme=dark] #header-language-note { color:#bbb; }
:root[data-theme=dark] .theme-moon { display:none; }
:root[data-theme=dark] .header-icon-button > .theme-sun { display:flex; }
.skip-link { z-index:130; }
.toc { top:108px; }
.prose>h2,#main,#sample-downloads { scroll-margin-top:102px; }
@media(max-width:900px) {
  body { padding-top:64px; }
  .site-header { position:fixed; inset:0 0 auto; width:100%; height:64px; padding:0 max(16px,env(safe-area-inset-right)) 0 max(16px,env(safe-area-inset-left)); gap:0; }
  .landing-logo-button { width:132px; max-width:calc(100% - 138px); height:46px; justify-content:flex-start; }
  .landing-logo-button img { width:128px; max-width:100%; height:44px; }
  .landing-links { display:none; }
  .header-icon-preferences .language-menu { width:min(250px,calc(100vw - 32px)); right:-44px; top:calc(100% + 12px); padding:8px; border-radius:14px; }
  .language-menu [role=listbox] { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:5px; }
  .language-option { min-height:36px; justify-content:center; gap:3px; padding:0 6px; font-size:12px; background:#f5f5f5; white-space:nowrap; }
  :root[data-theme=dark] .language-option { background:#303030; }
  :root[data-theme=dark] .language-option[aria-selected=true] { background:#fff; }
  .language-option:not([aria-selected=true]) .language-check { display:none; }
  .prose>h2,#main,#sample-downloads { scroll-margin-top:88px; }
}

/* Static counterpart of LandingFooter: keep the public footer independent of
   the application bundle and scope every rule away from the blog header. */
.landing-footer {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  margin: 0;
  padding: 52px max(28px, calc((100vw - 1144px) / 2)) 34px;
  display: grid;
  grid-template-columns: minmax(230px, .75fr) minmax(0, 1.65fr);
  grid-template-areas: "brand links" "copyright copyright";
  align-items: start;
  column-gap: clamp(44px, 6vw, 84px);
  row-gap: 42px;
  border-top: 1px solid #dedede;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08);
  color: #111;
  font-family: 'DM Sans', 'Noto Sans KR', system-ui, sans-serif;
}
.landing-footer[lang="ja"] { font-family: 'DM Sans', 'Noto Sans JP', system-ui, sans-serif; }
.landing-footer [hidden] { display: none !important; }
.landing-footer::after { content: none; display: none; }
.landing-footer .footer-brand { display: contents; }
.landing-footer .footer-brand-intro {
  grid-area: brand;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.landing-footer .landing-logo-button {
  width: 188px;
  max-width: 100%;
  height: 52px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color-scheme: light;
}
.landing-footer .landing-logo-button img {
  width: 180px;
  max-width: 100%;
  height: 52px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: none;
}
.landing-footer .landing-logo-static { cursor: default; }
.landing-footer .landing-logo-button:hover { background: transparent; box-shadow: none; }
.landing-footer .footer-tagline {
  max-width: 260px;
  margin: 0;
  color: #8b95a1;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}
.landing-footer .footer-tagline-lines { display: inline-flex; align-items: baseline; }
.landing-footer .footer-tagline-unit { white-space: nowrap; }
.landing-footer[lang="en"] .footer-tagline { max-width: none; }
.landing-footer[lang="en"] .footer-tagline-lines { column-gap: .25em; }
.landing-footer .footer-link-groups {
  grid-area: links;
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: start;
  gap: 34px;
}
.landing-footer .footer-link-groups > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}
.landing-footer .footer-link-groups :is(strong, a, button) {
  padding: 0;
  border: 0;
  background: transparent;
  color: #6b7684;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  white-space: normal;
}
.landing-footer .footer-link-groups strong { margin-bottom: 3px; color: #191f28; }
.landing-footer .footer-link-groups :is(a, button):hover { color: #111; }
.landing-footer .footer-link-groups .footer-group-heading {
  margin-bottom: 3px;
  color: #191f28;
  font-weight: 800;
}
.landing-footer .footer-link-groups .footer-group-heading:hover { color: #12877d; }
.landing-footer .footer-copyright,
.landing-footer .footer-copyright-copy { display: contents; color: #8b95a1; }
.landing-footer .footer-copyright-copy > span {
  grid-area: copyright;
  width: 100%;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #e5e8eb;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}
:root[data-theme="dark"] .landing-footer { background: #000; border-color: #202020; }
:root[data-theme="dark"] .landing-footer :is(.footer-tagline, .footer-copyright, .footer-copyright-copy) { color: #9da4b0; }
:root[data-theme="dark"] .landing-footer .footer-copyright-copy > span { border-bottom-color: #353841; }
:root[data-theme="dark"] .landing-footer .footer-link-groups :is(.footer-group-heading, strong) { color: #f2f3f5; }
:root[data-theme="dark"] .landing-footer .footer-link-groups .footer-group-heading:hover { color: #81d8d0; }

@media (min-width: 981px) {
  .landing-footer {
    grid-template-areas: "brand links" "copyright copyright";
    row-gap: 0;
  }
  .landing-footer .footer-brand-intro,
  .landing-footer .footer-link-groups { padding-bottom: 38px; }
  .landing-footer .footer-link-groups {
    grid-template-columns: repeat(4, max-content);
    justify-content: space-between;
    gap: clamp(10px, 1.25vw, 18px);
  }
  .landing-footer .footer-tagline,
  .landing-footer .footer-link-groups :is(strong, a, button) { font-size: 13px; }
  .landing-footer .footer-link-groups :is(strong, a, button) { line-height: 1.5; white-space: nowrap; }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .landing-footer {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "brand" "links" "copyright";
  }
}
@media (max-width: 980px) {
  .landing-footer { grid-template-columns: 1fr; grid-template-areas: "brand" "links" "copyright"; gap: 0; }
  .landing-footer .footer-brand-intro { padding-bottom: 34px; gap: 12px; }
  .landing-footer .footer-link-groups { padding-bottom: 34px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 40px; }
  .landing-footer .footer-copyright-copy > span { line-height: 1.65; }
}
@media (max-width: 900px) {
  .landing-footer .footer-desktop-only-link,
  .landing-footer .footer-dashboard-link { display: none; }
  .landing-footer .footer-link-groups strong { line-height: 1.6; }
  .landing-footer:is([lang="en"], [lang="ja"]) .footer-tagline {
    width: max-content;
    max-width: 100%;
    font-size: clamp(11px, 3.4vw, 14px);
    text-wrap: nowrap;
  }
  .landing-footer .landing-logo-button,
  .landing-footer .landing-logo-button img { color-scheme: light; color-scheme: only light; }
}
@media (max-width: 700px) {
  .landing-footer { padding: 36px 20px 24px; }
}
@media (max-width: 640px) {
  .landing-footer .landing-logo-button { width: 138px; height: 46px; justify-content: flex-start; }
  .landing-footer .landing-logo-button img { width: 132px; height: 46px; }
}
@media (max-width: 520px) {
  .landing-footer .footer-link-groups { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 480px) {
  .landing-footer .landing-logo-button { width: 122px; }
  .landing-footer .landing-logo-button img { width: 114px; }
}

