:root {
 --hb-info-ink: #173737;
 --hb-info-teal: #114d4d;
 --hb-info-muted: #5f7772;
 --hb-info-green: #97c15a;
 --hb-info-sage: #498559;
 --hb-info-line: #d8e4cc;
 --hb-info-blue: #7cc7d9;
 --hb-info-orange: #ff9f5a;
 --hb-info-pink: #f4a6c8;
 --hb-info-soft: #f8fbf2;
 --hb-info-white: #ffffff;
 --hb-info-shadow: 0 15px 34px rgba(17, 77, 77, 0.1);
}

body.hb-info-body {
 color: var(--hb-info-ink);
}

.hb-info-main {
 width: min(1180px, calc(100% - 36px));
 margin: 0 auto;
 padding: 0 0 18px;
}

.hb-info-main *,
.hb-info-main *::before,
.hb-info-main *::after {
 box-sizing: border-box;
}

.hb-info-hero {
 display: grid;
 grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
 align-items: center;
 gap: 64px;
 min-height: 500px;
 border-bottom: 1px solid var(--hb-info-line);
 padding: 72px 0 64px;
}

.hb-info-hero-copy {
 max-width: 700px;
}

.hb-info-eyebrow {
 margin: 0 0 12px;
 color: var(--hb-info-sage);
 font-weight: 800;
 text-transform: uppercase;
}

.hb-info-hero h1 {
 max-width: 13ch;
 margin: 0;
 color: var(--hb-info-teal);
 font-size: 3.35rem;
 line-height: 1.08;
}

.hb-info-hero-copy > p:not(.hb-info-eyebrow) {
 max-width: 63ch;
 margin: 24px 0 0;
 color: var(--hb-info-muted);
 font-size: 1.24rem !important;
 line-height: 1.58;
}

.hb-info-hero-media {
 position: relative;
 margin: 0;
 border: 10px solid rgba(255, 255, 255, 0.98);
 outline: 1px solid rgba(73, 133, 89, 0.22);
 background: var(--hb-info-white);
 box-shadow: var(--hb-info-shadow);
 transform: rotate(1.4deg);
}

.hb-info-hero-media::before {
 content: "";
 position: absolute;
 z-index: -1;
 inset: 13px -17px -15px 16px;
 border: 8px solid rgba(255, 255, 255, 0.96);
 outline: 1px solid rgba(124, 199, 217, 0.28);
 background: #eef5df;
 transform: rotate(-3.2deg);
}

.hb-info-hero-media img {
 display: block;
 width: 100%;
 height: auto;
 aspect-ratio: 1;
 object-fit: cover;
}

.hb-info-hero-media figcaption {
 padding: 13px 12px 8px;
 color: var(--hb-info-muted);
 line-height: 1.4;
 text-align: center;
}

.hb-info-section {
 display: grid;
 grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.45fr);
 gap: 62px;
 border-bottom: 1px solid var(--hb-info-line);
 padding: 66px 0;
}

.hb-info-section-heading h2 {
 margin: 0;
 color: var(--hb-info-teal);
 font-size: 2rem;
 line-height: 1.18;
}

.hb-info-section-heading p {
 margin: 14px 0 0;
 color: var(--hb-info-muted);
 line-height: 1.55;
}

.hb-info-section-copy {
 min-width: 0;
}

.hb-info-section-copy > :first-child {
 margin-top: 0;
}

.hb-info-section-copy p,
.hb-info-section-copy li {
 line-height: 1.62;
}

.hb-info-section-copy p {
 margin: 0 0 18px;
}

.hb-info-section-copy ul {
 margin: 0;
 padding-left: 22px;
}

.hb-info-section-copy li + li {
 margin-top: 9px;
}

.hb-info-principle {
 border-left: 6px solid var(--hb-info-green);
 padding: 4px 0 4px 24px;
 color: var(--hb-info-teal);
 font-size: 1.38rem !important;
 font-weight: 800;
 line-height: 1.45 !important;
}

.hb-info-pathway {
 display: grid;
 grid-template-columns: repeat(4, minmax(0, 1fr));
 gap: 12px;
 margin: 26px 0 0;
 padding: 0;
 list-style: none;
 counter-reset: hb-info-step;
}

.hb-info-pathway li {
 position: relative;
 min-height: 164px;
 border: 1px solid var(--hb-info-line);
 border-top: 5px solid var(--hb-info-step-color, var(--hb-info-green));
 padding: 48px 17px 18px;
 background: rgba(255, 255, 255, 0.9);
 counter-increment: hb-info-step;
}

.hb-info-pathway li::before {
 content: counter(hb-info-step);
 position: absolute;
 top: 13px;
 left: 17px;
 color: var(--hb-info-step-color, var(--hb-info-sage));
 font-weight: 900;
}

.hb-info-pathway li:nth-child(2) {
 --hb-info-step-color: var(--hb-info-blue);
}

.hb-info-pathway li:nth-child(3) {
 --hb-info-step-color: var(--hb-info-orange);
}

.hb-info-pathway li:nth-child(4) {
 --hb-info-step-color: var(--hb-info-pink);
}

.hb-info-pathway strong {
 display: block;
 margin-bottom: 7px;
 color: var(--hb-info-teal);
}

.hb-info-founder-grid {
 display: grid;
 grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
 gap: 44px;
 align-items: start;
}

.hb-info-founder-facts {
 border: 1px solid var(--hb-info-line);
 border-left: 7px solid var(--hb-info-blue);
 padding: 24px 25px;
 background: rgba(240, 250, 252, 0.78);
}

.hb-info-founder-facts h3 {
 margin: 0 0 14px;
 color: var(--hb-info-teal);
}

.hb-info-founder-facts ul {
 padding-left: 20px;
}

.hb-info-actions {
 display: flex;
 flex-wrap: wrap;
 gap: 14px;
 margin-top: 27px;
}

.hb-info-button,
.hb-info-button-secondary {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 min-height: 46px;
 border: 1px solid #789f43;
 border-radius: 6px;
 padding: 10px 22px;
 color: #123f3c;
 font-weight: 800;
 text-align: center;
 text-decoration: none;
}

.hb-info-button {
 background: linear-gradient(180deg, #b6d884 0%, #97c15a 58%, #81aa45 100%);
 box-shadow: 0 3px 0 #6f943c, 0 9px 18px rgba(73, 133, 89, 0.2);
}

.hb-info-button-secondary {
 border-color: #90c9d4;
 background: linear-gradient(180deg, #e7f7fa, #b9e2ea);
 box-shadow: 0 3px 0 #79b3be, 0 9px 18px rgba(17, 77, 77, 0.12);
}

.hb-info-button:hover,
.hb-info-button-secondary:hover,
.hb-info-button:focus-visible,
.hb-info-button-secondary:focus-visible {
 color: var(--hb-info-teal);
 transform: translateY(-1px);
}

.hb-info-button:focus-visible,
.hb-info-button-secondary:focus-visible {
 outline: 3px solid rgba(124, 199, 217, 0.45);
 outline-offset: 3px;
}

.hb-contact-hero {
 grid-template-columns: minmax(0, 1fr);
 min-height: 330px;
 padding-bottom: 48px;
}

.hb-contact-hero h1,
.hb-privacy-hero h1 {
 max-width: none;
}

.hb-contact-grid {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 18px;
 padding: 54px 0 26px;
}

.hb-contact-card {
 display: flex;
 flex-direction: column;
 min-height: 330px;
 border: 1px solid var(--hb-info-line);
 border-top: 6px solid var(--hb-contact-color, var(--hb-info-green));
 border-radius: 6px;
 padding: 27px;
 background: rgba(255, 255, 255, 0.94);
 box-shadow: 0 12px 25px rgba(17, 77, 77, 0.08);
}

.hb-contact-card:nth-child(2) {
 --hb-contact-color: var(--hb-info-blue);
}

.hb-contact-card:nth-child(3) {
 --hb-contact-color: var(--hb-info-orange);
}

.hb-contact-card h2 {
 margin: 0 0 13px;
 color: var(--hb-info-teal);
 font-size: 1.65rem;
}

.hb-contact-card p {
 margin: 0 0 16px;
 line-height: 1.55;
}

.hb-contact-card ul {
 margin: 0 0 24px;
 padding-left: 21px;
}

.hb-contact-card li {
 line-height: 1.5;
}

.hb-contact-card li + li {
 margin-top: 7px;
}

.hb-contact-card .hb-info-button {
 width: 100%;
 margin-top: auto;
}

.hb-contact-safety {
 margin: 32px 0 0;
 border-left: 6px solid var(--hb-info-orange);
 padding: 20px 24px;
 background: rgba(255, 246, 239, 0.92);
}

.hb-contact-safety h2 {
 margin: 0 0 8px;
 color: var(--hb-info-teal);
 font-size: 1.3rem;
}

.hb-contact-safety p {
 margin: 0;
 line-height: 1.55;
}

.hb-privacy-hero {
 grid-template-columns: minmax(0, 1fr);
 min-height: 380px;
 padding-bottom: 50px;
}

.hb-privacy-meta {
 display: flex;
 flex-wrap: wrap;
 gap: 10px 24px;
 margin-top: 25px;
 color: var(--hb-info-muted);
}

.hb-privacy-summary {
 display: grid;
 grid-template-columns: repeat(3, minmax(0, 1fr));
 gap: 1px;
 margin-top: -1px;
 border: 1px solid var(--hb-info-line);
 background: var(--hb-info-line);
}

.hb-privacy-summary > div {
 padding: 25px;
 background: rgba(255, 255, 255, 0.95);
}

.hb-privacy-summary strong {
 display: block;
 margin-bottom: 8px;
 color: var(--hb-info-teal);
}

.hb-privacy-summary p {
 margin: 0;
 color: var(--hb-info-muted);
 line-height: 1.5;
}

.hb-privacy-layout {
 display: grid;
 grid-template-columns: 270px minmax(0, 1fr);
 gap: 54px;
 padding-top: 58px;
}

.hb-privacy-toc {
 position: sticky;
 top: 86px;
 align-self: start;
 border-left: 5px solid var(--hb-info-green);
 padding: 5px 0 5px 21px;
}

.hb-privacy-toc h2 {
 margin: 0 0 13px;
 color: var(--hb-info-teal);
 font-size: 1.15rem;
}

.hb-privacy-toc ol {
 display: grid;
 gap: 7px;
 margin: 0;
 padding-left: 20px;
}

.hb-privacy-toc a {
 color: var(--hb-info-ink);
 line-height: 1.35;
 text-underline-offset: 3px;
}

.hb-privacy-toc a:hover,
.hb-privacy-toc a:focus-visible {
 color: var(--hb-info-sage);
}

.hb-privacy-content {
 min-width: 0;
}

.hb-privacy-section {
 scroll-margin-top: 82px;
 border-bottom: 1px solid var(--hb-info-line);
 padding: 0 0 48px;
}

.hb-privacy-section + .hb-privacy-section {
 padding-top: 48px;
}

.hb-privacy-section h2 {
 margin: 0 0 16px;
 color: var(--hb-info-teal);
 font-size: 1.8rem;
 line-height: 1.22;
}

.hb-privacy-section h3 {
 margin: 28px 0 12px;
 color: var(--hb-info-teal);
 font-size: 1.2rem;
}

.hb-privacy-section p,
.hb-privacy-section li {
 line-height: 1.62;
}

.hb-privacy-section p {
 margin: 0 0 16px;
}

.hb-privacy-section ul,
.hb-privacy-section ol {
 margin: 0;
 padding-left: 23px;
}

.hb-privacy-section li + li {
 margin-top: 9px;
}

.hb-privacy-note {
 border-left: 6px solid var(--hb-info-blue);
 padding: 18px 21px;
 background: rgba(240, 250, 252, 0.88);
}

.hb-privacy-note strong {
 color: var(--hb-info-teal);
}

.hb-privacy-table-wrap {
 max-width: 100%;
 margin: 22px 0;
 overflow-x: auto;
 border: 1px solid var(--hb-info-line);
 background: var(--hb-info-white);
}

.hb-privacy-table {
 width: 100%;
 min-width: 760px;
 border-collapse: collapse;
}

.hb-privacy-table th,
.hb-privacy-table td {
 border-bottom: 1px solid var(--hb-info-line);
 padding: 14px 15px;
 line-height: 1.48;
 text-align: left;
 vertical-align: top;
}

.hb-privacy-table th {
 background: #eef5df;
 color: var(--hb-info-teal);
 font-weight: 800;
}

.hb-privacy-table tr:last-child td {
 border-bottom: 0;
}

.hb-privacy-content a {
 color: var(--hb-info-sage);
 text-underline-offset: 3px;
}

@media (max-width: 980px) {
 .hb-info-hero {
  grid-template-columns: 1fr;
  gap: 42px;
  min-height: 0;
 }

 .hb-info-hero-copy {
  max-width: none;
 }

 .hb-info-hero-media {
  width: min(560px, calc(100% - 22px));
  margin-inline: auto;
 }

 .hb-info-section {
  grid-template-columns: 1fr;
  gap: 28px;
 }

 .hb-info-pathway {
  grid-template-columns: repeat(2, minmax(0, 1fr));
 }

 .hb-contact-grid {
  grid-template-columns: 1fr;
 }

 .hb-contact-card {
  min-height: 0;
 }

 .hb-privacy-layout {
  grid-template-columns: 1fr;
  gap: 36px;
 }

 .hb-privacy-toc {
  position: static;
 }
}

@media (max-width: 700px) {
 .hb-info-main {
  width: min(100% - 26px, 1180px);
 }

 .hb-info-hero {
  padding: 48px 0 44px;
 }

 .hb-info-hero h1 {
  font-size: 2.45rem;
 }

 .hb-info-section {
  padding: 46px 0;
 }

 .hb-info-pathway,
 .hb-info-founder-grid,
 .hb-privacy-summary {
  grid-template-columns: 1fr;
 }

 .hb-info-actions {
  display: grid;
 }

 .hb-info-actions > * {
  width: 100%;
 }
}

@media (prefers-reduced-motion: reduce) {
 .hb-info-button,
 .hb-info-button-secondary {
  transition: none;
 }
}
