* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Barlow Semi Condensed', sans-serif; margin: 0; background: #fff; }

.page-header {
  background: #0d46ef;
  padding: 48px 0 40px;
}

.content-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.15;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

.back-link {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.2s;
}
.back-link:hover { color: #fff; }
.back-link::before { content: '← '; }

.main-content {
  padding: 56px 0 80px;
}

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: clamp(20px, 2.5vw, 26px);
  color: #0d46ef;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 48px 0 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5f1ff;
}
h2:first-child { margin-top: 0; }

p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: #3b3b3b;
  line-height: 1.65;
  margin: 0 0 14px;
}

ul {
  margin: 0 0 14px 0;
  padding-left: 24px;
}
ul li {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: clamp(16px, 1.4vw, 18px);
  color: #3b3b3b;
  line-height: 1.65;
  margin-bottom: 6px;
}

strong { font-weight: 700; color: #3b3b3b; }

.highlight-box {
  background: #f4f4f4;
  border-left: 4px solid #0d46ef;
  padding: 18px 22px;
  margin: 20px 0;
}
.highlight-box p { margin: 0; font-size: clamp(15px, 1.3vw, 17px); }

.contact-block {
  background: #e5f1ff;
  padding: 24px 28px;
  margin-top: 48px;
}
.contact-block p { margin: 0 0 4px; }
.contact-block a {
  color: #0d46ef;
  text-decoration: none;
}
.contact-block a:hover { text-decoration: underline; }

footer {
  background: #0d46ef;
  padding: 20px;
  text-align: center;
}
footer p {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin: 0;
}
