:root { --hs-navy: #1c2b38; --hs-teal: #4a7f8c; --hs-teal-light: #93c1cb; }

.hs-container { max-width: 780px; margin: 0 auto; padding: 0 24px; }
.hs-narrow { max-width: 780px; }

.hs-breadcrumbs { background: #f2f6f7; padding: 12px 0; font-size: 13px; color: #5a6b73; }
.hs-breadcrumbs a { color: var(--hs-teal); text-decoration: none; }
.hs-breadcrumbs a:hover { text-decoration: underline; }

.hs-hero { background: var(--hs-navy); padding: 56px 0 44px; }
.hs-eyebrow { display: inline-block; color: var(--hs-teal-light); font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.hs-hero h1 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 38px; color: #ffffff; margin: 0 0 16px; }
.hs-hero-lead { font-size: 16px; line-height: 1.7; max-width: 620px; margin: 0; }

.hs-section { padding: 52px 0; }
.bg-white { background: #ffffff; }

.hs-section h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 26px; color: #1c2b38; margin: 36px 0 14px; }
.hs-section h2:first-child { margin-top: 0; }
.hs-section p { color: #3a4349; font-size: 15.5px; line-height: 1.75; margin: 0 0 16px; }

.hs-spec-table-wrap { margin: 20px 0 8px; overflow-x: auto; }
.hs-spec-table { width: 100%; border-collapse: collapse; font-size: 14.5px; }
.hs-spec-table th, .hs-spec-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e2e8ea; }
.hs-spec-table th { color: #1c2b38; font-weight: 600; width: 50%; background: #f2f6f7; }
.hs-spec-table td { color: #3a4349; }

.hs-callout {
  background: #eaf3f4;
  border-left: 3px solid var(--hs-teal);
  padding: 16px 20px;
  border-radius: 0 5px 5px 0;
  font-size: 15px;
  line-height: 1.65;
  color: #223037;
  margin: 8px 0 24px;
}

.hs-cta-banner { background: var(--hs-navy); padding: 48px 0; }
.hs-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap; max-width: 1000px; margin: 0 auto; padding: 0 24px; }
.hs-cta-inner h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 24px; color: #fff; margin: 0 0 6px; }
.hs-cta-inner p { color: #a9c1c8 !important; margin: 0; font-size: 14px; }
.hs-btn-primary { display: inline-block; background: var(--hs-teal); color: #fff; font-weight: 700; font-size: 14px; padding: 13px 26px; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.hs-btn-primary:hover { background: var(--hs-teal-light); color: #1c2b38; }

@media (max-width: 700px) {
  .hs-hero h1 { font-size: 28px; }
  .hs-cta-inner { flex-direction: column; align-items: flex-start; }
}
