:root {
  --esn-blue: #0b2d5c;
  --esn-blue-dark: #081f40;
  --esn-gold: #c89b3c;
  --esn-bg: #fffff;
--esn-surface: #ffffff;
  --esn-border: #d9e1ec;
  --esn-text: #1e293b;
  --esn-muted: #5b6b80;
  --shadow-soft: 0 10px 30px rgba(11, 45, 92, 0.08);
  --radius-lg: 18px;
  --radius-md: 12px;
  --container: 1240px;
}

* {
  box-sizing: border-box;
}

.privacy-layout.container {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
}

#privacy-index-main p,
#privacy-index-main li {
  font-size: 13px;
}


html {
  scroll-behavior: smooth;
}

#privacy-index-main {
  color: var(--esn-text);
  line-height: 1.65;
}

#privacy-index-main .hero,
#privacy-index-main .privacy-layout {
  background: var(--esn-bg);
}

#privacy-index-main #dkt-footer-row,
#privacy-index-main #dkt-footer-row .footer-box {
  background-color: #fff;
}

img {
  max-width: 100%;
}

a {
  color: var(--esn-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  background: #fff;
  color: var(--esn-blue-dark);
  padding: 10px 14px;
  border-radius: 8px;
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  box-shadow: 0 2px 14px rgba(15, 23, 42, 0.06);
}

.topbar {
  background: linear-gradient(135deg, var(--esn-blue-dark), var(--esn-blue));
  color: #fff;
}

.topbar-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
}

.brand-block {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 2px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.brand-subtitle {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.top-link {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

.login-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--esn-gold);
  color: #111827;
  font-weight: 700;
}

.login-btn:hover,
.brand:hover,
.top-link:hover,
.main-nav a:hover,
.footer-links a:hover {
  text-decoration: none;
}

.main-nav {
  background: #fff;
  border-bottom: 1px solid var(--esn-border);
}

.nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 14px 0;
}

.main-nav a {
  color: var(--esn-blue-dark);
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hero {
  font-family: Arial, Helvetica, sans-serif !important;
  background: radial-gradient(circle at top left, rgba(200,155,60,0.18), transparent 36%), linear-gradient(180deg, #fff 0%, #eef3fa 100%);
  border-bottom: 1px solid var(--esn-border);
}

.hero-inner {
  padding: 48px 0 34px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--esn-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  font-weight: 700;
}

.hero h1 {
  margin: 0;
  color: var(--esn-blue-dark);
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.1;
}

.hero-text {
  max-width: 820px;
  margin: 16px 0 10px;
  font-size: 1.06rem;
  color: var(--esn-muted);
}

.last-updated {
  margin: 0;
  font-weight: 700;
  font-size: 13px;
  color: var(--esn-blue);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 28px;
  padding: 34px 0 56px;
}

.privacy-sidebar {
  align-self: start;
  position: sticky;
  top: 132px;
}

.sidebar-card,
.content-card {
  background: var(--esn-surface);
  border: 1px solid var(--esn-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
}

.sidebar-card {
  padding: 24px;
}

.sidebar-title {
  margin: 0 0 14px;
  color: var(--esn-blue-dark);
  font-size: 0.92rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.chapter-list {
  margin: 0;
  padding-left: 18px;
}

.chapter-list li + li {
  margin-top: 10px;
}

.chapter-list a {
  color: var(--esn-text);
  font-weight: 600;
}

.chapter-list a:hover {
  color: var(--esn-blue);
}

.content-card {
  padding: 16px 28px;
}

.notice-section {
  scroll-margin-top: 140px;
  padding: 24px 0 26px;
}

.notice-section + .notice-section {
  border-top: 1px solid var(--esn-border);
}

.notice-section h2 {
  margin: 0 0 14px;
  color: var(--esn-blue-dark);
  font-size: 1.65rem;
  line-height: 1.2;
}

.notice-section h3 {
  margin: 0 0 8px;
  color: var(--esn-blue-dark);
  font-size: 1.05rem;
}

.notice-section p,
.notice-section li {
  color: var(--esn-text);
}

.stacked-items {
  display: grid;
  gap: 16px;
}

.item-box {
  padding: 18px 18px 16px;
  border: 1px solid var(--esn-border);
  border-radius: var(--radius-md);
  background: #fbfcfe;
}

.legal-list {
  margin: 0;
  padding-left: 22px;
}

.legal-list li + li {
  margin-top: 12px;
}

.site-footer {
  background: var(--esn-blue-dark);
  color: rgba(255,255,255,0.88);
  padding: 28px 0 36px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.14);
}

.footer-brand {
  margin: 0 0 6px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

.footer-copy {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}

.footer-links a {
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

.footer-note {
  padding-top: 18px;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
}

@media (max-width: 1024px) {
  .privacy-layout {
    grid-template-columns: 1fr;
  }

  .privacy-sidebar {
    position: static;
  }
}

@media (max-width: 760px) {
  .topbar-inner,
  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-block {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .brand {
    width: 52px;
    height: 52px;
  }

  .hero-inner {
    padding: 36px 0 28px;
  }

  .content-card {
    padding: 8px 18px;
  }

  .sidebar-card {
    padding: 18px;
  }

  .notice-section h2 {
    font-size: 1.38rem;
  }
}