.public-page-heading { position: relative; isolation: isolate; margin-top: 82px; padding: 54px 0 48px; background: var(--secondary); overflow: hidden; }
.page-heading-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; z-index: -2; }
.public-page-heading::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(10,37,64,.9), rgba(10,37,64,.7)); }
.page-heading-panel { max-width: 960px; margin: 0 auto; text-align: center; }
.page-heading-breadcrumb ol { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 12px; padding: 0; margin: 0 0 18px; list-style: none; font-size: .8rem; }
.page-heading-breadcrumb li { color: #fff; overflow-wrap: anywhere; }
.page-heading-breadcrumb li + li::before { content: '/'; color: var(--primary-light); margin-right: 12px; }
.page-heading-breadcrumb a { color: #fff; text-decoration: none; }
.page-heading-breadcrumb a:hover { text-decoration: underline; }
.public-page-heading h1 { color: #fff; font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 800; line-height: 1.15; letter-spacing: -.035em; margin: 0; overflow-wrap: anywhere; }
.page-heading-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 22px; }
.page-heading-actions:empty { display: none; }
.page-heading-actions .btn { border-radius: 50px; padding: .65rem 1.25rem; font-size: .85rem; white-space: normal; }
.page-heading-actions .btn-primary { background: var(--primary); border-color: var(--primary); color: var(--secondary); }
.page-heading-actions .btn-primary:hover { background: var(--primary-light); border-color: var(--primary-light); }
.page-heading-actions .btn-outline-primary { color: #fff; border-color: #ffffff80; background: transparent; }
.page-heading-actions .btn-outline-primary:hover { background: #fff; color: var(--secondary); }
.public-page-heading a:focus-visible { outline: 3px solid var(--primary-light); outline-offset: 4px; }
@media (max-width: 575.98px) { .public-page-heading { padding: 36px 0; } }
.about-intro { max-width: 720px; }
.about-step { height: 100%; padding: 1.5rem; background: #fff; border: 1px solid var(--border); border-radius: 16px; }
.about-step-number { display: block; color: var(--primary); font-size: 1.6rem; font-weight: 800; margin-bottom: .75rem; }
#faq, #request-form { scroll-margin-top: 110px; }

.about-introduction { padding: 80px 0; }
.about-kicker { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; margin-bottom: 18px; border-radius: 50px; background: #fff; box-shadow: 0 3px 15px #0a25400d; color: var(--secondary); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.about-kicker::before, .about-kicker::after { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); }
.about-section-title { color: var(--secondary); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 800; line-height: 1.16; letter-spacing: -.03em; }
.about-section-title span { color: var(--primary-dark); }
.about-feature-row { margin-top: 28px; }
.about-feature { height: 100%; display: flex; gap: 16px; align-items: center; padding: 24px; border-radius: 18px; background: #fff; box-shadow: 0 12px 30px #0a25400d; border: 1px solid #f2f3f5; }
.about-feature > i { display: grid; place-items: center; width: 52px; height: 52px; flex-shrink: 0; border-radius: 50%; background: var(--primary); color: var(--secondary); font-size: 1.4rem; }
.about-feature-row > div:nth-child(2) .about-feature > i { background: var(--secondary); color: #fff; }
.about-feature h3 { font-size: 1rem; margin-bottom: 6px; }
.about-feature p { color: var(--text-muted); font-size: .85rem; line-height: 1.6; margin: 0; }
.about-image-story { position: relative; margin-top: 48px; padding: 0 0 50px; }
.about-main-photo { display: block; width: 72%; height: auto; aspect-ratio: 1.6; object-fit: cover; border-radius: 24px; }
.about-inset { position: absolute; width: 43%; right: 0; top: 18%; border: 8px solid #fff; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px #0a254026; background: var(--secondary); }
.about-inset img { width: 100%; height: auto; display: block; }
.about-inset a { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 16px 20px; color: #fff; font-weight: 600; }
.about-inset a:hover { color: #ffb580; }
.about-team-section { background: #f6f7f9; padding: 72px 0; }
.about-team-card { border-radius: 20px; overflow: hidden; background: #fff; }
.about-team-card .card-body { padding: 14px !important; }
.about-team-name { position: relative; margin: -46px 8px 18px; padding: 18px 10px; border-radius: 14px; background: var(--primary); color: var(--secondary); }
.about-team-name h3 { color: var(--secondary); }
@media (max-width: 767.98px) { .about-introduction { padding: 48px 0; } .about-feature-row { margin-top: 12px; } .about-image-story { padding-bottom: 0; } .about-main-photo { width: 100%; } .about-inset { position: relative; width: 82%; margin: -36px 0 0 auto; top: auto; } .about-team-section { padding: 48px 0; } }
