/* ================================================================
   ABOUT PAGE — lib-about-* styles
   Append this entire block to the END of lib.css before deploying.
   Uses var(--wp--preset--color--slug) per project rules.
   ================================================================ */

/* ── PAGE WRAPPER ──────────────────────────────────────────────── */
.lib-about-page.is-layout-flow > *,
.lib-about-page .is-layout-flow > * {
    margin-block-start: 0 !important;
}
.lib-about-page .alignfull + .alignfull {
    margin-top: 0 !important;
    margin-block-start: 0 !important;
}

/* ── SCROLL REVEAL ─────────────────────────────────────────────── */
.lib-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.lib-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}
.lib-reveal-delay-1 { transition-delay: 0.1s; }
.lib-reveal-delay-2 { transition-delay: 0.2s; }
.lib-reveal-delay-3 { transition-delay: 0.3s; }
.lib-reveal-delay-4 { transition-delay: 0.4s; }

@media (prefers-reduced-motion: reduce) {
    .lib-reveal { opacity: 1; transform: none; transition: none; }
}

/* ── SHARED EYEBROW ────────────────────────────────────────────── */
.lib-about-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wp--preset--color--teal);
    margin-bottom: 16px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lib-about-eyebrow::before {
    content: '';
    width: 28px;
    height: 2px;
    background: var(--wp--preset--color--teal);
}

/* ── SHARED SECTION TITLE ──────────────────────────────────────── */
.lib-about-section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
    font-weight: 300 !important;
    color: var(--wp--preset--color--deep-navy);
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    margin-bottom: 16px !important;
    max-width: 700px;
}
.lib-about-section-title em {
    font-style: italic;
    color: var(--wp--preset--color--teal);
    font-weight: 400;
}

/* ── SHARED SECTION DESC ───────────────────────────────────────── */
.lib-about-section-desc {
    font-size: 16px !important;
    color: #4a5568;
    max-width: 580px;
    line-height: 1.7 !important;
    margin-bottom: 48px !important;
}

/* ================================================================
   1. HERO
   ================================================================ */
.lib-about-hero {
    position: relative;
    background: var(--wp--preset--color--deep-navy);
    padding: clamp(100px, 14vw, 180px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px) !important;
    overflow: hidden;
    min-height: 85vh;
    display: flex;
    align-items: center;
}
.lib-about-hero::before {
    content: '';
    position: absolute;
    top: -30%;
    right: -15%;
    width: 70%;
    height: 130%;
    background: radial-gradient(ellipse at center, rgba(78,165,156,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.lib-about-hero::after {
    content: '';
    position: absolute;
    bottom: -20%;
    left: 10%;
    width: 50%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(249,130,119,0.08) 0%, transparent 70%);
    pointer-events: none;
}
.lib-about-hero-inner {
    position: relative;
    z-index: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* Override constrained layout auto-centering so all section children left-align */
.lib-about-hero-inner > *,
.lib-about-story-inner > *,
.lib-about-diff-inner > *,
.lib-about-team-inner > *,
.lib-about-how-inner > *,
.lib-about-locations-inner > *,
.lib-about-faq-inner > *,
.lib-about-cta-inner > *,
.lib-about-contact-inner > * {
    margin-left: 0 !important;
}
/* Remove has-global-padding indent from all section inner groups */
.lib-about-hero-inner,
.lib-about-story-inner,
.lib-about-diff-inner,
.lib-about-team-inner,
.lib-about-how-inner,
.lib-about-locations-inner,
.lib-about-faq-inner,
.lib-about-cta-inner,
.lib-about-contact-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.lib-about-hero-eyebrow {
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wp--preset--color--teal);
    margin-bottom: 24px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
.lib-about-hero-eyebrow::before {
    content: '';
    width: 40px;
    height: 2px;
    background: var(--wp--preset--color--teal);
    display: inline-block;
}
.lib-about-hero-h1 {
    font-size: clamp(2.4rem, 5.5vw, 4.2rem) !important;
    font-weight: 300 !important;
    color: var(--wp--preset--color--white);
    line-height: 1.1 !important;
    letter-spacing: -0.03em;
    max-width: 820px;
    margin-bottom: 28px !important;
}
.lib-about-hero-h1 em {
    font-style: italic;
    color: var(--wp--preset--color--salmon);
    font-weight: 400;
}
.lib-about-hero-sub {
    font-size: clamp(1.05rem, 1.8vw, 1.25rem) !important;
    color: rgba(255,255,255,0.6);
    max-width: 560px;
    line-height: 1.7 !important;
    margin-bottom: 40px !important;
}
.lib-about-hero-cta .wp-block-button__link {
    background: var(--wp--preset--color--teal) !important;
    color: var(--wp--preset--color--white) !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(78,165,156,0.25);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lib-about-hero-cta .wp-block-button__link:hover {
    background: var(--wp--preset--color--teal-dark) !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(78,165,156,0.35);
}

/* ================================================================
   2. STATS STRIP (uses lib-stats-row / lib-stat from lib.css)
   ================================================================ */
.lib-about-stats {
    background: var(--wp--preset--color--white);
    border-bottom: 1px solid rgba(50,61,76,0.1);
    padding: 0 clamp(24px, 5vw, 80px);
}

/* ================================================================
   3. OUR STORY
   ================================================================ */
.lib-about-story {
    background: var(--wp--preset--color--white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
}
.lib-about-story-grid.wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: clamp(40px, 6vw, 80px) !important;
    align-items: center;
}
.lib-about-story-grid.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    max-width: none !important;
}
.lib-about-story-visual {
    position: relative;
}
.lib-about-story-img-wrap {
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #e8f5f3, #fce9e7);
    box-shadow: 0 16px 48px rgba(10,30,63,0.12), 0 4px 12px rgba(10,30,63,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lib-about-story-placeholder {
    font-size: 14px !important;
    color: #6B7280;
}
.lib-about-story-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: var(--wp--preset--color--deep-navy);
    border-radius: 16px;
    padding: 16px 22px !important;
    box-shadow: 0 16px 48px rgba(10,30,63,0.12), 0 4px 12px rgba(10,30,63,0.06);
    z-index: 2;
}
.lib-about-story-badge-year {
    font-size: 28px !important;
    font-weight: 300;
    color: var(--wp--preset--color--salmon) !important;
    letter-spacing: -0.02em;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}
.lib-about-story-badge-loc {
    font-size: 14px !important;
    font-weight: 400;
    color: var(--wp--preset--color--white) !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
}
.lib-about-story-heading {
    font-size: clamp(1.3rem, 2.2vw, 1.6rem) !important;
    font-weight: 400 !important;
    color: var(--wp--preset--color--deep-navy) !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}
.lib-about-story-text {
    font-size: 15px !important;
    color: #4a5568;
    line-height: 1.8 !important;
    margin-bottom: 16px !important;
}
.lib-about-story-text strong {
    color: var(--wp--preset--color--primary);
    font-weight: 600;
}
.lib-about-story-highlight {
    background: #e8f5f3;
    border-left: 3px solid var(--wp--preset--color--teal);
    border-radius: 0 16px 16px 0;
    padding: 18px 22px !important;
    margin-top: 24px !important;
}
.lib-about-story-highlight p {
    font-size: 15px !important;
    color: var(--wp--preset--color--teal-dark) !important;
    line-height: 1.6 !important;
    font-weight: 500;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .lib-about-story-grid.wp-block-columns {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    .lib-about-story-badge {
        bottom: -12px;
        right: 12px;
    }
}

/* ================================================================
   4. DIFFERENTIATOR CARDS
   ================================================================ */
.lib-about-diff {
    background: var(--wp--preset--color--off-white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
}
.lib-about-diff-row.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
.lib-about-diff-row.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    max-width: none !important;
}
.lib-about-diff-row-bottom {
    margin-top: 0 !important;
}
.lib-about-diff-card {
    background: var(--wp--preset--color--white) !important;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 36px 28px !important;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
}
.lib-about-diff-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 48px rgba(10,30,63,0.12), 0 4px 12px rgba(10,30,63,0.06);
}
.lib-about-diff-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.lib-about-diff-card-1::before { background: var(--wp--preset--color--teal); }
.lib-about-diff-card-2::before { background: var(--wp--preset--color--salmon); }
.lib-about-diff-card-3::before { background: var(--wp--preset--color--orange); }
.lib-about-diff-card-4::before { background: var(--wp--preset--color--salmon); }
.lib-about-diff-card-5::before { background: var(--wp--preset--color--teal); }
.lib-about-diff-card-6::before { background: var(--wp--preset--color--orange); }

.lib-about-diff-card-title {
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    color: var(--wp--preset--color--deep-navy) !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}
.lib-about-diff-card-text {
    font-size: 14px !important;
    color: #6B7280;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 900px) {
    .lib-about-diff-row.wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 600px) {
    .lib-about-diff-row.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
   5. TESTIMONIAL STRIP
   ================================================================ */
.lib-about-testimonial {
    background: var(--wp--preset--color--deep-navy);
    padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px) !important;
    position: relative;
    overflow: hidden;
}
.lib-about-testimonial::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 60%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(78,165,156,0.1) 0%, transparent 60%);
    pointer-events: none;
}
.lib-about-testimonial-inner {
    position: relative;
    z-index: 1;
}
.lib-about-testimonial-mark {
    font-size: 80px !important;
    color: var(--wp--preset--color--teal);
    line-height: 1 !important;
    margin-bottom: -10px !important;
    opacity: 0.6;
}
.lib-about-testimonial-text {
    font-size: clamp(1.2rem, 2.5vw, 1.7rem) !important;
    font-weight: 300;
    color: var(--wp--preset--color--white);
    line-height: 1.5 !important;
    font-style: italic;
    margin-bottom: 28px !important;
    letter-spacing: -0.01em;
}
.lib-about-testimonial-author {
    font-size: 14px !important;
    color: rgba(255,255,255,0.5);
    font-weight: 500;
}
.lib-about-testimonial-author strong {
    color: rgba(255,255,255,0.8);
    font-weight: 600;
}

/* ================================================================
   6. TEAM SECTION
   ================================================================ */
.lib-about-team {
    background: var(--wp--preset--color--white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
    position: relative;
    overflow: hidden;
}
.lib-about-team::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: radial-gradient(ellipse at top right, rgba(78,165,156,0.05) 0%, transparent 70%);
    pointer-events: none;
}
.lib-about-team-lead.wp-block-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 32px !important;
    margin-bottom: 32px !important;
}
.lib-about-team-lead.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    max-width: none !important;
}
.lib-about-team-rest.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}
.lib-about-team-rest.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    max-width: none !important;
}
.lib-about-team-card {
    background: var(--wp--preset--color--off-white) !important;
    border-radius: 24px;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s;
}
.lib-about-team-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(10,30,63,0.12), 0 4px 12px rgba(10,30,63,0.06);
}
.lib-about-team-card-photo {
    aspect-ratio: 3/2;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f5f3, #fce9e7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.lib-about-team-photo-placeholder {
    font-size: 13px !important;
    color: #6B7280;
}
.lib-about-team-card-body {
    padding: 28px 28px 32px !important;
}
.lib-about-team-rest .lib-about-team-card-body {
    padding: 22px 22px 26px !important;
}
.lib-about-team-role {
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wp--preset--color--teal) !important;
    margin-bottom: 6px !important;
}
.lib-about-team-name {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    color: var(--wp--preset--color--deep-navy) !important;
    margin-bottom: 12px !important;
    letter-spacing: -0.01em;
}
.lib-about-team-rest .lib-about-team-name {
    font-size: 1.25rem !important;
}
.lib-about-team-bio {
    font-size: 14px !important;
    color: #4a5568;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
}
.lib-about-team-tags {
    gap: 6px !important;
    padding: 0 !important;
}
.lib-about-team-tag {
    font-size: 11px !important;
    font-weight: 600;
    padding: 4px 12px !important;
    border-radius: 100px;
    background: rgba(78, 165, 156, 0.10);
    color: var(--wp--preset--color--teal-dark) !important;
    margin-bottom: 0 !important;
}
.lib-about-team-tag-salmon {
    background: rgba(249, 130, 119, 0.10) !important;
    color: var(--wp--preset--color--salmon-dark) !important;
}

@media (max-width: 900px) {
    .lib-about-team-lead.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
    .lib-about-team-rest.wp-block-columns {
        grid-template-columns: 1fr 1fr !important;
    }
}
@media (max-width: 600px) {
    .lib-about-team-rest.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
   7. HOW WE WORK — TIMELINE
   ================================================================ */
.lib-about-how {
    background: var(--wp--preset--color--off-white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
}
.lib-about-how-timeline.wp-block-columns {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 0 !important;
    position: relative;
    margin-top: 16px !important;
}
.lib-about-how-timeline.wp-block-columns > .wp-block-column {
    flex-basis: unset !important;
    min-width: unset !important;
    max-width: none !important;
}
.lib-about-how-timeline.wp-block-columns::before {
    content: '';
    position: absolute;
    top: 36px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #e2e8f0;
    z-index: 0;
}
.lib-about-how-step {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 12px !important;
}
.lib-about-how-num {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lib-about-how-step:hover .lib-about-how-num {
    transform: scale(1.1);
}
.lib-about-how-step-1 .lib-about-how-num {
    background: var(--wp--preset--color--teal);
    color: var(--wp--preset--color--white) !important;
    box-shadow: 0 8px 24px rgba(78,165,156,0.3);
}
.lib-about-how-step-2 .lib-about-how-num {
    background: var(--wp--preset--color--salmon);
    color: var(--wp--preset--color--white) !important;
    box-shadow: 0 8px 24px rgba(249,130,119,0.3);
}
.lib-about-how-step-3 .lib-about-how-num {
    background: var(--wp--preset--color--orange);
    color: var(--wp--preset--color--white) !important;
    box-shadow: 0 8px 24px rgba(255,139,89,0.3);
}
.lib-about-how-step-4 .lib-about-how-num {
    background: var(--wp--preset--color--deep-navy);
    color: var(--wp--preset--color--white) !important;
    box-shadow: 0 8px 24px rgba(10,30,63,0.3);
}
.lib-about-how-title {
    font-size: 1.05rem !important;
    font-weight: 500 !important;
    color: var(--wp--preset--color--deep-navy) !important;
    margin-bottom: 8px !important;
}
.lib-about-how-text {
    font-size: 13px !important;
    color: #6B7280;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .lib-about-how-timeline.wp-block-columns {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 32px !important;
    }
    .lib-about-how-timeline.wp-block-columns::before { display: none; }
}
@media (max-width: 480px) {
    .lib-about-how-timeline.wp-block-columns {
        grid-template-columns: 1fr !important;
    }
}

/* ================================================================
   8. LOCATIONS
   ================================================================ */
.lib-about-locations {
    background: var(--wp--preset--color--white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
}
.lib-about-loc-grid {
    gap: 12px !important;
    padding: 0 !important;
    margin-top: 8px !important;
}
.lib-about-loc-pill {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    background: var(--wp--preset--color--off-white);
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    padding: 10px 20px !important;
    font-size: 14px !important;
    font-weight: 500;
    color: var(--wp--preset--color--primary) !important;
    transition: all 0.2s;
    margin-bottom: 0 !important;
}
.lib-about-loc-pill:hover {
    border-color: var(--wp--preset--color--teal);
    background: #e8f5f3;
    color: var(--wp--preset--color--teal-dark) !important;
}
.lib-about-loc-hq {
    background: var(--wp--preset--color--deep-navy) !important;
    color: var(--wp--preset--color--white) !important;
    border-color: var(--wp--preset--color--deep-navy) !important;
}
.lib-about-loc-hq:hover {
    background: #142d54 !important;
    border-color: #142d54 !important;
    color: var(--wp--preset--color--white) !important;
}

/* ================================================================
   9. FAQ — Rank Math FAQ Block
   ================================================================ */
.lib-about-faq {
    background: var(--wp--preset--color--off-white);
    padding: clamp(60px, 10vw, 120px) clamp(24px, 5vw, 80px) !important;
}
/* Rank Math renders rank-math-list / rank-math-list-item on the frontend
   (not wp-block-rank-math-faq-block / rank-math-faq-item) */
.lib-about-faq-grid .rank-math-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.lib-about-faq-grid .rank-math-list-item {
    background: var(--wp--preset--color--white);
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px 24px;
}
.lib-about-faq-grid .rank-math-question {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--wp--preset--color--deep-navy) !important;
    margin-bottom: 12px !important;
    line-height: 1.4 !important;
}
.lib-about-faq-grid .rank-math-answer {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.7;
}
.lib-about-faq-grid .rank-math-answer p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .lib-about-faq-grid .rank-math-list {
        grid-template-columns: 1fr;
    }
}

/* ================================================================
   10. CTA BANNER
   ================================================================ */
.lib-about-cta {
    background: linear-gradient(160deg, var(--wp--preset--color--deep-navy) 0%, var(--wp--preset--color--teal) 100%);
    padding: clamp(60px, 10vw, 100px) clamp(24px, 5vw, 80px) !important;
    position: relative;
    overflow: hidden;
}
.lib-about-cta::before {
    content: '';
    position: absolute;
    top: -40%;
    right: -10%;
    width: 50%;
    height: 180%;
    background: radial-gradient(ellipse at center, rgba(249,130,119,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.lib-about-cta-inner {
    position: relative;
    z-index: 1;
}
.lib-about-cta-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
    font-weight: 300 !important;
    color: var(--wp--preset--color--white) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.02em;
    margin-bottom: 16px !important;
}
.lib-about-cta-heading em {
    font-style: italic;
    color: var(--wp--preset--color--salmon);
}
.lib-about-cta-sub {
    font-size: 16px !important;
    color: rgba(255,255,255,0.6);
    margin-bottom: 36px !important;
    line-height: 1.7 !important;
}
.lib-about-btn-salmon .wp-block-button__link {
    background: var(--wp--preset--color--salmon) !important;
    color: var(--wp--preset--color--white) !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(249,130,119,0.3);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.lib-about-btn-salmon .wp-block-button__link:hover {
    background: var(--wp--preset--color--salmon-dark) !important;
    transform: translateY(-2px);
}
.lib-about-btn-ghost .wp-block-button__link {
    background: transparent !important;
    color: var(--wp--preset--color--white) !important;
    border: 1.5px solid rgba(255,255,255,0.3) !important;
    border-radius: 100px !important;
    padding: 13px 30px !important;
    font-size: 15px !important;
    font-weight: 600;
    transition: all 0.2s;
}
.lib-about-btn-ghost .wp-block-button__link:hover {
    border-color: var(--wp--preset--color--white) !important;
    background: rgba(255,255,255,0.1) !important;
}

/* ================================================================
   11. CONTACT BAR
   ================================================================ */
.lib-about-contact-bar {
    background: var(--wp--preset--color--white);
    border-top: 1px solid #e2e8f0;
    padding: 40px clamp(24px, 5vw, 80px) !important;
}
.lib-about-contact-inner {
    gap: clamp(24px, 4vw, 60px) !important;
}
.lib-about-contact-item {
    font-size: 14px !important;
    color: #4a5568;
    margin-bottom: 0 !important;
}
.lib-about-contact-item strong {
    color: var(--wp--preset--color--primary);
    font-weight: 600;
}
