@font-face {
  font-family: "General Sans";
  src: url("fonts/general-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("fonts/general-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/pretendard-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/pretendard-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pretendard";
  src: url("fonts/pretendard-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #001422;
  --body-ink: #1e2b33;
  --muted: #4e5e68;
  --soft: #678498;
  --line: #dee3e6;
  --blue: #0080ff;
  --footer: #001422;
  --ease: cubic-bezier(.22, 1, .36, 1);
  color: var(--ink);
  background: #fff;
  font-family: "General Sans", "Pretendard", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--ink);
  font-weight: 500;
  letter-spacing: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  font: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 88px;
  display: grid;
  grid-template-columns: 240px 1fr 114px;
  align-items: center;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  transition: background .4s var(--ease), box-shadow .4s ease, opacity .35s ease, transform .55s var(--ease);
}

.site-header.scrolled,
.site-header:hover,
.site-header:focus-within {
  background: #fff;
  box-shadow: 0 10px 32px rgba(0, 20, 34, .04);
}

.site-header.past-hero {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

.logo img {
  width: 191px;
  height: 42px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-left: -29px;
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-item {
  position: relative;
  min-width: 124px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 4px;
  line-height: 1.8;
}

.nav-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.nav-item:hover .nav-trigger::after,
.nav-item:focus-within .nav-trigger::after,
.nav-item.active .nav-trigger::after {
  transform: scaleX(1);
}

.nav-panel {
  position: absolute;
  top: 88px;
  left: 50%;
  z-index: 230;
  width: 282px;
  padding: 18px 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 22px 44px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition: opacity .2s ease, transform .2s var(--ease);
}

.nav-item:hover .nav-panel,
.nav-item:focus-within .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-panel a {
  display: block;
  padding: 14px 32px;
  color: #111827;
  font-size: 17px;
  line-height: 1.42;
  transition: color .2s ease, background .2s ease, transform .2s var(--ease);
}

.nav-panel a:hover,
.nav-panel a:focus-visible,
.nav-panel a.current {
  color: var(--blue);
  background: rgba(0, 128, 255, .05);
  transform: translateX(2px);
  outline: 0;
}

.nav-panel.mega {
  width: 654px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 20px;
}

.nav-panel.science,
.nav-panel.business {
  width: 382px;
  padding: 20px;
}

.nav-thumb {
  width: 100%;
  height: 120px;
  margin-bottom: 18px;
  border-radius: 6px;
  overflow: hidden;
  background: #eaf8ff;
}

.nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-group-label {
  margin: 0 0 18px;
  color: #1687ff;
  font-size: 15px;
  line-height: 1.4;
}

.nav-card-link {
  padding: 0 !important;
  margin-bottom: 26px;
}

.nav-card-link:last-child {
  margin-bottom: 0;
}

.nav-card-link strong {
  display: block;
  margin-bottom: 6px;
  color: #111827;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}

.nav-card-link > span {
  display: block;
  color: #5d6b79;
  font-size: 13.5px;
  line-height: 1.45;
}

.nav-card-link:hover strong,
.nav-card-link:focus-visible strong,
.nav-card-link.current strong {
  color: var(--blue);
}

.external-mark {
  display: inline-block;
  margin-left: 4px;
  font-size: .9em;
  transform: translateY(-1px);
}

.language {
  position: relative;
  justify-self: end;
  z-index: 250;
}

.language-btn {
  min-width: 100px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid rgba(0, 20, 34, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .28);
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  transition: border-color .25s, box-shadow .25s, background .25s;
}

.language.open .language-btn {
  border-color: #e1b051;
  box-shadow: 0 0 0 1px #e1b051 inset;
  background: rgba(255, 255, 255, .56);
}

.chevron {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .25s var(--ease);
}

.language.open .chevron,
.family.open .chevron {
  transform: rotate(225deg) translateY(-2px);
}

.language-menu {
  position: absolute;
  top: 48px;
  right: 0;
  width: 94px;
  display: grid;
  padding: 8px 0;
  border: 1px solid rgba(0, 20, 34, .05);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 20, 34, .08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .2s ease, transform .2s var(--ease);
}

.language.open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.language-menu button {
  height: 34px;
  font-size: 14px;
}

.language-menu button:hover {
  background: #f4f8fb;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--ink);
  position: absolute;
}

.menu-toggle::before {
  transform: translateY(-6px);
}

.menu-toggle::after {
  transform: translateY(6px);
}

.mobile-panel {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: none;
  background: #fff;
  padding: 20px 16px;
  overflow-y: auto;
}

.mobile-panel.open {
  display: block;
  animation: panelIn .28s var(--ease);
}

@keyframes panelIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
}

.mobile-lang {
  display: flex;
  align-items: center;
  gap: 16px;
}

.mobile-lang .inactive {
  color: #abb4bc;
}

.mobile-close {
  width: 34px;
  height: 34px;
  position: relative;
}

.mobile-close::before,
.mobile-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 7px;
  width: 20px;
  height: 1.6px;
  background: var(--ink);
}

.mobile-close::before {
  transform: rotate(45deg);
}

.mobile-close::after {
  transform: rotate(-45deg);
}

.mobile-links a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 20, 34, .12);
  font-family: "Pretendard", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.mobile-links span {
  color: rgba(0, 20, 34, .18);
  font-size: 30px;
  font-weight: 500;
}

.mobile-group {
  border-bottom: 1px solid rgba(0, 20, 34, .12);
}

.mobile-group > a {
  border-bottom: 0;
}

.mobile-sub {
  display: grid;
  gap: 0;
  padding: 0 0 14px 18px;
}

.mobile-sub a {
  min-height: 36px;
  border-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 500;
}

.article-page {
  padding-top: 88px;
  background: #fff;
}

.article-shell {
  width: min(876px, calc(100% - 80px));
  margin: 0 auto;
}

.article-title {
  padding-top: 100px;
}

.article-category {
  margin: 0 0 26px;
  color: var(--soft);
  font-family: "Pretendard", sans-serif;
  font-size: 22px;
  line-height: 1.48;
}

.article-title h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 40px;
  line-height: 1.52;
  font-weight: 600;
}

.article-date {
  margin: 36px 0 0;
  color: var(--muted);
  font-family: "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.48;
}

.article-subtitle {
  margin: 48px 0 42px;
  color: var(--body-ink);
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 500;
}

.article-body {
  padding: 0 0 60px;
  color: #000;
  font-family: Georgia, "Times New Roman", "Pretendard", serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.article-body p {
  margin: 0 0 72px;
}

.article-body p:first-child {
  margin-top: 0;
}

.article-body p:last-child {
  margin-bottom: 34px;
}

.article-body a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.source-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: -18px;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.source-line span {
  margin-right: 4px;
}

.post-nav {
  width: min(891px, calc(100% - 80px));
  margin: 6px auto 76px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-family: "Pretendard", sans-serif;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.post-link {
    cursor: pointer;
  min-height: 76px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 0 22px;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  transition: color .2s ease, background .25s ease;
}

.post-link + .post-link {
  border-top: 0;
  border-left: 1px solid var(--line);
}

.post-link:hover,
.post-link:focus-visible {
  color: var(--blue);
  background: rgba(0, 128, 255, .035);
  outline: 0;
}

.post-link.is-disabled {
  color: #9dabb4;
  cursor: not-allowed;
  pointer-events: auto;
}

.post-link.is-disabled .post-arrow {
  color: #9dabb4;
}

.post-link.is-disabled:hover,
.post-link.is-disabled:focus-visible {
  color: #9dabb4;
  background: transparent;
  transform: none;
}

.post-label,
.post-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--body-ink);
}

.post-label::before,
.post-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
}

.post-link.next .post-label::before,
.post-link.next .post-arrow::before {
  transform: rotate(225deg);
}

.post-link.next {
  text-align: right;
}

.post-link.next .post-title {
  order: -1;
}

.post-link.next .post-label,
.post-link.next .post-arrow {
  justify-content: flex-end;
}

.post-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
    max-width: 350px;
}

.list-row {
  display: flex;
  justify-content: center;
  margin: 0 0 162px;
}

.list-button {
  min-width: 96px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--body-ink);
  background: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 16px;
  line-height: 1.76;
  transition: color .22s ease, border-color .22s ease, background .22s ease, transform .28s var(--ease);
}

.list-button svg {
  flex: 0 0 auto;
}

.list-button:hover,
.list-button:focus-visible {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
  transform: translateY(-2px);
  outline: 0;
}

.cookie-card {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 300;
  width: min(418px, calc(100vw - 32px));
  padding: 26px 24px 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 46px rgba(0, 20, 34, .1);
  backdrop-filter: blur(18px);
  font-family: "Pretendard", "General Sans", sans-serif;
  font-size: 14px;
  line-height: 1.48;
}

.cookie-card.hidden {
  display: none;
}

.cookie-card p {
  margin: 0;
  color: var(--body-ink);
}

.cookie-actions {
  display: grid;
  grid-template-columns: 1fr 96px 102px;
  gap: 6px;
  align-items: center;
  margin-top: 30px;
}

.cookie-settings {
  justify-self: start;
  padding: 8px 6px;
  text-decoration: underline;
  font-size: 14px;
}

.cookie-button {
  height: 38px;
  border-radius: 4px;
  border: 1px solid rgba(0, 20, 34, .08);
  background: #fff;
  font-size: 14px;
}

.cookie-button.primary {
  border-color: #000;
  background: #000;
  color: #fff;
}

.cookie-options {
  display: none;
  margin-top: 36px;
}

.cookie-card.settings-open .cookie-options {
  display: grid;
  gap: 20px;
}

.cookie-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #636f78;
}

.switch {
  width: 36px;
  height: 22px;
  position: relative;
  border-radius: 999px;
  background: #c7c7c7;
  transition: background .2s ease, box-shadow .2s ease;
}

.switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  transition: transform .22s var(--ease);
}

.switch.on {
  background: #5d92f5;
  box-shadow: 0 0 0 2px #e1aa3f;
}

.switch.on::after {
  transform: translateX(14px);
}

.footer-shell {
  position: relative;
  background: #fff;
}

.footer {
  min-height: 584px;
  padding: 64px clamp(32px, 6.2vw, 80px) 58px;
  border-radius: 40px 40px 0 0;
  background: var(--footer);
  color: #fff;
  display: grid;
  grid-template-columns: minmax(460px, 1fr) minmax(280px, 360px);
  gap: 48px;
}

.footer-logo {
  width: 180px;
  margin-bottom: 78px;
}

.footer-claim {
  margin: 0 0 36px;
  font-size: clamp(46px, 5vw, 58px);
  line-height: 1.18;
  font-weight: 500;
}

.footer-claim span {
  color: #9dabb4;
}

.contact-btn {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 20px 0 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  transition: transform .35s var(--ease), box-shadow .35s;
}

.contact-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255, 255, 255, .12);
}

.circle-arrow {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #233744;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 62px;
  color: #c7cdd1;
  font-size: 16px;
}

.copyright {
  margin-top: 28px;
  color: var(--muted);
  font-size: 16px;
}

.support-list {
  display: grid;
  gap: 20px;
  margin-top: 92px;
  color: #c7cdd1;
  font-size: 14px;
  line-height: 1.55;
}

.support-list strong {
  display: block;
  color: #fff;
  font-weight: 600;
}

.support-list p {
  margin: 0;
}

.family {
  position: relative;
  margin-top: 30px;
}

.family-menu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 58px;
  padding: 18px 16px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  background: #001422;
  color: #c7cdd1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
}

.family.open .family-menu {
  display: grid;
  gap: 16px;
  animation: panelIn .22s var(--ease);
}

.family-btn {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border: 1px solid #1e2a33;
  border-radius: 8px;
  color: #c7cdd1;
  background: #001422;
  font-size: 17px;
  transition: border-color .2s, box-shadow .2s;
}

.family.open .family-btn {
  border-color: #e1b051;
  box-shadow: 0 0 0 1px #e1b051 inset;
}

.sns {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}

.sns a {
  opacity: .95;
  transition: opacity .2s, transform .25s var(--ease);
}

.sns a:hover {
  opacity: 1;
  transform: translateY(-3px);
}

.sns .yt,
.sns .blog {
  min-width: 32px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 5px;
  background: #fff;
  color: var(--footer);
  font-size: 11px;
  font-weight: 700;
}

.top-link {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 clamp(24px, 3.75vw, 48px) 12px auto;
  border-radius: 12px;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 0 0 100vmax #fff;
  clip-path: inset(0 -100vmax -12px -100vmax);
  opacity: 1;
  pointer-events: auto;
  transition: transform .35s var(--ease), background .35s;
}

.top-link:hover {
  transform: none;
  background: #08253b;
}

.arrow-up {
  width: 28px;
  height: 28px;
  position: relative;
}

.arrow-up::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 2px;
  width: 1.5px;
  height: 26px;
  background: currentColor;
}

.arrow-up::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 1px;
  width: 13px;
  height: 13px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(225deg);
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .62s ease, transform .72s var(--ease);
  transition-delay: var(--reveal-delay, 0ms);
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.article-title {
  padding-top: 56px;
}

.article-title h2 {
  font-size: 40px;
  line-height: 1.52;
}

.article-subtitle {
  padding-left: 21px;
  border-left: 5px solid var(--line);
}

.article-body {
  font-family: Helvetica, Arial, "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.54;
  white-space: normal;
}

.article-body p {
  margin: 0 0 10px;
}

.article-body h2 {
  margin: 28px 0 8px;
  color: #000;
  font-family: Helvetica, Arial, "Pretendard", sans-serif;
  font-size: 18px;
  line-height: 1.54;
  font-weight: 600;
}

.article-body strong {
  font-weight: 700;
}

.article-body ol,
.article-body ul {
  margin: 0 0 4px 24px;
  padding: 0;
  list-style-position: outside;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body ul {
  margin-left: 48px;
  list-style-type: disc;
}

.article-body li {
  margin: 0 0 4px;
  padding-left: 0;
}

.article-body .article-indent {
  margin-left: 24px;
}

.article-body > p:first-child {
  margin-bottom: 4px;
}

.article-body > h2:first-of-type {
  margin-top: 0;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 210px 1fr 112px;
  }

  .logo img {
    width: 170px;
    height: 38px;
  }

  .desktop-nav {
    gap: 0;
    font-size: 15px;
  }

  .nav-item {
    min-width: 108px;
  }

  .article-shell,
  .post-nav {
    width: min(876px, calc(100% - 48px));
  }

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

  .support-list {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    height: 72px;
    grid-template-columns: 1fr 48px;
    padding: 0 20px 12px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 255, 255, 0));
  }

  .logo img {
    width: 132px;
    height: auto;
  }

  .desktop-nav,
  .language {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .article-page {
    padding-top: 72px;
  }

  .article-shell,
  .post-nav {
    width: calc(100% - 44px);
  }

  .article-title {
    padding-top: 32px;
  }

  .article-category {
    margin-bottom: 18px;
    font-size: 18px;
  }

  .article-title h2 {
    font-size: 30px;
    line-height: 1.34;
  }

  .article-date {
    font-size: 16px;
  }

  .article-body {
    padding-top: 36px;
    font-size: 18px;
    line-height: 1.58;
  }

  .article-body p {
    margin-bottom: 10px;
  }

  .article-body h2 {
    font-size: 18px;
  }

  .article-body ul {
    margin-left: 28px;
  }

  .article-body .article-indent {
    margin-left: 18px;
  }

  .source-line {
    display: block;
    overflow-wrap: anywhere;
  }

  .post-nav {
    margin-bottom: 48px;
  }

  .post-link {
    grid-template-columns: 1fr;
    gap: 6px;
    min-height: 86px;
    padding: 18px 0;
  }

  .post-nav {
    grid-template-columns: 1fr;
  }

  .post-link + .post-link {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .post-link.next {
    text-align: left;
  }

  .post-link.next .post-title {
    order: 0;
  }

  .post-link.next .post-label,
  .post-link.next .post-arrow {
    justify-content: flex-start;
  }

  .post-title {
    white-space: normal;
      max-width: 350px;
  }

  .list-row {
    margin-bottom: 88px;
  }

  .cookie-card {
    padding: 20px;
  }

  .cookie-actions {
    grid-template-columns: 1fr;
  }

  .cookie-settings {
    padding-left: 0;
  }

  .footer {
    min-height: auto;
    padding: 44px 24px 56px;
    border-radius: 24px 24px 0 0;
  }

  .footer-logo {
    margin-bottom: 54px;
  }

  .footer-claim {
    font-size: 40px;
  }

  .contact-btn {
    min-height: 54px;
    font-size: 22px;
  }

  .top-link {
    margin-right: 22px;
  }
}
