/* /about — profil & tim v2 */
.ab-page {
    background: #f0f9ff;
}

/* ── Hero ── */
.ab-hero {
    position: relative;
    padding: calc(var(--mb-header-h, 128px) + 1.5rem) 0 3.5rem;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.ab-hero__bg-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.22;
    transform: scale(1.05);
}

.ab-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(125deg, #0c4a6e, #0369a1, #0e7490, #065f46, #0c4a6e);
    background-size: 320% 320%;
    animation: ab-hero-gradient 18s ease infinite;
    z-index: 0;
}

.ab-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 45% at 18% 18%, rgba(251, 191, 36, 0.28), transparent),
        radial-gradient(ellipse 40% 38% at 88% 28%, rgba(56, 189, 248, 0.3), transparent);
    pointer-events: none;
    z-index: 1;
}

@keyframes ab-hero-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.ab-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(52px);
    opacity: 0.45;
    animation: ab-float 11s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.ab-hero__blob--1 { width: 200px; height: 200px; top: 8%; left: -5%; background: rgba(249, 115, 22, 0.45); }
.ab-hero__blob--2 { width: 160px; height: 160px; top: 22%; right: 0; background: rgba(125, 211, 252, 0.4); animation-delay: -4s; }

@keyframes ab-float {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(10px, -12px); }
}

.ab-hero .container { position: relative; z-index: 2; }

.ab-hero .breadcrumb-item a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
.ab-hero .breadcrumb-item a:hover { color: #fde68a; }
.ab-hero .breadcrumb-item.active { color: #fff; }
.ab-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255, 255, 255, 0.35); }

.ab-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.65rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.ab-hero__title {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: clamp(1.85rem, 4.5vw, 2.65rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    letter-spacing: -0.03em;
    color: #ffffff;
}

body.pub-v3 .ab-hero .ab-hero__title,
body.pub-v3 .ab-hero h1.ab-hero__title {
    color: #ffffff;
}

.ab-hero__light { color: #ffffff; }

.ab-hero__accent {
    color: #fde68a;
    text-shadow: 0 0 24px rgba(253, 224, 71, 0.3);
}

.ab-hero__sub {
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(0.9rem, 2vw, 1.05rem);
    line-height: 1.6;
    margin: 0 auto;
    max-width: 40rem;
}

/* ── Strip cards (overlap hero) ── */
.ab-strip {
    margin-top: -2.75rem;
    position: relative;
    z-index: 3;
    padding-bottom: 0.5rem;
}

.ab-strip-card {
    height: 100%;
    padding: 1.35rem 1.4rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 36px rgba(2, 132, 199, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ab-strip-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(2, 132, 199, 0.14);
}

.ab-strip-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #e0f2fe, #bae6fd);
    color: #0369a1;
}

.ab-strip-card__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #f97316;
    margin-bottom: 0.35rem;
}

.ab-strip-card__value {
    display: block;
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: 1.08rem;
    font-weight: 700;
    color: #0c4a6e;
    line-height: 1.35;
    margin-bottom: 0.45rem;
}

.ab-strip-card__hint {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.55;
    margin: 0;
}

/* ── Story ── */
.ab-story-figure {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 56px rgba(12, 74, 110, 0.18);
}

.ab-story-figure::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    background: linear-gradient(135deg, #38bdf8, #f97316, #34d399);
    z-index: -1;
}

.ab-story-figure img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ab-story-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 0.7rem 1rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    font-size: 0.82rem;
    font-weight: 600;
    color: #0c4a6e;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.ab-story-badge i { color: #f97316; }

.ab-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.ab-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(12, 74, 110, 0.08);
    font-size: 0.9rem;
    line-height: 1.5;
    color: #334155;
}

.ab-check-list li i {
    margin-top: 0.15rem;
    color: #16a34a;
}

/* ── Team section ── */
.ab-page .tt-about-team-section {
    position: relative;
    overflow: hidden;
    background: linear-gradient(165deg, #0c4a6e 0%, #075985 35%, #0e7490 70%, #134e4a 100%);
    border: none;
    color: #fff;
}

.ab-page .tt-about-team-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.06) 0%, transparent 45%),
        radial-gradient(circle at 80% 70%, rgba(251, 191, 36, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.ab-page .tt-about-team-section .container {
    position: relative;
    z-index: 1;
}

.ab-page .tt-about-team-section .tt-pretitle {
    color: #fde68a;
}

.ab-page .tt-about-team-section .tt-title,
.ab-page .tt-about-team-section h2.tt-title,
.ab-page .tt-about-team-section h3.h5 {
    color: #fff;
}

.ab-page .tt-about-team-section .tt-title .accent {
    color: #fde68a;
}

.ab-page .tt-about-team-section .tt-subtitle,
.ab-page .tt-about-team-section .tt-about-team-stat-hint {
    color: rgba(255, 255, 255, 0.75) !important;
}

.ab-page .tt-about-team-section > .container > .mb-3 .text-muted,
.ab-page .tt-about-team-section > .container > .row.justify-content-between .text-muted {
    color: rgba(255, 255, 255, 0.75) !important;
}

.ab-page .tt-about-team-section .tt-about-team-stat .text-body {
    color: #fff !important;
}

.ab-page .tt-about-team-badge {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ab-page .tt-about-team-stat {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
}

.ab-page .tt-about-team-stat-value {
    color: #fde68a;
}

.ab-page .tt-about-team-stat-label {
    color: #fff;
}

.ab-page .tt-about-team-footnote .text-muted,
.ab-page .tt-about-team-footnote .text-body {
    color: rgba(255, 255, 255, 0.7) !important;
}

.ab-page .tt-about-team-footnote .text-body {
    color: #fff !important;
}

/* ── Founder cards ── */
.ab-founder {
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    height: 100%;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.ab-founder:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.ab-founder__photo {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: linear-gradient(145deg, #e0f2fe, #bae6fd);
}

.ab-founder__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.5s ease;
}

.ab-founder:hover .ab-founder__photo img {
    transform: scale(1.04);
}

.ab-founder__photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(12, 74, 110, 0.55) 100%);
    pointer-events: none;
}

.ab-founder__role-float {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0c4a6e;
    background: rgba(255, 255, 255, 0.95);
    width: fit-content;
    max-width: calc(100% - 2rem);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ab-founder__body {
    padding: 1.25rem 1.35rem 1.4rem;
}

.ab-founder__name {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: 1.2rem;
    font-weight: 800;
    color: #0c4a6e;
    margin: 0 0 0.65rem;
    letter-spacing: -0.02em;
}

.ab-founder .tt-about-team-bio-text {
    color: #64748b;
    font-size: 0.88rem;
}

.ab-founder .tt-about-team-bio-label {
    color: #94a3b8;
}

/* ── Team member cards (minimal, 4-col, blue modern frame) ── */
.ab-team-card {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.ab-team-card:hover {
    transform: translateY(-4px);
    box-shadow: none !important;
}

/* Bingkai luar — gradient biru tebal & kontras */
.ab-team-card__frame {
    position: relative;
    padding: 6px;
    border-radius: 12px;
    background: linear-gradient(
        145deg,
        #bae6fd 0%,
        #38bdf8 15%,
        #0284c7 40%,
        #1d4ed8 60%,
        #0369a1 85%,
        #7dd3fc 100%
    );
    box-shadow:
        0 0 0 2px rgba(186, 230, 253, 0.85),
        0 0 0 4px rgba(2, 132, 199, 0.35),
        0 14px 36px rgba(2, 132, 199, 0.55),
        0 4px 14px rgba(0, 0, 0, 0.28);
    transition: box-shadow 0.3s ease;
}

.ab-team-card__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 6px;
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.7) 0%,
        rgba(255, 255, 255, 0.15) 35%,
        transparent 55%,
        rgba(255, 255, 255, 0.25) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
}

.ab-team-card__frame::after {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    pointer-events: none;
    z-index: 3;
}

.ab-team-card:hover .ab-team-card__frame {
    box-shadow:
        0 0 0 2px rgba(224, 242, 254, 1),
        0 0 0 5px rgba(56, 189, 248, 0.45),
        0 18px 44px rgba(14, 165, 233, 0.6),
        0 0 32px rgba(56, 189, 248, 0.35);
}

/* Bevel putih — lebih lebar agar bingkai terbaca */
.ab-team-card__bevel {
    padding: 5px;
    border-radius: 8px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 55%, #e0f2fe 100%);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        inset 0 2px 0 rgba(255, 255, 255, 1),
        inset 0 -1px 0 rgba(37, 99, 235, 0.12);
}

/* Mat biru — lebih pekat */
.ab-team-card__mat {
    position: relative;
    padding: 8px;
    background: linear-gradient(165deg, #60a5fa 0%, #3b82f6 50%, #2563eb 100%);
    border: 2px solid #1d4ed8;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.5),
        inset 0 2px 8px rgba(255, 255, 255, 0.2),
        inset 0 -6px 14px rgba(30, 58, 138, 0.35);
}

.ab-team-card__mat::before,
.ab-team-card__mat::after {
    display: none;
}

.ab-team-corner {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #fff;
    z-index: 4;
    pointer-events: none;
    filter: drop-shadow(0 1px 3px rgba(30, 58, 138, 0.6));
}

.ab-team-corner--tl { top: 5px; left: 5px; border-width: 3px 0 0 3px; }
.ab-team-corner--tr { top: 5px; right: 5px; border-width: 3px 3px 0 0; }
.ab-team-corner--bl { bottom: 5px; left: 5px; border-width: 0 0 3px 3px; }
.ab-team-corner--br { bottom: 5px; right: 5px; border-width: 0 3px 3px 0; }

.ab-team-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #1e3a8a;
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.35),
        inset 0 0 0 3px rgba(29, 78, 216, 0.5);
    border-radius: 2px;
}

.ab-team-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        125deg,
        rgba(255, 255, 255, 0.22) 0%,
        transparent 38%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 1;
}

.ab-team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.ab-team-card:hover .ab-team-photo img {
    transform: scale(1.04);
}

.ab-team-card__body {
    padding: 0.55rem 0.15rem 0 !important;
    text-align: center;
}

.ab-page .ab-team-card .tt-about-team-name {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    margin: 0 0 0.15rem;
    line-height: 1.3;
}

.ab-team-card__role {
    margin: 0 0 0.35rem;
    font-size: 0.62rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #7dd3fc;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab-page .ab-team-card .tt-about-team-role {
    display: none;
}

.ab-page .ab-team-card .tt-about-team-bio {
    display: none;
}

.ab-page .ab-team-card--show-bio .tt-about-team-bio {
    display: block;
}

.ab-page .ab-team-card--show-bio .tt-about-team-bio-text {
    text-align: center;
}

.ab-page .ab-team-card .tt-about-team-bio-label {
    display: none;
}

.ab-page .ab-team-card .tt-about-team-bio-text {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ab-page .ab-team-card .tt-about-team-bio-toggle {
    font-size: 0.68rem;
    color: #fde68a !important;
    text-decoration: none !important;
    padding: 0 !important;
}

/* Branch cards on white — teks gelap */
.ab-page .tt-about-branch-profile-block .ab-team-card__body .tt-about-team-name {
    color: #0c4a6e;
}

.ab-page .tt-about-branch-profile-block .ab-team-card__role {
    color: #0369a1;
}

/* Bingkai biru tetap sama di kartu cabang (background putih) */
.ab-page .tt-about-branch-profile-block .ab-team-card__frame {
    box-shadow:
        0 0 0 2px rgba(186, 230, 253, 0.9),
        0 0 0 4px rgba(2, 132, 199, 0.25),
        0 10px 28px rgba(2, 132, 199, 0.3);
}

.ab-page .tt-about-branch-profile-block .ab-team-card .tt-about-team-bio {
    display: block;
}

.ab-page .tt-about-branch-profile-block .ab-team-card .tt-about-team-bio-text {
    color: #64748b;
    text-align: left;
}

/* ── Branch blocks on dark bg ── */
.ab-page .tt-about-branch-profile-block {
    border-radius: 20px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2) !important;
}

.ab-page .tt-about-branch-profile-block h3 {
    color: #0c4a6e !important;
}

.ab-page .tt-about-branch-locations {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff;
}

.ab-page .tt-about-branch-locations-city {
    color: #fde68a !important;
}

/* ── Process timeline ── */
.ab-process {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width: 992px) {
    .ab-process {
        flex-direction: row;
        gap: 0;
    }

    .ab-process__item {
        flex: 1;
        position: relative;
        padding: 0 0.75rem;
    }

    .ab-process__item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 1.35rem;
        right: -0.35rem;
        width: calc(100% - 2.7rem);
        height: 2px;
        background: linear-gradient(90deg, #38bdf8, #f97316);
        margin-left: 2.7rem;
        z-index: 0;
    }
}

.ab-process__item {
    display: flex;
    gap: 1rem;
    padding: 1rem 0;
}

@media (min-width: 992px) {
    .ab-process__item {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
}

.ab-process__num {
    flex-shrink: 0;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.95rem;
    color: #fff;
    background: linear-gradient(135deg, #0284c7, #0369a1);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35);
    position: relative;
    z-index: 1;
}

.ab-process__card {
    flex: 1;
    padding: 1rem 1.1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(12, 74, 110, 0.08);
    box-shadow: 0 8px 24px rgba(2, 132, 199, 0.06);
}

@media (min-width: 992px) {
    .ab-process__card {
        margin-top: 0.85rem;
        min-height: 120px;
    }
}

/* ── Value cards v2 ── */
.ab-value {
    padding: 1.5rem 1.35rem;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(12, 74, 110, 0.08);
    box-shadow: 0 10px 30px rgba(2, 132, 199, 0.07);
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ab-value:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(2, 132, 199, 0.12);
}

.ab-value__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 0.85rem;
    background: linear-gradient(135deg, #e0f2fe, #fef3c7);
    color: #0369a1;
}

.ab-value h3 {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-weight: 700;
    color: #0c4a6e;
}

/* ── CTA ── */
.ab-cta {
    padding: 2rem;
    border-radius: 22px;
    background: linear-gradient(135deg, #0c4a6e, #0369a1);
    text-align: center;
    color: #fff;
}

.ab-cta__title {
    font-family: var(--pub-display, 'Outfit', sans-serif);
    font-size: 1.35rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.ab-cta__sub {
    font-size: 0.9rem;
    opacity: 0.88;
    margin: 0 0 1.25rem;
}

#about-staff-load-more {
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

#about-staff-load-more:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.55);
}
