
/* Powered by bestseo.solutions */
:root {
  --bjh-ink: #163047;
  --bjh-muted: #5c6f81;
  --bjh-line: #d8e2ea;
  --bjh-bg: #f5f8fb;
  --bjh-white: #ffffff;
  --bjh-accent: #0f6aa7;
}

.bjh-hero,
.bjh-hero--article {
  max-width: 1240px;
  margin: 0 auto 26px;
  padding: 48px 28px;
  border-radius: 22px;
  background: linear-gradient(135deg, #163047 0%, #0f6aa7 100%);
  color: #fff;
}

.bjh-hero-copy h1,
.bjh-hero-copy h2,
.bjh-hero-copy p,
.bjh-hero-copy a {
  color: inherit;
}

.bjh-hero-copy h1 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.08;
}

.bjh-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  font-size: .88rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  opacity: .9;
}

.bjh-lead {
  max-width: 860px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.7;
  opacity: .98;
}

.bjh-chip-row,
.bjh-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bjh-chip-row {
  margin-top: 20px;
}

.bjh-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  font-size: .92rem;
  line-height: 1.35;
}

.bjh-feature-wrap {
  max-width: 1120px;
  margin: 0 auto 30px;
}

.bjh-featured-image img,
.bjh-card-thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.bjh-section {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding: 28px;
  background: var(--bjh-white);
  border: 1px solid var(--bjh-line);
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(22, 48, 71, 0.05);
}

.bjh-section h2 {
  margin-top: 0;
  color: var(--bjh-ink);
}

.bjh-section p,
.bjh-section li {
  color: #20384c;
  line-height: 1.75;
}

.bjh-section ul {
  margin: 18px 0 18px 22px;
}

.bjh-cta-box {
  background: linear-gradient(180deg, #f8fbfe 0%, #eef5fb 100%);
}

.bjh-card-grid,
.bjh-contact-grid,
.bjh-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.bjh-card {
  border: 1px solid var(--bjh-line);
  border-radius: 18px;
  overflow: hidden;
  background: var(--bjh-white);
  box-shadow: 0 10px 24px rgba(22, 48, 71, 0.05);
}

.bjh-card-body {
  padding: 22px;
}

.bjh-card h3 {
  margin: 0 0 12px;
  font-size: 1.2rem;
  line-height: 1.35;
}

.bjh-card p {
  color: var(--bjh-muted);
  line-height: 1.7;
}

.bjh-mini-list {
  margin: 12px 0 18px 18px;
}

.bjh-mini-list li {
  margin-bottom: 6px;
}

.bjh-form-wrap {
  border: 1px solid var(--bjh-line);
  background: var(--bjh-white);
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(22, 48, 71, 0.05);
}

.bjh-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bjh-form label {
  display: block;
  font-weight: 600;
  color: var(--bjh-ink);
}

.bjh-form input,
.bjh-form textarea,
.bjh-form select {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #c6d3dd;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  box-sizing: border-box;
}

.bjh-form textarea {
  min-height: 140px;
  resize: vertical;
}

.bjh-form-message {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
}

.bjh-form-message--success {
  background: #e8f6ec;
  color: #145c2d;
}

.bjh-form-message--error {
  background: #fdecec;
  color: #962b2b;
}

.bjh-site-footer {
  margin-top: 50px;
  background: #0c2031;
  color: #fff;
}

.bjh-footer-shell {
  width: 100%;
}

.bjh-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 46px 24px 22px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
}

.bjh-site-footer h3,
.bjh-site-footer h4,
.bjh-site-footer p,
.bjh-site-footer li,
.bjh-site-footer a {
  color: inherit;
}

.bjh-site-footer a:hover {
  opacity: .88;
}

.bjh-site-footer ul {
  margin: 0;
  padding-left: 18px;
}

.bjh-footer-bottom {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px 24px;
  color: rgba(255,255,255,.78);
}

#footer,
.footer-wrapper,
.absolute-footer,
.footer-1,
.footer-2,
.ux-footer,
.colophon,
.site-footer:not(.bjh-site-footer) {
  display: none !important;
}

@media (max-width: 1024px) {
  .bjh-card-grid,
  .bjh-contact-grid,
  .bjh-topic-grid,
  .bjh-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .bjh-hero,
  .bjh-hero--article,
  .bjh-section,
  .bjh-form-wrap {
    padding: 22px;
    border-radius: 16px;
  }

  .bjh-card-grid,
  .bjh-contact-grid,
  .bjh-topic-grid,
  .bjh-form-grid,
  .bjh-footer-inner {
    grid-template-columns: 1fr;
  }
}
