.page-content {
  padding: 140px 0 80px;
}

.page-content h1 {
  font-size: clamp(2rem, 4vw, 2.5rem);
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #fff 0%, #c7d2fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--accent);
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 8px;
}

.page-content h3 {
  font-size: 1.15rem;
  margin: 1.5rem 0 0.5rem;
  color: var(--primary);
}

.page-content p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.page-content a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

.page-content a:hover {
  color: #22d3ee;
  text-decoration: underline;
}

.page-content ul, .page-content ol {
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1rem 1.5rem;
}

.page-content li {
  margin-bottom: 0.5rem;
}

.page-content .container {
  max-width: 1000px;
}

.agreement-header {
  text-align: center;
  margin-bottom: 60px;
}

.agreement-header .subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

.agreement-body {
  padding: 40px;
  margin-bottom: 40px;
}

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

.agreement-section:last-child {
  margin-bottom: 0;
}

ul.agreement-list {
  list-style: none;
  padding-left: 0;
}

ul.agreement-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.85);
}

ul.agreement-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.offer-header, .policy-header {
  text-align: center;
  margin-bottom: 60px;
}

.offer-header .subtitle, .policy-header .subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.6);
}

.offer-body, .policy-body {
  padding: 48px;
  margin-bottom: 40px;
}

.offer-section, .policy-section {
  margin-bottom: 36px;
}

.offer-section:last-child, .policy-section:last-child {
  margin-bottom: 0;
}

.important-note {
  background: rgba(99, 102, 241, 0.1);
  border-left: 4px solid var(--primary);
  padding: 16px 24px;
  border-radius: 0 8px 8px 0;
  margin: 20px 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.requisites-box, .contact-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
}

.requisites-box h4, .contact-box h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 1rem;
}

.requisites-box p, .contact-box p {
  margin-bottom: 6px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .offer-body, .policy-body, .agreement-body {
    padding: 24px;
  }

  .page-content h2 {
    font-size: 1.3rem;
  }

  .page-content h3 {
    font-size: 1.05rem;
  }
}
