/* INNER CONTENT */

.inner-content {
  min-height: 300px;
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 60px 56px;
}
.inner-content h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #231f20;
  margin: 10px 0 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid #00a3d3;
}
.inner-content h3 {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #00a3d3;
  margin: 28px 0 8px;
  letter-spacing: 0.03em;
}
.inner-content p {
  font-size: clamp(0.9rem, 1vw, 0.96rem);
  line-height: 1.82;
  color: #5a6a7a;
  margin-bottom: 14px;
}
.inner-content ul,
.inner-content ol {
  margin: 8px 0 16px 16px;
}
.inner-content li {
  font-size: clamp(0.9rem, 1vw, 0.96rem);
  line-height: 1.8;
  color: #5a6a7a;
  margin-bottom: 6px;
}
.inner-content a {
  color: #00a3d3;
  text-decoration: none;
}
.inner-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 14px 0 24px;
}
.inner-info-table td {
  padding: 12px 16px;
  border: 1px solid #dde8f0;
  font-size: clamp(0.9rem, 1vw, 0.93rem);
  line-height: 1.6;
  vertical-align: top;
}
.inner-info-table td:first-child {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #231f20;
  background: #f0f6fa;
  width: 30%;
  font-size: clamp(0.95rem, 1vw, 1rem);
  letter-spacing: 0.03em;
}
.inner-info-table td:last-child {
  color: #5a6a7a;
}
.table-wrapper {
  min-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.inner-cookie-table {
  width: 100%;
  min-width: 570px;
  border-collapse: collapse;
  margin: 14px 0 20px;
  font-size: 0.88rem;
}
.inner-cookie-table th {
  background: #231f20;
  color: #fff;
  padding: 10px 12px;
  text-align: left;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.inner-cookie-table td {
  padding: 10px 12px;
  border: 1px solid #dde8f0;
  color: #5a6a7a;
  vertical-align: top;
  line-height: 1.5;
}
.inner-cookie-table tr:nth-child(even) td {
  background: #f8fafc;
}
.inner-note {
  background: #e8f4f9;
  border-left: 4px solid #00a3d3;
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
  margin: 16px 0 20px;
  font-size: 0.91rem;
  color: #5a6a7a;
  line-height: 1.7;
  font-style: italic;
}
.inner-note a {
  color: #00a3d3;
  font-style: normal;
  font-weight: 600;
}
.clause-block {
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 16px;
  transition:
    box-shadow 0.2s,
    border-color 0.2s;
}
.clause-block:hover {
  box-shadow: 0 4px 20px rgba(13, 45, 69, 0.07);
  border-color: #00a3d3;
}
.clause-num {
  font-family: "Rajdhani", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #00a3d3;
  margin-bottom: 4px;
}
.clause-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.clause-block p {
  font-size: 0.93rem;
  line-height: 1.8;
  color: #5a6a7a;
  margin-bottom: 10px;
}
.clause-block p:last-child {
  margin-bottom: 0;
}
.inner-checklist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 14px 0 20px;
}
.inner-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: clamp(0.9rem, 1vw, 0.96rem);
  color: #5a6a7a;
  line-height: 1.6;
}
.inner-check {
  width: 20px;
  height: 20px;
  background: #00a3d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.inner-check svg {
  width: 10px;
  height: 10px;
  stroke: white;
  fill: none;
  stroke-width: 2.5;
}
.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #939598;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 32px;
  transition: color 0.2s;
}
.back-link:hover {
  color: #00a3d3;
}
@media (max-width: 768px) {
  .inner-hero {
    padding: 48px 24px 16px;
  }
  .inner-content {
    padding: 48px 20px 40px;
  }
  .inner-content ul,
  .inner-content ol {
    margin: 8px 0 16px 8px;
  }
}
