/* 닥터스 노트 랜딩 (standalone) — 공통 레이아웃 CSS 없이 단독 사용 */

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body.dn-standalone {
  margin: 0;
  --dn-radius: 12px;
  --dn-shadow: 0 4px 24px rgba(31, 54, 61, 0.08);
  --dn-max: 1080px;
  --pr: #40798C;
  --prver2: #70a9a1;
  --pr2: #1F363D;
  --gray_77: #555;
  --gray_e: #eee;
  /* 흐름(간단합니다)·신뢰 섹션 풀블리드 배경 — 동일(대비를 살짝 올려 화면에서도 구분) */
  --dn-grad-section-soft: linear-gradient(135deg, #d4e8f0 0%, #e8f4f8 32%, #eceeef 64%, #f7f7f7 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--pr2);
  background: #fff;
}

body.dn-standalone *,
body.dn-standalone *::before,
body.dn-standalone *::after {
  box-sizing: border-box;
}

.dn-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: #fff;
  color: var(--pr2);
  font-weight: 600;
}

.dn-skip:focus {
  left: 0.5rem;
  top: 0.5rem;
}

.dn-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid #e5e9eb;
  box-shadow: 0 1px 0 rgba(31, 54, 61, 0.04);
}

.dn-topbar__inner {
  max-width: var(--dn-max);
  margin: 0 auto;
  padding: 0.78rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.dn-topbar__brand {
  font-size: 0.74rem;
}

.dn-topbar__brand img {
  display: block;
  height: 3.35em;
  width: auto;
  max-width: 16em;
  object-fit: contain;
}

.dn-topbar__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--pr2);
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.dn-topbar__title-icon {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
}

.dn-topbar__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 1rem;
}

.dn-topbar__link {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--pr);
  text-decoration: none;
}

.dn-topbar__link:hover {
  text-decoration: underline;
}

.dn-topbar__link--ghost {
  color: var(--pr2);
  font-weight: 500;
}

.dn-topbar__lang {
  font-size: 0.8125rem;
  color: var(--gray_77);
}

.dn-topbar__lang a {
  color: var(--gray_77);
  text-decoration: none;
  font-weight: 600;
}

.dn-topbar__lang a.is-active {
  color: var(--pr);
}

.dn-topbar__lang a:hover {
  color: var(--pr2);
}

.dn-topbar__app {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.45rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none;
  background: linear-gradient(135deg, var(--pr) 0%, var(--pr2) 100%);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(31, 54, 61, 0.2);
  border: none;
}

.dn-topbar__app:hover {
  filter: brightness(1.06);
  box-shadow: 0 4px 16px rgba(31, 54, 61, 0.28);
  text-decoration: none;
  color: #fff !important;
}

.dn-main-pad {
  max-width: var(--dn-max);
  margin: 0 auto;
  /* 푸터 직전 여백은 신뢰 섹션·푸터 톤으로 흡수 (하얀 띠 방지) */
  padding: 0 1.25rem 0;
}

.dn-foot {
  --dn-foot-copy: 0.74rem;
  --dn-foot-bg: #f3f7f8;
  background: var(--dn-foot-bg);
  /* 신뢰 섹션과 배경톤이 이어질 때 구분은 아주 약하게만 */
  border-top: 1px solid rgba(64, 121, 140, 0.09);
  padding: 1.7rem 1.25rem;
  margin-top: 0;
}

.dn-foot__inner {
  max-width: var(--dn-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(200px, 1.15fr) minmax(160px, auto) auto;
  align-items: start;
  column-gap: clamp(1.75rem, 3.5vw, 2.75rem);
  row-gap: 1rem;
}

.dn-foot__brand {
  display: grid;
  gap: 0.65em;
  font-size: var(--dn-foot-copy);
}

.dn-foot__logo {
  display: inline-flex;
  width: fit-content;
}

.dn-foot__logo img {
  display: block;
  height: 3.35em;
  width: auto;
  max-width: 16em;
  object-fit: contain;
}

.dn-foot__line {
  margin: 0;
  font-size: 1em;
  color: #5e6d74;
  line-height: 1.7;
}

.dn-foot__nav {
  display: grid;
  justify-items: end;
  gap: 0.38rem 0.5rem;
  padding-top: 0.1rem;
}

.dn-foot__nav a {
  color: #2a4f5b;
  text-decoration: none;
  line-height: 1.4;
}

.dn-foot__nav > a:nth-child(1),
.dn-foot__nav > a:nth-child(2) {
  font-size: 0.86rem;
  font-weight: 700;
}

.dn-foot__nav > a:nth-child(3),
.dn-foot__nav > a:nth-child(4) {
  font-size: 0.8rem;
  font-weight: 500;
  color: #3d5c68;
  margin-top: 0.15rem;
}

.dn-foot__nav a:hover {
  text-decoration: underline;
}

.dn-foot__lang {
  margin: 0.45rem 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 0.35rem;
  color: #6a7a81;
  font-size: 0.78rem;
}

.dn-foot__lang a {
  font-weight: 500;
  color: #51656e;
}

.dn-foot__lang a.is-active {
  color: #1f363d;
  font-weight: 700;
}

.dn-foot__stores {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
  padding-left: 1.5rem;
  border-left: 1px solid rgba(64, 121, 140, 0.22);
  align-self: stretch;
  font-size: var(--dn-foot-copy);
}

.dn-foot__badge {
  display: block;
  width: 9.1em;
  max-width: 9.1em;
  text-decoration: none;
}

.dn-foot__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.dn-foot__badge--play {
  width: 9.1em;
  max-width: 9.1em;
}

html[lang="en"] .dn-foot__badge--play {
  width: 10.2em;
  max-width: 10.2em;
}

.dn-foot__badge--disabled {
  opacity: 0.45;
  pointer-events: none;
}

.dn-hero {
  position: relative;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
  padding: 2.5rem 1.25rem 3.5rem;
  margin: 0;
  background: linear-gradient(145deg, #1F363D 0%, #40798C 48%, #2d5a68 100%);
  color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.dn-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 70% 20%, rgba(255, 255, 255, 0.12), transparent 55%);
  pointer-events: none;
}

.dn-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--dn-max);
  margin: 0 auto;
  width: 100%;
}

.dn-hero__inner {
  display: grid;
  gap: 1.1rem;
}

.dn-hero__content {
  min-width: 0;
}

.dn-hero__media {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.dn-device {
  display: block;
  width: min(72vw, 340px);
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 36px rgba(0, 0, 0, 0.24));
}

.dn-price-note {
  margin: 0.8rem 0 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

.dn-price-note--hero {
  font-size: 0.84rem;
  line-height: 1.42;
}

.dn-eyebrow {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.dn-hero h1 {
  font-size: clamp(1.65rem, 4vw, 2.35rem);
  font-weight: 650;
  line-height: 1.38;
  letter-spacing: -0.02em;
  margin: 0 0 1.35rem;
  color: #fff;
  max-width: 17.5em;
  text-wrap: balance;
}

.dn-hero__lead {
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.65;
  opacity: 0.95;
  max-width: 36em;
  margin: 0 0 1.25rem;
}

.dn-hero__hook {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.98);
  margin: 0 0 1.5rem;
  padding-left: 0.65rem;
  border-left: 3px solid rgba(255, 255, 255, 0.45);
}

.dn-section--diff {
  padding-top: 2rem;
}

.dn-flow {
  position: relative;
  overflow: visible;
  width: auto;
  max-width: none;
  padding: 4.2rem 2.1rem 4rem;
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  background: transparent;
}

.dn-flow::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  min-height: 100%;
  transform: translateX(-50%);
  background-color: #d4e8f0;
  background-image: var(
    --dn-grad-section-soft,
    linear-gradient(135deg, #d4e8f0 0%, #e8f4f8 32%, #eceeef 64%, #f7f7f7 100%)
  );
  pointer-events: none;
}

.dn-flow__orb {
  position: absolute;
  top: 0.5rem;
  left: clamp(0rem, calc(50% - 576px), 2.5rem);
  width: 240px;
  height: 240px;
  border: none;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(111, 168, 186, 0.2) 0%, rgba(111, 168, 186, 0.12) 32%, rgba(111, 168, 186, 0.06) 52%, rgba(111, 168, 186, 0.02) 68%, rgba(111, 168, 186, 0) 82%);
  transform: none;
  pointer-events: none;
  z-index: 1;
}

.dn-flow__inner {
  max-width: var(--dn-max);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.dn-flow__head {
  margin-bottom: 2.1rem;
}

.dn-flow__title {
  margin: 0 0 0.9rem;
  font-size: clamp(1.8rem, 4vw, 2.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}

.dn-flow__title-accent {
  color: #40798c;
}

.dn-flow__lead {
  margin: 0;
  font-size: clamp(1.06rem, 2.2vw, 1.26rem);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.01em;
  color: #111;
}

.dn-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.dn-flow-card {
  background: #fff;
  border: 1px solid rgba(64, 121, 140, 0.65);
  border-radius: 24px;
  padding: 1.5rem 1.4rem 1.35rem;
  box-shadow: 0 10px 26px rgba(31, 54, 61, 0.08);
}

.dn-flow-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: transparent;
}

.dn-flow-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dn-flow-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.24rem;
  font-weight: 700;
  color: #386878;
  letter-spacing: -0.01em;
}

.dn-flow-card p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.7;
  color: #264b57;
}

.dn-diff-box {
  max-width: 40em;
  margin: 0 auto;
  padding: 1.5rem 1.35rem;
  background: #f4f9fa;
  border: 1px solid rgba(64, 121, 140, 0.2);
  border-radius: var(--dn-radius);
  text-align: center;
}

.dn-diff-line {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--pr2);
}

.dn-diff-line:last-child {
  margin-bottom: 0;
}

.dn-diff-line--emphasis {
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--pr);
  letter-spacing: -0.02em;
}

.dn-feature-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.dn-feature-text strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--pr2);
  line-height: 1.35;
}

.dn-feature-text span {
  font-size: 0.9rem;
  color: var(--gray_77);
  line-height: 1.45;
}

.dn-use-list--single {
  max-width: 32em;
  margin: 0 auto;
}

.dn-use-inline {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 56em;
  margin: 1.2rem auto 0;
  padding: 0 1rem;
  text-align: center;
  text-wrap: balance;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #3b5964;
  letter-spacing: -0.01em;
}

.dn-trust-card--compact strong {
  display: block;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.dn-trust-card--compact span {
  display: none;
}

/* 앱 다운로드 앵커 */
#dn-apps {
  scroll-margin-top: 80px;
}

.dn-cta-stack {
  max-width: 520px;
  width: 100%;
  margin-top: 0.15rem;
}

.dn-cta-apps-kicker {
  margin: 0 0 0.85rem;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.35;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.dn-app-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

@media (min-width: 400px) {
  .dn-app-buttons {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}

.dn-app-buttons--final {
  max-width: 520px;
  margin: 0 auto;
}

.dn-btn--app {
  min-height: 56px;
  padding: 0.85rem 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  background: #fff;
  color: var(--pr2);
  border: none;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.18);
}

.dn-btn--app:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  color: var(--pr);
}

.dn-btn--app-google {
  background: linear-gradient(180deg, #fff 0%, #f0faf8 100%);
}

.dn-btn--app.dn-btn--disabled,
.dn-btn--app.dn-btn--disabled:hover {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  transform: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.dn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 48px;
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  box-sizing: border-box;
  cursor: pointer;
  border: 2px solid transparent;
  line-height: 1.3;
  text-align: center;
}

.dn-btn--primary {
  background: #fff;
  color: var(--pr2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.dn-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  color: var(--pr, #40798C);
}

.dn-btn--secondary {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.dn-btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

.dn-btn--secondary:disabled,
.dn-btn--secondary.dn-btn--disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.dn-section {
  max-width: var(--dn-max);
  margin: 0 auto;
  padding: 3rem 0;
}

.dn-section__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--pr2, #1F363D);
  margin: 0 0 1.25rem;
  letter-spacing: -0.02em;
  text-align: center;
}

.dn-section__lead {
  text-align: center;
  color: var(--gray_77, #555);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 40em;
  margin: 0 auto 2rem;
}

.dn-pain-list,
.dn-use-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.dn-pain-list li,
.dn-use-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1rem 1.15rem;
  background: #f8fafb;
  border: 1px solid var(--gray_e, #eee);
  border-radius: var(--dn-radius);
  font-size: 1rem;
  line-height: 1.55;
  color: var(--pr2, #1F363D);
}

.dn-pain-list li::before {
  content: "•";
  color: var(--pr, #40798C);
  font-weight: 800;
  flex-shrink: 0;
}

.dn-section--pain .dn-section__title {
  text-align: left;
  font-size: clamp(1.5rem, 3.4vw, 2.5rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2.2rem;
  color: #000;
}

.dn-pain-chat {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dn-pain-chat__row {
  display: flex;
}

.dn-pain-chat__row--right {
  justify-content: flex-end;
}

.dn-pain-chat__row--left {
  justify-content: flex-start;
}

.dn-pain-chat__bubble {
  margin: 0;
  background: #eef3f4;
  border-radius: 999px;
  padding: 1rem 2.5rem;
  width: auto;
  max-width: 100%;
  font-size: 1.0625rem;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.01em;
  line-height: 1.45;
  text-align: center;
  box-shadow: 0 6px 14px rgba(31, 54, 61, 0.08);
}

.dn-pain-chat__row--right .dn-pain-chat__bubble {
  margin-left: auto;
  width: min(100%, 640px);
}

.dn-pain-chat__row--left .dn-pain-chat__bubble {
  margin-right: auto;
  width: min(100%, 520px);
}

.dn-bridge {
  margin-top: 1.75rem;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(135deg, rgba(64, 121, 140, 0.1) 0%, rgba(31, 54, 61, 0.06) 100%);
  border-radius: var(--dn-radius);
  border: 1px solid rgba(64, 121, 140, 0.2);
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--pr2, #1F363D);
  text-align: center;
}

.dn-steps {
  display: grid;
  gap: 1rem;
  margin: 0 0 1.5rem;
}

@media (min-width: 640px) {
  .dn-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dn-step-card {
  background: #fff;
  border: 1px solid var(--gray_e, #eee);
  border-radius: var(--dn-radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--dn-shadow);
}

.dn-step-card__icon {
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.dn-step-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--pr2, #1F363D);
  margin: 0 0 0.35rem;
}

.dn-step-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--gray_77, #555);
  line-height: 1.55;
}

.dn-features {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 600px) {
  .dn-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dn-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--pr2, #1F363D);
  border-bottom: 1px solid var(--gray_e, #eee);
}

.dn-feature-item:last-child {
  border-bottom: none;
}

.dn-feature-item .fa-circle-check {
  color: var(--pr, #40798C);
  margin-top: 0.15rem;
  flex-shrink: 0;
}

.dn-use-grid {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 560px) {
  .dn-use-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dn-trust-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .dn-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.dn-trust-card {
  text-align: center;
  padding: 1.5rem 1rem;
  background: #f8fafb;
  border-radius: var(--dn-radius);
  border: 1px solid var(--gray_e, #eee);
}

.dn-trust-card strong {
  display: block;
  font-size: 1rem;
  color: var(--pr2, #1F363D);
  margin-bottom: 0.4rem;
}

.dn-trust-card span {
  font-size: 0.9rem;
  color: var(--gray_77, #555);
  line-height: 1.5;
}

.dn-quote-block {
  margin-top: 2rem;
  padding: 1.35rem 1.5rem;
  background: var(--pr2, #1F363D);
  color: #fff;
  border-radius: var(--dn-radius);
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  font-weight: 600;
}

.dn-quote-block p {
  margin: 0.35rem 0;
}

.dn-cta-final {
  margin: 2rem 0 1rem;
  padding: 2.75rem 1.5rem;
  background: linear-gradient(135deg, var(--pr, #40798C) 0%, var(--prver2, #70a9a1) 100%);
  border-radius: var(--dn-radius);
  color: #fff;
  text-align: center;
}

.dn-cta-final h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin: 0 0 0.75rem;
  color: #fff;
  font-weight: 700;
}

.dn-cta-final .dn-sub {
  font-size: 1.05rem;
  opacity: 0.95;
  margin: 0 0 1.75rem;
  line-height: 1.55;
}

.dn-cta-final .dn-btn--app {
  box-shadow: 0 6px 24px rgba(31, 54, 61, 0.25);
}

.dn-muted {
  font-size: 0.8125rem;
  color: var(--gray_77, #666);
  margin-top: 1rem;
  text-align: center;
  line-height: 1.5;
}

.dn-muted--on-hero {
  color: rgba(255, 255, 255, 0.78) !important;
  text-align: left;
  max-width: 36em;
}

body.dn-standalone .dn-section__title {
  color: var(--pr2);
}

body.dn-standalone h1 {
  color: #fff;
}

@media (max-width: 900px) {
  .dn-topbar__inner {
    padding: 0.7rem 1rem;
    gap: 0.5rem 0.8rem;
  }

  .dn-topbar__brand {
    order: 1;
  }

  .dn-topbar__title {
    order: 2;
    flex: 1;
    text-align: right;
    font-size: 1.05rem;
  }

  .dn-topbar__title-icon {
    width: 24px;
    height: 24px;
  }

  .dn-topbar__nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 0.45rem 0.65rem;
  }

  .dn-topbar__link {
    font-size: 0.86rem;
  }

  .dn-topbar__app {
    min-height: 36px;
    padding: 0.35rem 0.8rem;
    font-size: 0.84rem;
  }

  .dn-hero {
    min-height: auto;
    padding: 2rem 1rem 2.4rem;
  }

  .dn-hero h1 {
    font-size: clamp(1.45rem, 7.1vw, 2rem);
    line-height: 1.42;
    margin-bottom: 1.1rem;
  }

  .dn-cta-apps-kicker {
    font-size: 1rem;
  }

  .dn-main-pad {
    padding: 0 1rem 0;
  }

  .dn-section {
    padding: 2.2rem 0;
  }

  .dn-feature-item {
    padding: 0.7rem 0;
  }

  .dn-cta-final {
    padding: 2.15rem 1rem;
  }

  .dn-flow {
    padding: 3.2rem 1.25rem 3rem;
  }

  .dn-flow__orb {
    top: 0.5rem;
    left: 0.55rem;
    width: 180px;
    height: 180px;
  }

  .dn-flow__head {
    margin-bottom: 1.6rem;
  }

  .dn-flow__title {
    margin-bottom: 0.6rem;
    font-size: clamp(1.5rem, 5.2vw, 1.95rem);
  }

  .dn-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
  }

  .dn-flow-card {
    border-radius: 20px;
    padding: 1.2rem 1rem 1.1rem;
  }

  .dn-flow-card h3 {
    font-size: 1.02rem;
  }

  .dn-flow-card p {
    font-size: 0.83rem;
    line-height: 1.62;
  }

  .dn-section--pain .dn-section__title {
    margin-bottom: 1.55rem;
  }

  .dn-pain-chat__row--right,
  .dn-pain-chat__row--left {
    padding-left: 0;
    padding-right: 0;
  }

  .dn-pain-chat__bubble {
    width: auto;
    padding: 0.9rem 1.5rem;
    font-size: 1rem;
  }

  .dn-pain-chat__row--right .dn-pain-chat__bubble {
    width: min(100%, 580px);
  }

  .dn-pain-chat__row--left .dn-pain-chat__bubble {
    width: min(100%, 470px);
  }
}

@media (max-width: 639px) {
  .dn-topbar__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    align-items: center;
    column-gap: 0.65rem;
    row-gap: 0;
  }

  .dn-topbar__brand {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .dn-topbar__title {
    display: none;
  }

  .dn-topbar__link--ghost {
    display: none;
  }

  .dn-topbar__nav {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
  }

  .dn-topbar__lang {
    margin-left: 0;
  }

  .dn-hero__line-shift {
    display: block;
    margin-top: 0.3rem;
  }

  .dn-hero {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .dn-app-buttons {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }

  .dn-btn--app {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }

  .dn-section__title {
    margin-bottom: 1rem;
    line-height: 1.35;
  }

  .dn-section--pain .dn-section__title {
    text-align: left;
    font-size: clamp(1.35rem, 6.2vw, 1.7rem);
    margin-bottom: 1.2rem;
  }

  .dn-flow {
    padding: 2.2rem 1.15rem 2.3rem;
    border-radius: 0;
  }

  .dn-flow__orb {
    top: 0.45rem;
    left: 0.45rem;
    width: 138px;
    height: 138px;
  }

  .dn-flow__head {
    margin-bottom: 1.15rem;
  }

  .dn-flow__title {
    margin-bottom: 0.5rem;
    font-size: clamp(1.35rem, 7vw, 1.7rem);
    line-height: 1.35;
  }

  .dn-flow__lead {
    font-size: 1rem;
    line-height: 1.5;
  }

  .dn-flow-grid {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .dn-flow-card {
    border-radius: 16px;
    padding: 1.05rem 0.95rem 1rem;
  }

  .dn-flow-card__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 0.78rem;
  }

  .dn-flow-card h3 {
    margin-bottom: 0.52rem;
    font-size: 1.02rem;
  }

  .dn-flow-card p {
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .dn-pain-chat {
    gap: 0.7rem;
  }

  .dn-pain-chat__row--right,
  .dn-pain-chat__row--left {
    padding-left: 0;
    padding-right: 0;
  }

  .dn-pain-chat__bubble {
    width: 100%;
    border-radius: 18px;
    padding: 0.82rem 0.95rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .dn-pain-list li,
  .dn-use-list li {
    padding: 0.85rem 0.95rem;
    font-size: 0.96rem;
  }

  .dn-diff-line {
    font-size: 0.98rem;
  }

  .dn-diff-line--emphasis {
    font-size: 1.06rem;
  }

  .dn-quote-block {
    margin-top: 1.35rem;
    padding: 1.1rem 1rem;
    font-size: 0.98rem;
  }

  .dn-foot {
    padding: 1.3rem 1.2rem;
  }
}

@media (max-width: 480px) {
  .dn-topbar {
    position: sticky;
  }

  .dn-topbar__inner {
    padding: 0.62rem 0.75rem;
  }

  .dn-topbar__link {
    font-size: 0.82rem;
  }

  .dn-topbar__app {
    min-height: 34px;
    padding: 0.3rem 0.68rem;
    font-size: 0.8rem;
  }

  .dn-hero {
    padding: 1.65rem 0.75rem 2rem;
  }

  .dn-hero h1 {
    font-size: clamp(1.28rem, 7.8vw, 1.72rem);
    line-height: 1.46;
  }

  .dn-cta-apps-kicker {
    font-size: 0.93rem;
    line-height: 1.4;
  }

  .dn-main-pad {
    padding: 0 1.1rem 0;
  }

  .dn-section__lead {
    font-size: 0.96rem;
    margin-bottom: 1.25rem;
  }

  .dn-section {
    padding: 1.9rem 0;
  }

  .dn-flow {
    padding: 1.95rem 1rem 2rem;
  }

  .dn-flow__title {
    font-size: clamp(1.28rem, 6.8vw, 1.52rem);
  }

  .dn-flow__lead {
    font-size: 0.93rem;
  }

  .dn-step-card {
    padding: 1rem 0.9rem;
  }

  .dn-step-card h3 {
    font-size: 0.99rem;
  }

  .dn-step-card p {
    font-size: 0.9rem;
  }

  .dn-feature-text strong {
    font-size: 0.95rem;
  }

  .dn-feature-text span {
    font-size: 0.86rem;
  }

  .dn-cta-final {
    margin-top: 1.5rem;
    padding: 1.8rem 0.85rem;
  }

  .dn-cta-final .dn-sub {
    margin-bottom: 1.25rem;
    font-size: 0.96rem;
  }

  .dn-pain-chat {
    gap: 0.55rem;
  }

  .dn-pain-chat__bubble {
    border-radius: 16px;
    padding: 0.74rem 0.78rem;
    font-size: 0.9rem;
    line-height: 1.36;
  }
}

@media (max-width: 412px) {
  .dn-topbar__inner {
    padding: 0.58rem 0.68rem;
  }

  .dn-topbar__link {
    font-size: 0.8rem;
  }

  .dn-topbar__app {
    min-height: 33px;
    padding: 0.28rem 0.62rem;
    font-size: 0.78rem;
  }

  .dn-hero {
    padding: 1.5rem 0.68rem 1.9rem;
  }

  .dn-main-pad {
    padding: 0 0.92rem 0;
  }

  .dn-pain-chat__bubble {
    font-size: 0.88rem;
    padding: 0.7rem 0.74rem;
  }
}

@media (max-width: 390px) {
  .dn-topbar__nav {
    gap: 0.35rem 0.45rem;
  }

  .dn-topbar__link {
    font-size: 0.79rem;
  }

  .dn-topbar__app {
    font-size: 0.76rem;
  }

  .dn-btn--app {
    min-height: 50px;
    padding: 0.72rem 0.85rem;
    font-size: 0.95rem;
  }

  .dn-pain-list li,
  .dn-use-list li {
    font-size: 0.92rem;
  }

  .dn-pain-chat__bubble {
    font-size: 0.86rem;
    padding: 0.68rem 0.72rem;
  }

  .dn-flow {
    padding: 1.75rem 0.9rem 1.85rem;
  }

  .dn-flow__title {
    font-size: 1.2rem;
  }

  .dn-flow-card {
    padding: 0.95rem 0.85rem 0.9rem;
  }

  .dn-flow-card p {
    font-size: 0.81rem;
  }

  .dn-app-buttons {
    gap: 0.5rem;
  }

  .dn-btn--app {
    min-height: 48px;
    font-size: 0.92rem;
  }
}

@media (max-width: 360px) {
  .dn-topbar__nav {
    gap: 0.3rem 0.4rem;
  }

  .dn-topbar__app {
    min-height: 32px;
    padding: 0.24rem 0.56rem;
    font-size: 0.74rem;
  }

  .dn-hero h1 {
    font-size: clamp(1.2rem, 7.2vw, 1.5rem);
    line-height: 1.5;
  }

  .dn-section--pain .dn-section__title {
    font-size: clamp(1.2rem, 6vw, 1.45rem);
  }

  .dn-pain-chat__bubble {
    font-size: 0.83rem;
    padding: 0.64rem 0.68rem;
    border-radius: 14px;
  }

  .dn-btn--app {
    min-height: 46px;
    font-size: 0.88rem;
  }

  .dn-price-note--hero {
    font-size: 0.78rem;
    line-height: 1.4;
  }
}

/* 하단 섹션 톤 통일 (사용 사례 ~ CTA) */
.dn-section--usecases {
  margin-top: 0.6rem;
  padding: 2.2rem 1.35rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #f6fbfc 0%, #f8fbff 100%);
  border: 1px solid rgba(64, 121, 140, 0.16);
}

.dn-section--usecases .dn-section__title {
  margin-bottom: 1rem;
}

.dn-section--usecases .dn-use-list--single {
  max-width: 100%;
}

.dn-section--usecases .dn-use-list li {
  background: #fff;
  border-color: rgba(64, 121, 140, 0.2);
  box-shadow: 0 8px 20px rgba(31, 54, 61, 0.05);
}

.dn-section--trust {
  margin-top: 1rem;
  padding: 2.4rem 1.35rem;
  border-radius: 22px;
  background: linear-gradient(135deg, #eef6f8 0%, #f7fbfd 100%);
  border: 1px solid rgba(64, 121, 140, 0.2);
}

.dn-section--trust .dn-section__title {
  margin-bottom: 1.1rem;
}

.dn-section--trust .dn-trust-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(64, 121, 140, 0.18);
  box-shadow: 0 8px 22px rgba(31, 54, 61, 0.06);
}

.dn-section--trust .dn-quote-block {
  margin-top: 1.5rem;
  background: linear-gradient(135deg, #336877 0%, #274f5a 100%);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 26px rgba(31, 54, 61, 0.18);
}

.dn-cta-final {
  margin: 1.2rem 0 1rem;
  background: linear-gradient(135deg, #2f6675 0%, #5f9d97 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 14px 30px rgba(31, 54, 61, 0.2);
}

.dn-cta-final .dn-btn--app {
  box-shadow: 0 8px 24px rgba(31, 54, 61, 0.22);
}

.dn-price-note--final {
  margin-top: 0.95rem;
  font-size: 0.93rem;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.dn-price-note--final strong {
  color: #fff;
  font-weight: 800;
}

@media (max-width: 900px) {
  .dn-section--usecases,
  .dn-section--trust {
    padding: 1.7rem 1rem;
    border-radius: 18px;
  }

  .dn-cta-final {
    border-radius: 16px;
  }
}

@media (max-width: 639px) {
  .dn-section--usecases,
  .dn-section--trust {
    padding: 1.45rem 0.95rem;
    border-radius: 14px;
  }

  .dn-section--trust .dn-trust-card {
    border-radius: 14px;
    padding: 1.15rem 0.9rem;
  }

  .dn-section--trust .dn-quote-block {
    border-radius: 14px;
    padding: 1.05rem 1rem;
    font-size: 0.95rem;
  }
}

/* 신뢰 섹션 시안: KO/EN 공통(그라데이션·티어 카드·가운데 솟는 피크) */
.dn-section--trust-showcase .dn-section__title {
  font-size: clamp(1.8rem, 4vw, 2.25rem);
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin-bottom: 2.5rem;
  color: #111;
}

.dn-section--trust-showcase.is-ko .dn-section__title {
  text-align: left;
}

.dn-section--trust-showcase.is-en .dn-section__title {
  text-align: center;
}

.dn-trust-title-accent {
  color: #3f7f94;
}

.dn-section--trust-showcase .dn-trust-grid {
  --dn-trust-peak: 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 2rem;
}

.dn-section--trust-showcase .dn-trust-card {
  background: #578da0;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #fff;
  box-shadow: 0 6px 12px rgba(31, 54, 61, 0.12);
  padding: 1.7rem 1.35rem;
  width: 100%;
  max-width: 280px;
  justify-self: center;
  min-height: 300px;
}

.dn-section--trust-showcase .dn-trust-card strong {
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: -0.02em;
  margin: 0;
}

.dn-section--trust-showcase .dn-trust-card span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0.55em;
}

.dn-section--trust-showcase .dn-trust-grid .dn-trust-card:nth-child(2) {
  position: relative;
  z-index: 1;
  transform: translateY(calc(-1 * var(--dn-trust-peak)));
}

.dn-section--trust-showcase .dn-quote-block {
  margin-top: 1.5rem;
}

.dn-section--trust-showcase {
  position: relative;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  /* 하단: 인용문 아래~푸터까지 톤이 이어지도록 여백은 여기서 */
  padding: 3.2rem 2.1rem 2.4rem;
  background: transparent;
}

.dn-section--trust-showcase::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  min-height: 100%;
  transform: translateX(-50%);
  /* var 미해석·캐시에도 틴트 유지, 그라데이션은 본 정의와 동기화 */
  background-color: #d4e8f0;
  background-image: var(
    --dn-grad-section-soft,
    linear-gradient(135deg, #d4e8f0 0%, #e8f4f8 32%, #eceeef 64%, #f7f7f7 100%)
  );
  pointer-events: none;
}

.dn-section--trust-showcase .dn-section__title,
.dn-section--trust-showcase .dn-trust-grid,
.dn-section--trust-showcase .dn-quote-block {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .dn-section--trust-showcase .dn-section__title {
    font-size: clamp(1.5rem, 5.2vw, 1.95rem);
    margin-bottom: 1.85rem;
  }

  .dn-section--trust-showcase .dn-trust-grid {
    --dn-trust-peak: 1.1rem;
    gap: 1rem;
  }

  .dn-section--trust-showcase .dn-trust-card {
    min-height: 240px;
    max-width: none;
    padding: 1.2rem 1rem;
  }

  .dn-section--trust-showcase .dn-trust-card strong {
    font-size: 1.05rem;
  }

  .dn-section--trust-showcase {
    padding: 2.5rem 1.25rem 1.9rem;
  }
}

@media (max-width: 639px) {
  .dn-section--trust-showcase .dn-section__title {
    font-size: clamp(1.35rem, 7vw, 1.7rem);
    margin-bottom: 1.35rem;
  }

  .dn-section--trust-showcase .dn-trust-grid {
    grid-template-columns: 1fr;
  }

  .dn-use-inline {
    margin-top: 0.85rem;
    padding: 0 0.85rem;
    font-size: 0.9rem;
    line-height: 1.55;
    text-align: center;
  }

  .dn-section--trust-showcase .dn-trust-card,
  .dn-section--trust-showcase .dn-trust-grid .dn-trust-card:nth-child(1),
  .dn-section--trust-showcase .dn-trust-grid .dn-trust-card:nth-child(2),
  .dn-section--trust-showcase .dn-trust-grid .dn-trust-card:nth-child(3) {
    min-height: auto;
  }

  .dn-section--trust-showcase .dn-trust-grid .dn-trust-card:nth-child(2) {
    transform: none;
  }

  .dn-section--trust-showcase {
    padding: 2rem 1.15rem 1.5rem;
  }
}

@media (max-width: 900px) {
  .dn-foot__inner {
    grid-template-columns: 1fr auto;
    row-gap: 1rem;
    column-gap: 1.35rem;
  }

  .dn-foot__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .dn-foot__nav {
    grid-column: 1;
    grid-row: 2;
    justify-items: start;
  }

  .dn-foot__stores {
    grid-column: 2;
    grid-row: 1 / 3;
    padding-left: 1.15rem;
  }
}

@media (max-width: 639px) {
  .dn-foot {
    padding: 1.2rem 1rem;
  }

  .dn-foot__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .dn-foot__nav {
    justify-items: start;
    gap: 0.4rem;
  }

  .dn-foot__nav a {
    font-size: 0.8rem;
  }

  .dn-foot__lang {
    justify-content: flex-start;
  }

  .dn-foot__stores {
    grid-column: auto;
    grid-row: auto;
    align-items: center;
    width: 100%;
    max-width: 9.1em;
    border-left: none;
    padding-left: 0;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(64, 121, 140, 0.15);
  }
}

@media (min-width: 901px) {
  .dn-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.95fr);
    align-items: center;
    gap: 1rem;
  }

  .dn-hero__media {
    justify-content: flex-end;
  }

  .dn-device {
    width: min(36vw, 430px);
  }

}

/* SEO 전용: HTML·소스에만 두고 1px 클립으로 화면에 표시하지 않음 (CTA, 사용처 한 줄 등) */
#dn-main {
  position: relative;
}

.dn-seo-only {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  background: transparent !important;
  color: #000 !important;
  pointer-events: none !important;
  z-index: 0;
}

/* -------------------------------------------------------------------------- */
/* English (html lang="en") — 긴 문단·신뢰 카드·히어로 정렬 보정 (main 랜딩 기준) */
/* -------------------------------------------------------------------------- */

html[lang="en"] .dn-hero {
  min-height: clamp(720px, 91vh, 900px);
}

html[lang="en"] .dn-hero__content {
  max-width: min(640px, 100%);
}

html[lang="en"] .dn-hero h1 {
  line-height: 1.28;
  font-size: clamp(1.75rem, 4.2vw, 3.05rem);
  hyphens: auto;
  -webkit-hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

html[lang="en"] .dn-cta-apps-kicker {
  font-size: clamp(1rem, 2.1vw, 1.08rem);
  line-height: 1.42;
  max-width: 38em;
}

html[lang="en"] #dn-apps .dn-app-buttons {
  justify-content: flex-start;
}

html[lang="en"] .dn-section--pain .dn-pain-chat__row--right .dn-pain-chat__bubble,
html[lang="en"] .dn-pain-chat__row--left .dn-pain-chat__bubble {
  width: min(100%, 42rem);
  text-align: left;
}

html[lang="en"] .dn-section--pain .dn-section__title {
  max-width: 24em;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 641px) {
  html[lang="en"] .dn-section--pain .dn-section__title {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}

html[lang="en"] .dn-section__lead {
  max-width: min(42em, 100%);
  padding: 0 0.25rem;
  box-sizing: border-box;
}

html[lang="en"] .dn-features {
  grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 720px) {
  html[lang="en"] .dn-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

html[lang="en"] .dn-feature-text strong {
  font-size: 0.98rem;
  line-height: 1.4;
}

html[lang="en"] .dn-section--trust-showcase .dn-trust-grid {
  align-items: end;
}

html[lang="en"] .dn-section--trust-showcase .dn-trust-card {
  max-width: 280px;
  min-height: 300px;
}

@media (max-width: 900px) {
  html[lang="en"] .dn-section--trust-showcase .dn-trust-grid {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  html[lang="en"] .dn-section--trust-showcase .dn-trust-card {
    max-width: none;
    min-height: 0;
  }
}

@media (max-width: 820px) {
  html[lang="en"] .dn-topbar__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    row-gap: 0.65rem;
    column-gap: 0.75rem;
    min-height: auto;
    padding-bottom: 0.95rem;
  }

  html[lang="en"] .dn-topbar__title {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    white-space: normal;
    text-align: center;
    font-size: clamp(0.95rem, 3vw, 1.2rem);
    line-height: 1.25;
  }

  html[lang="en"] .dn-topbar__brand {
    grid-column: 1;
    grid-row: 2;
    justify-self: start;
    align-self: center;
  }

  html[lang="en"] .dn-topbar__nav {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    flex-wrap: wrap;
    justify-content: flex-end;
    row-gap: 0.4rem;
    max-width: min(100%, 420px);
  }

  html[lang="en"] .dn-topbar__link--ghost,
  html[lang="en"] .dn-topbar__app {
    min-width: 0;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    font-size: 0.78rem;
  }

  html[lang="en"] .dn-topbar__link {
    font-size: 0.82rem;
  }
}

@media (max-width: 520px) {
  html[lang="en"] .dn-topbar__inner {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  html[lang="en"] .dn-topbar__nav {
    grid-column: 1;
    justify-content: center;
    max-width: none;
  }
}
