* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #09182b;
  background: #eef2f5;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.65;
}

a {
  color: inherit;
}

.policy-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.policy-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(7, 24, 46, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.policy-header__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.policy-brand {
  width: 150px;
  height: 64px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #ffffff, #edf2f7);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.policy-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.policy-back {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.policy-back:hover {
  color: #ff5660;
}

.policy-hero {
  padding: 88px 0 82px;
  color: #ffffff;
  background:
    radial-gradient(circle at 78% 24%, rgba(220, 31, 44, 0.22), transparent 27%),
    linear-gradient(135deg, #061428 0%, #0a2444 57%, #07182e 100%);
}

.policy-eyebrow {
  margin: 0 0 18px;
  color: #f03843;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.policy-hero h1 {
  max-width: 970px;
  margin: 0;
  font-size: clamp(42px, 5.5vw, 74px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.policy-intro {
  max-width: 790px;
  margin: 28px 0 0;
  color: #c8d5e5;
  font-size: 19px;
}

.policy-version {
  margin: 28px 0 0;
  color: #9cafc5;
  font-size: 13px;
}

.policy-layout {
  padding: 72px 0 96px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 72px;
  align-items: start;
}

.policy-nav {
  position: sticky;
  top: 112px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgba(9, 24, 43, 0.13);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(8, 24, 46, 0.06);
}

.policy-nav strong {
  margin-bottom: 8px;
  font-size: 15px;
}

.policy-nav a {
  color: #657386;
  font-size: 13px;
  text-decoration: none;
}

.policy-nav a:hover {
  color: #dc1f2c;
}

.policy-content section {
  margin: 0 0 32px;
  padding: 42px;
  scroll-margin-top: 110px;
  border: 1px solid rgba(9, 24, 43, 0.12);
  border-radius: 26px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(8, 24, 46, 0.055);
}

.policy-content h2 {
  margin: 0 0 26px;
  font-size: clamp(29px, 3.2vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.policy-content h3 {
  margin: 30px 0 12px;
  font-size: 21px;
  line-height: 1.25;
}

.policy-content p {
  margin: 0 0 18px;
  color: #536175;
}

.policy-content p:last-child {
  margin-bottom: 0;
}

.policy-content ul {
  margin: 18px 0 24px;
  padding-left: 23px;
  color: #536175;
}

.policy-content li {
  margin: 7px 0;
}

.policy-content a {
  color: #ba1a27;
  font-weight: 750;
}

.policy-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.policy-details > div {
  padding: 19px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(9, 24, 43, 0.12);
  border-radius: 16px;
  background: #f6f8fa;
}

.policy-details span {
  color: #6a7789;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.policy-details strong,
.policy-details a {
  overflow-wrap: anywhere;
}

.policy-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
}

.policy-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
}

.policy-table th,
.policy-table td {
  padding: 16px;
  border: 1px solid #dce2e8;
  text-align: left;
  vertical-align: top;
}

.policy-table th {
  color: #ffffff;
  background: #07182e;
}

.policy-table td {
  color: #536175;
}

.service-list {
  margin: 24px 0;
  display: grid;
  gap: 12px;
}

.service-list article {
  padding: 22px;
  border-left: 4px solid #dc1f2c;
  border-radius: 0 16px 16px 0;
  background: #f5f7f9;
}

.service-list h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.service-list p {
  margin: 0;
  font-size: 14px;
}

.policy-footer {
  padding: 48px 0;
  color: #a9b8ca;
  background: #041121;
}

.policy-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr 0.8fr;
  gap: 44px;
}

.policy-footer strong {
  color: #ffffff;
}

.policy-footer p {
  margin: 7px 0;
  font-size: 13px;
}

.policy-footer a {
  display: block;
  margin: 7px 0;
  color: #ffffff;
  font-size: 13px;
}

.policy-footer__links {
  display: flex;
  flex-direction: column;
}

@media (max-width: 900px) {
  .policy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .policy-nav {
    position: static;
  }

  .policy-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .policy-container {
    width: min(100% - 28px, 1180px);
  }

  .policy-header__inner {
    min-height: 72px;
  }

  .policy-brand {
    width: 118px;
    height: 54px;
  }

  .policy-hero {
    padding: 64px 0;
  }

  .policy-hero h1 {
    font-size: 42px;
  }

  .policy-layout {
    padding: 48px 0 70px;
  }

  .policy-content section {
    padding: 26px;
    border-radius: 20px;
  }

  .policy-details {
    grid-template-columns: 1fr;
  }

  .policy-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
