.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background:
    linear-gradient(180deg, rgba(18, 76, 150, 0.82), rgba(18, 76, 150, 0.96)),
    url("assets/img/img-old/automotive-1866521_1920.jpg");
  background-size: cover;
  background-position: center top;
  padding: 0 clamp(16px, 4vw, 70px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  color: #fff;
}

.site-header .nav {
  height: 80px;
  padding: 0 25px;
  border-bottom: none;
  color: #fff;
}

.site-header .logo img {
  height: 80px;
}

.site-header .desktop-menu a {
  color: #fff;
  font-weight: 600;
}

.site-header .desktop-menu a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.site-header .menu-btn {
  color: #fff;
}

.site-header .mobile-menu-links a.active {
  text-decoration: underline;
  text-underline-offset: 6px;
}

@media (max-width: 991px) {
  .site-header .nav {
    height: 64px;
    padding: 0 12px;
  }

  .site-header .logo img {
    height: 48px;
  }
}

.site-main {
  min-height: calc(100vh - 72px);
}

body.auth-page .auth-shell {
  min-height: calc(100vh - 72px);
}

.site-footer-mini {
  padding: 28px clamp(16px, 4vw, 70px);
  background: #071a44;
  color: #dbe7ff;
  text-align: center;
  font-size: 14px;
}

.site-footer-mini a {
  color: #fff;
  font-weight: 700;
  margin: 0 10px;
}

.site-footer-mini a:hover {
  text-decoration: underline;
}

.policy-page {
  padding: 56px clamp(20px, 5vw, 70px) 72px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%);
}

.policy-wrap {
  max-width: 860px;
  margin: 0 auto;
}

.policy-label {
  font-size: 13px;
  letter-spacing: 3px;
  color: #6b7a99;
  margin-bottom: 18px;
  font-weight: 700;
}

.policy-wrap h1 {
  font-family: Inter, sans-serif;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -1.5px;
  color: #071a44;
  margin: 0 0 24px;
}

.policy-intro {
  font-size: 17px;
  line-height: 1.75;
  color: #334155;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #dbe4f1;
}

.policy-section {
  margin-bottom: 32px;
}

.policy-section h2 {
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #071a44;
  margin: 0 0 12px;
}

.policy-section p {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  margin: 0 0 12px;
}

.policy-section ul {
  margin: 0;
  padding-left: 22px;
}

.policy-section li {
  font-size: 16px;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 8px;
}

.policy-contact {
  margin-top: 40px;
  padding: 22px 24px;
  border-radius: 16px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
}

.policy-contact p {
  margin: 0;
}

.policy-contact a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.policy-contact a:hover {
  text-decoration: underline;
}

.policy-section a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.policy-section a:hover {
  text-decoration: underline;
}

.legal-footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  max-width: 920px;
  margin: 0 auto 16px;
  line-height: 1.5;
}

.legal-footer-nav a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  margin: 0;
  white-space: nowrap;
}

.legal-footer-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-footer-copy {
  margin: 0;
  font-size: 13px;
  color: #b8c9e8;
}

.policy-example-box {
  margin: 16px 0 0;
  padding: 18px 20px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  font-size: 15px;
  line-height: 1.8;
  color: #334155;
}

.policy-related {
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid #dbe4f1;
}

.policy-related h2 {
  font-size: 18px;
  margin-bottom: 12px;
}

.policy-related p {
  margin: 0;
  font-size: 15px;
}

@media (max-width: 768px) {
  .policy-page {
    padding-top: 40px;
  }

  .policy-section h2 {
    font-size: 20px;
  }

  .policy-section p,
  .policy-section li,
  .policy-intro {
    font-size: 15px;
  }
}
