
.fhb-about-page-main{overflow:hidden}
.fhb-about-page-hero{
    position:relative;min-height:600px;display:flex;align-items:center;overflow:hidden;
    background:radial-gradient(circle at 10% 15%,rgba(90,42,212,.15),transparent 24%),
               radial-gradient(circle at 92% 66%,rgba(66,151,214,.13),transparent 26%),
               linear-gradient(135deg,#f8f7ff 0%,#fff 52%,#f4f8ff 100%);
}
.fhb-about-page-hero-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:50px;padding:70px 0 95px}
.fhb-about-page-kicker{color:var(--fhb-primary);font-weight:800;font-size:18px}
.fhb-about-page-copy h1{font-size:clamp(42px,5vw,68px);line-height:1.18;margin:10px 0 18px}
.fhb-about-page-copy p{font-size:18px;line-height:1.95;color:#636579;margin:0 0 25px}
.fhb-about-hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.fhb-about-page-visual{position:relative;min-height:390px}
.fhb-about-visual-card{
    position:absolute;inset:35px 0 0 35px;border-radius:30px;overflow:hidden;
    background:#fff;border:1px solid rgba(90,42,212,.09);
    box-shadow:0 24px 60px rgba(34,31,76,.10);
    display:flex;align-items:center;justify-content:center;
}
.fhb-about-visual-card img{width:100%;height:100%;object-fit:contain;padding:20px}
.fhb-about-fallback-logo{max-width:260px!important;max-height:220px!important}
.fhb-about-year-card{
    position:absolute;right:-25px;bottom:12px;width:150px;height:150px;border-radius:50%;z-index:3;
    background:rgba(255,255,255,.92);border:1px solid rgba(90,42,212,.10);
    box-shadow:0 18px 42px rgba(34,31,76,.12);
    display:flex;flex-direction:column;align-items:center;justify-content:center;
}
.fhb-about-year-card strong{font-size:42px;color:var(--fhb-primary);line-height:1.1}
.fhb-about-year-card small,.fhb-about-year-card span{font-weight:800}
.fhb-about-story-section{background:#fff}
.fhb-about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.fhb-about-story-copy h2{font-size:40px;margin:6px 0 14px}
.fhb-about-story-copy p{color:#66697b;line-height:2;font-size:17px;margin:0}
.fhb-about-story-points{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.fhb-about-story-point{
    min-height:130px;padding:22px;border-radius:22px;background:#fbfaff;border:1px solid #ebe8fb;
    display:flex;flex-direction:column;justify-content:center;
}
.fhb-about-story-point strong{font-size:30px;color:var(--fhb-primary)}
.fhb-about-story-point span{color:#686a7d;font-weight:700;margin-top:5px}
.fhb-about-pillars{background:linear-gradient(180deg,#f8f7ff,#fff)}
.fhb-about-pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.fhb-about-pillar{
    min-height:320px;padding:28px;border-radius:24px;background:#fff;border:1px solid rgba(90,42,212,.08);
    box-shadow:0 14px 34px rgba(34,31,76,.06)
}
.fhb-about-pillar-icon{width:56px;height:56px;border-radius:18px;background:#f1ecff;color:var(--fhb-primary);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800;margin-bottom:18px}
.fhb-about-pillar>span{color:var(--fhb-primary);font-weight:800;font-size:13px}
.fhb-about-pillar h3{font-size:23px;margin:6px 0 10px}
.fhb-about-pillar p{margin:0;color:#686a7c;line-height:1.9}
.fhb-about-growth{background:#fff}
.fhb-about-growth-box{
    background:linear-gradient(135deg,#17172d,#37246d 56%,var(--fhb-primary));color:#fff;
    border-radius:30px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:30px
}
.fhb-about-growth-box .fhb-kicker{color:#ddd3ff}
.fhb-about-growth-box h2{font-size:35px;margin:4px 0 10px}
.fhb-about-growth-box p{color:#ebe8f8;line-height:1.85;max-width:760px;margin:0}
.fhb-about-social-section{background:linear-gradient(180deg,#fff,#f8f7ff)}
.fhb-about-social-card{padding:34px;border-radius:28px;background:#fff;border:1px solid #ebe8f8;box-shadow:0 16px 38px rgba(34,31,76,.07);display:flex;align-items:center;justify-content:space-between;gap:28px}
.fhb-about-social-card h2{font-size:30px;margin:4px 0 8px}
.fhb-about-social-card p{margin:0;color:#6a6c7e}
.fhb-about-social-links,.fhb-footer-socials{display:flex;flex-wrap:wrap;gap:9px}
.fhb-about-social-links a,.fhb-footer-socials a{display:inline-flex;align-items:center;gap:7px;text-decoration:none;border-radius:11px;padding:9px 11px;font-weight:800;font-size:12px}
.fhb-about-social-links a{background:#f2edff;color:var(--fhb-primary)}
.fhb-footer-socials a{background:rgba(255,255,255,.08);color:#fff}
.fhb-about-social-links a span,.fhb-footer-socials a span{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(90,42,212,.10);font-size:10px}

@media(max-width:900px){
  .fhb-about-page-hero-grid,.fhb-about-story-grid{grid-template-columns:1fr}
  .fhb-about-page-copy{text-align:center}.fhb-about-hero-actions{justify-content:center}
  .fhb-about-page-visual{min-height:330px;max-width:650px;width:100%;margin:auto}
  .fhb-about-pillar-grid{grid-template-columns:1fr}
  .fhb-about-social-card{flex-direction:column;text-align:center}
}
@media(max-width:560px){
  .fhb-about-page-hero-grid{padding:45px 0 85px}
  .fhb-about-page-copy h1{font-size:38px}
  .fhb-about-page-visual{min-height:280px}
  .fhb-about-year-card{width:115px;height:115px;right:0}
  .fhb-about-year-card strong{font-size:32px}
  .fhb-about-story-points{grid-template-columns:1fr}
  .fhb-about-growth-box{padding:28px 22px;flex-direction:column;align-items:flex-start}
}

/* ===== V4.7.2 ABOUT MOBILE STABILITY ===== */
@media (max-width:1100px){
    .fhb-about-site,
    .fhb-about-page-main,
    .fhb-about-page-hero,
    .fhb-about-story-section,
    .fhb-about-pillars,
    .fhb-about-growth,
    .fhb-about-social-section{
        overflow-x:hidden !important;
        overflow-y:visible !important;
    }
}
