.elementor a {
    box-shadow: none !important;
    text-decoration: none !important;
}

/* ══════════════════════════════
   WLA HEADER STYLES — Black & Gray Edition
   ══════════════════════════════ */

/* ── RESET SCOPE ── */
.wlanav *,
.wlanav *::before,
.wlanav *::after {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wlanav {
    font-family: 'Inter', sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative !important;
    z-index: 9999 !important;
    --ink: #0A0A0A !important;          /* pure black */
    --cream: #F5F4F1 !important;        /* warm off-white (matches image bg) */
    --warm: #EEECE8 !important;
    --bd: #DDDBD5 !important;
    --bd2: #C5C3BC !important;
    --mu: #6B6B6B !important;
    --g: #2A2A2A !important;            /* dark charcoal (replaces dark green) */
    --g2: #4A4A4A !important;           /* mid charcoal (replaces bright green) */
    --HDR: 64px !important;
    --PAD: clamp(16px, 4vw, 52px) !important;
}

/* ── TOP STRIP ── */
.wlanav .wla-top-strip {
    background: var(--ink) !important;
    width: 100% !important;
    min-height: 36px !important;
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    z-index: 1 !important;
}

.wlanav .wla-strip-in {
    width: 100% !important;
    padding: 0 var(--PAD) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    min-height: 36px !important;
}

.wlanav .wla-strip-left {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex: 1 !important;
}

.wlanav .wla-blink {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #FFFFFF !important;
    flex-shrink: 0 !important;
    animation: wlaBlink 2.2s ease-in-out infinite !important;
}

@keyframes wlaBlink {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.3; transform: scale(0.75); }
}

.wlanav .wla-strip-text {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(10px, 1.8vw, 11.5px) !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.5) !important;
}

.wlanav .wla-strip-text strong {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

.wlanav .wla-strip-link {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(10px, 1.8vw, 11.5px) !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, 0.75) !important;
    text-decoration: none !important;
    margin-left: 8px !important;
    transition: color .15s !important;
}

.wlanav .wla-strip-link:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
}

.wlanav .wla-strip-right {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-shrink: 0 !important;
}

.wlanav .wla-strip-signin {
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(10px, 1.5vw, 11px) !important;
    font-weight: 500 !important;
    color: rgba(255, 255, 255, 0.55) !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color .15s !important;
    white-space: nowrap !important;
}

.wlanav .wla-strip-signin:hover { color: #FFFFFF !important; }

.wlanav .wla-strip-signin svg {
    width: 12px !important;
    height: 12px !important;
}

/* ── STICKY HEADER BAR ── */
.wlanav .wla-hdr {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9998 !important;
    height: var(--HDR) !important;
    background: rgba(245, 244, 241, .98) !important;   /* warm off-white from image */
    backdrop-filter: blur(20px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(140%) !important;
    border-bottom: .5px solid var(--bd) !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 var(--PAD) !important;
    transition: box-shadow .3s !important;
    width: 100% !important;
    gap: 8px !important;
}

.wlanav .wla-hdr.scrolled {
    box-shadow: 0 2px 24px rgba(0, 0, 0, .07) !important;
}

/* ── LOGO ── */
.wlanav .wla-brand {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
    text-decoration: none !important;
}

.wlanav .wla-brand img {
    height: 44px !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
}

/* ── CENTRE NAV ── */
.wlanav .wla-nav {
    position: absolute !important;
    left: 45% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.wlanav .wla-ni {
    position: static !important;
}

.wlanav .wla-nb {
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    height: 40px !important;
    padding: 0 clamp(8px, 1.1vw, 15px) !important;
    background: none !important;
    border: none !important;
    font-family: 'Inter', sans-serif !important;
    font-size: clamp(11px, 1vw, 13px) !important;
    font-weight: 500 !important;
    color: rgba(10, 10, 10, .5) !important;
    letter-spacing: .01em !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: color .15s !important;
    position: relative !important;
    text-decoration: none !important;
    outline: none !important;
    border-bottom: 2px solid transparent !important;
    border-radius: 0 !important;
}

.wlanav .wla-nb:hover {
    color: var(--ink) !important;
    background: none !important;
}

.wlanav .wla-ni.open .wla-nb {
    color: var(--ink) !important;
    border-bottom-color: var(--ink) !important;    /* black underline on active */
}

.wlanav .wla-nb svg {
    width: 11px !important;
    height: 11px !important;
    opacity: .35 !important;
    transition: transform .2s !important;
    flex-shrink: 0 !important;
}

.wlanav .wla-ni.open .wla-nb svg {
    transform: rotate(180deg) !important;
    opacity: .6 !important;
}

/* ── RIGHT CTAs ── */
.wlanav .wla-hdr-r {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
    margin-left: auto !important;
}

.wlanav .wla-btn-outline {
    padding: 8px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: rgba(10, 10, 10, .6) !important;
    border: 1px solid rgba(10, 10, 10, .2) !important;
    background: none !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    text-decoration: none !important;
    transition: all .15s !important;
    display: inline-flex !important;
    align-items: center !important;
    letter-spacing: .01em !important;
    outline: none !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.wlanav .wla-btn-outline:hover {
    color: var(--ink) !important;
    border-color: rgba(10, 10, 10, .5) !important;
}

.wlanav .wla-btn-solid {
    padding: 25px 18px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: var(--ink) !important;
    border: none !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    letter-spacing: .02em !important;
    transition: background .15s !important;
    display: inline-flex !important;
    align-items: center !important;
    outline: none !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.wlanav .wla-btn-solid:hover {
    background: #2A2A2A !important;
    color: #fff !important;
}

/* "green" variant → now light gray with black text */
.wlanav .wla-btn-solid.green {
    background: #E8E6E1 !important;
    color: var(--ink) !important;
}

.wlanav .wla-btn-solid.green:hover {
    background: #D6D4CE !important;
}

/* ── HAMBURGER ── */
.wlanav .wla-ham {
    display: none !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 5px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 9px !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    outline: none !important;
    border-radius: 4px !important;
    transition: background .15s !important;
}

.wlanav .wla-ham:hover { background: rgba(10, 10, 10, .05) !important; }

.wlanav .wla-ham span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    background: var(--mu) !important;
    border-radius: 1px !important;
    transition: all .26s !important;
    transform-origin: center !important;
}

.wlanav .wla-ham.on span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }
.wlanav .wla-ham.on span:nth-child(2) { opacity: 0 !important; transform: scaleX(0) !important; }
.wlanav .wla-ham.on span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }

/* ── BACKDROP ── */
.wlanav .wla-bdo {
    position: fixed !important;
    inset: 0 !important;
    top: 0 !important;
    z-index: 9990 !important;
    background: rgba(10, 10, 10, .35) !important;
    backdrop-filter: blur(2px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .2s !important;
}

.wlanav .wla-bdo.on {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* ═══════════════════════════════════════
   MEGA MENU
   ═══════════════════════════════════════ */
.wlanav .mega {
    position: fixed !important;
    top: var(--HDR) !important;
    left: 0 !important;
    right: 0 !important;
    background: var(--cream) !important;     /* warm off-white panel */
    padding: 40px 0 20px 10px !important;
    border-top: 2px solid var(--ink) !important;   /* black top border */
    box-shadow: 0 32px 64px rgba(0, 0, 0, .10) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-6px) !important;
    transition: opacity .2s, transform .2s !important;
    z-index: 99999 !important;
    max-height: calc(100vh - var(--HDR) - 20px) !important;
    overflow-y: auto !important;
    visibility: hidden !important;
}

.wlanav .mega.on {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    visibility: visible !important;
}

.wlanav .mega-body {
    max-width: 1300px !important;
    margin: 0 auto !important;
    display: grid !important;
    padding: 0 44px !important;
}

.wlanav .g-practices { grid-template-columns: 260px 1fr 1fr 280px !important; gap: 0 !important; }
.wlanav .g-sectors   { grid-template-columns: 260px 1fr 1fr 1fr !important;  gap: 0 !important; }
.wlanav .g-corridors { grid-template-columns: 280px 1fr 1fr !important;      gap: 0 !important; }
.wlanav .g-serve     { grid-template-columns: 260px 1fr 1fr !important;      gap: 0 !important; }
.wlanav .g-about     { grid-template-columns: 260px 1fr 1fr !important;      gap: 0 !important; }

.wlanav .mc {
    padding: 32px 28px 32px 0 !important;
    border-right: 1px solid rgba(10, 10, 10, .08) !important;
}

.wlanav .mc:last-child { border-right: none !important; padding-right: 0 !important; }
.wlanav .mc:first-child { padding-left: 0 !important; }
.wlanav .mc+.mc { padding-left: 28px !important; }

.wlanav .mc-feat {
    padding: 32px 32px 32px 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
}

.wlanav .slbl {
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .32em !important;
    text-transform: uppercase !important;
    color: rgba(10, 10, 10, .3) !important;
    margin-bottom: 14px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(10, 10, 10, .08) !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .ml {
    display: block !important;
    text-decoration: none !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(10, 10, 10, .06) !important;
    transition: padding-left .12s !important;
    background: none !important;
    outline: none !important;
}

.wlanav .ml:last-child { border-bottom: none !important; }
.wlanav .ml:hover { padding-left: 7px !important; text-decoration: none !important; }

.wlanav .ml-n {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #0A0A0A !important;
    margin-bottom: 2px !important;
    transition: color .12s !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
    line-height: 1.3 !important;
}

.wlanav .ml:hover .ml-n { color: #4A4A4A !important; }

.wlanav .ml-d {
    font-size: 11px !important;
    font-weight: 300 !important;
    color: rgba(10, 10, 10, .42) !important;
    line-height: 1.45 !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .ms {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    text-decoration: none !important;
    padding: 7.5px 0 !important;
    border-bottom: 1px solid rgba(10, 10, 10, .05) !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: rgba(10, 10, 10, .7) !important;
    transition: all .12s !important;
    background: none !important;
    font-family: 'Inter', sans-serif !important;
    outline: none !important;
}

.wlanav .ms:last-child { border-bottom: none !important; }
.wlanav .ms:hover { color: var(--ink) !important; padding-left: 7px !important; text-decoration: none !important; }

.wlanav .ms-arr {
    font-size: 10px !important;
    color: var(--g2) !important;
    opacity: 0 !important;
    transition: opacity .12s, transform .12s !important;
    display: inline-block !important;
}

.wlanav .ms:hover .ms-arr { opacity: 1 !important; transform: translateX(3px) !important; }

/* ── FEATURE COLUMN ── */
.wlanav .feat-tag {
    font-size: 8.5px !important;
    font-weight: 600 !important;
    letter-spacing: .3em !important;
    text-transform: uppercase !important;
    color: var(--g2) !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .feat-tag::before {
    content: '' !important;
    width: 18px !important;
    height: 1.5px !important;
    background: var(--ink) !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.wlanav .feat-h {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    color: var(--ink) !important;
    line-height: 1.18 !important;
    letter-spacing: -.01em !important;
    margin-bottom: 10px !important;
    display: block !important;
}

.wlanav .feat-h em {
    font-style: normal !important;
    color: rgba(10, 10, 10, .45) !important;    /* muted normal, no color accent */
}

.wlanav .feat-p {
    font-size: 12px !important;
    font-weight: 300 !important;
    color: rgba(10, 10, 10, .45) !important;
    line-height: 1.75 !important;
    margin-bottom: 18px !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .feat-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: var(--ink) !important;
    text-decoration: none !important;
    padding-bottom: 3px !important;
    border-bottom: 1.5px solid rgba(10, 10, 10, .3) !important;
    transition: color .15s, border-color .15s !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .feat-cta:hover {
    color: #4A4A4A !important;
    border-color: #4A4A4A !important;
    text-decoration: none !important;
}

.wlanav .feat-stats { display: flex !important; gap: 20px !important; margin-bottom: 18px !important; }

.wlanav .fsn {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    color: var(--ink) !important;
    line-height: 1 !important;
    letter-spacing: -.02em !important;
    display: block !important;
}

.wlanav .fsl {
    font-size: 8.5px !important;
    font-weight: 500 !important;
    letter-spacing: .18em !important;
    text-transform: uppercase !important;
    color: rgba(10, 10, 10, .35) !important;
    margin-top: 3px !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

/* ── IMAGE CARDS ── */
.wlanav .img-card {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 4px !important;
    height: 220px !important;
    display: block !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    outline: none !important;
}

.wlanav .img-card img { width: 100% !important; height: 100% !important; object-fit: cover !important; transition: transform .4s !important; display: block !important; filter: grayscale(40%) !important; }
.wlanav .img-card:hover img { transform: scale(1.04) !important; filter: grayscale(0%) !important; }

.wlanav .img-card-ov {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to top, rgba(10,10,10,.85) 0%, rgba(10,10,10,.25) 60%, rgba(10,10,10,0) 100%) !important;
}

.wlanav .img-card-body { position: absolute !important; bottom: 0 !important; left: 0 !important; right: 0 !important; padding: 18px 16px !important; }

.wlanav .img-card-tag {
    font-size: 8px !important;
    font-weight: 700 !important;
    letter-spacing: .28em !important;
    text-transform: uppercase !important;
    color: rgba(255,255,255,.55) !important;
    margin-bottom: 6px !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

.wlanav .img-card-title {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 15px !important;
    color: #fff !important;
    font-style: normal !important;
    line-height: 1.3 !important;
    display: block !important;
}

/* ── UNBOUNDED CARD → now dark gray ── */
.wlanav .unb {
    background: var(--ink) !important;
    padding: 18px 20px !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-top: 16px !important;
    flex-shrink: 0 !important;
    flex-wrap: wrap !important;
}

.wlanav .unb-n { font-family: 'Inter Tight', sans-serif !important; font-size: 20px !important; color: #fff !important; font-style: normal !important; display: block !important; }
.wlanav .unb-d { font-size: 9px !important; color: rgba(255,255,255,.35) !important; letter-spacing: .16em !important; text-transform: uppercase !important; margin-top: 3px !important; display: block !important; font-family: 'Inter', sans-serif !important; }

.wlanav .unb-btn {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .2em !important;
    text-transform: uppercase !important;
    color: #0A0A0A !important;
    background: #FFFFFF !important;     /* white button on black card */
    padding: 9px 14px !important;
    white-space: nowrap !important;
    border-radius: 2px !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
    text-decoration: none !important;
}

/* ── CORRIDOR CARDS ── */
.wlanav .corr-card {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 11px 14px !important;
    margin-bottom: 5px !important;
    background: rgba(10,10,10,.03) !important;
    border: 1px solid rgba(10,10,10,.08) !important;
    border-left: 3px solid transparent !important;
    text-decoration: none !important;
    transition: all .15s !important;
    border-radius: 2px !important;
    outline: none !important;
}

.wlanav .corr-card:hover {
    background: rgba(10,10,10,.07) !important;
    border-left-color: var(--ink) !important;
    padding-left: 16px !important;
    text-decoration: none !important;
}

.wlanav .corr-r { font-size: 13px !important; font-weight: 600 !important; color: var(--ink) !important; letter-spacing: -.01em !important; display: block !important; font-family: 'Inter', sans-serif !important; line-height: 1.3 !important; }
.wlanav .corr-r span { color: var(--g2) !important; margin: 0 5px !important; }
.wlanav .corr-s { font-size: 10px !important; color: rgba(10,10,10,.38) !important; margin-top: 2px !important; display: block !important; font-family: 'Inter', sans-serif !important; }

.wlanav .corr-pct {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #3A3A3A !important;          /* dark gray instead of green */
    flex-shrink: 0 !important;
}

/* ── REF CARD ── */
.wlanav .ref-card {
    background: rgba(10,10,10,.04) !important;
    border: 1px solid rgba(10,10,10,.1) !important;
    border-left: 3px solid var(--ink) !important;
    padding: 16px 18px !important;
    border-radius: 2px !important;
    margin-top: 14px !important;
}

.wlanav .ref-h { font-size: 11px !important; font-weight: 700 !important; letter-spacing: .1em !important; text-transform: uppercase !important; color: var(--ink) !important; margin-bottom: 6px !important; display: block !important; font-family: 'Inter', sans-serif !important; }
.wlanav .ref-p { font-size: 11.5px !important; font-weight: 300 !important; color: rgba(10,10,10,.55) !important; line-height: 1.65 !important; display: block !important; font-family: 'Inter', sans-serif !important; }
.wlanav .ref-a { display: inline-block !important; margin-top: 10px !important; font-size: 11px !important; font-weight: 700 !important; color: var(--ink) !important; text-decoration: none !important; letter-spacing: .08em !important; font-family: 'Inter', sans-serif !important; }
.wlanav .ref-a:hover { color: #4A4A4A !important; text-decoration: none !important; }

/* ── CONTACT BOX ── */
.wlanav .cbox {
    border: 1px solid rgba(10,10,10,.15) !important;
    border-top: 3px solid var(--ink) !important;
    padding: 14px 16px !important;
    border-radius: 2px !important;
    margin-top: 14px !important;
}

.wlanav .cbox-email { font-size: 12px !important; font-weight: 600 !important; color: var(--ink) !important; margin-bottom: 4px !important; display: block !important; font-family: 'Inter', sans-serif !important; }
.wlanav .cbox-det { font-size: 11px !important; color: rgba(10,10,10,.4) !important; line-height: 1.65 !important; display: block !important; font-family: 'Inter', sans-serif !important; }

/* ── MEGA STRIP (bottom bar) ── */
.wlanav .mega-strip {
    border-top: 1px solid rgba(10,10,10,.08) !important;
    background: rgba(10,10,10,.025) !important;
    padding: 13px 44px !important;
    display: flex !important;
    align-items: center !important;
    gap: 28px !important;
    flex-wrap: wrap !important;
}

.wlanav .strip-a { display: flex !important; align-items: center !important; gap: 7px !important; font-size: 11px !important; color: rgba(10,10,10,.42) !important; text-decoration: none !important; transition: color .12s !important; white-space: nowrap !important; font-family: 'Inter', sans-serif !important; }
.wlanav .strip-a:hover { color: var(--ink) !important; text-decoration: none !important; }

.wlanav .sdot { width: 4px !important; height: 4px !important; border-radius: 50% !important; background: rgba(10,10,10,.2) !important; flex-shrink: 0 !important; display: inline-block !important; }
.wlanav .sdot.g { background: var(--ink) !important; }   /* black dot instead of green */

.wlanav .strip-right { margin-left: auto !important; font-size: 11px !important; font-weight: 600 !important; color: rgba(10,10,10,.5) !important; letter-spacing: .06em !important; white-space: nowrap !important; font-family: 'Inter', sans-serif !important; }

/* ══════════════════════════════
   MOBILE DRAWER
   ══════════════════════════════ */
.wlanav .mobile-drawer { display: none !important; position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 100000 !important; pointer-events: none !important; }
.wlanav .mobile-drawer.open { display: block !important; pointer-events: all !important; }

.wlanav .drawer-overlay { position: absolute !important; inset: 0 !important; background: rgba(10,10,10,.4) !important; backdrop-filter: blur(2px) !important; opacity: 0 !important; transition: opacity .3s !important; }
.wlanav .mobile-drawer.open .drawer-overlay { opacity: 1 !important; }

.wlanav .drawer-panel { position: absolute !important; top: 0 !important; left: 0 !important; bottom: 0 !important; width: 88% !important; max-width: 360px !important; background: var(--cream) !important; overflow-y: auto !important; transform: translateX(-100%) !important; transition: transform .3s cubic-bezier(.4,0,.2,1) !important; display: flex !important; flex-direction: column !important; }
.wlanav .mobile-drawer.open .drawer-panel { transform: translateX(0) !important; }

.wlanav .drawer-head { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 0 20px !important; height: 64px !important; border-bottom: 1px solid rgba(10,10,10,.08) !important; flex-shrink: 0 !important; background: var(--cream) !important; position: sticky !important; top: 0 !important; z-index: 2 !important; }
.wlanav .drawer-logo img { height: 32px !important; width: auto !important; display: block !important; }

.wlanav .drawer-close { width: 36px !important; height: 36px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(10,10,10,.06) !important; border: none !important; border-radius: 4px !important; cursor: pointer !important; outline: none !important; font-size: 18px !important; color: var(--ink) !important; line-height: 1 !important; }

.wlanav .drawer-body { flex: 1 !important; overflow-y: auto !important; padding: 12px 0 24px !important; }

.wlanav .dacc { border-bottom: 1px solid rgba(10,10,10,.06) !important; }

.wlanav .dacc-head { display: flex !important; align-items: center !important; justify-content: space-between !important; width: 100% !important; padding: 14px 20px !important; background: none !important; border: none !important; cursor: pointer !important; font-size: 14px !important; font-weight: 600 !important; color: var(--ink) !important; font-family: 'Inter', sans-serif !important; text-align: left !important; outline: none !important; letter-spacing: .01em !important; }
.wlanav .dacc-head:hover { background: rgba(10,10,10,.02) !important; }

.wlanav .dacc-arrow { width: 20px !important; height: 20px !important; display: flex !important; align-items: center !important; justify-content: center !important; background: rgba(10,10,10,.07) !important; border-radius: 50% !important; flex-shrink: 0 !important; transition: transform .2s, background .15s !important; }
.wlanav .dacc-head.open .dacc-arrow { transform: rotate(180deg) !important; background: rgba(10,10,10,.14) !important; }
.wlanav .dacc-arrow svg { width: 10px !important; height: 10px !important; display: block !important; }

.wlanav .dacc-body { display: none !important; padding: 0 20px 14px !important; }
.wlanav .dacc-body.open { display: block !important; }

.wlanav .m-slbl { font-size: 8px !important; font-weight: 700 !important; letter-spacing: .3em !important; text-transform: uppercase !important; color: rgba(10,10,10,.35) !important; padding: 10px 0 6px !important; display: block !important; font-family: 'Inter', sans-serif !important; border-bottom: 1px solid rgba(10,10,10,.06) !important; margin-bottom: 4px !important; }

.wlanav .m-link { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 10px 0 !important; font-size: 13px !important; font-weight: 500 !important; color: rgba(10,10,10,.75) !important; text-decoration: none !important; border-bottom: 1px solid rgba(10,10,10,.05) !important; font-family: 'Inter', sans-serif !important; outline: none !important; }
.wlanav .m-link:last-child { border-bottom: none !important; }
.wlanav .m-link:active { color: var(--ink) !important; }
.wlanav .m-link-arr { font-size: 11px !important; color: var(--g2) !important; flex-shrink: 0 !important; }

.wlanav .d-direct { display: flex !important; align-items: center !important; justify-content: space-between !important; padding: 14px 20px !important; font-size: 14px !important; font-weight: 600 !important; color: var(--ink) !important; text-decoration: none !important; border-bottom: 1px solid rgba(10,10,10,.06) !important; font-family: 'Inter', sans-serif !important; outline: none !important; }

.wlanav .m-unb { background: var(--ink) !important; border-radius: 4px !important; padding: 12px 14px !important; margin-top: 10px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; gap: 10px !important; text-decoration: none !important; }
.wlanav .m-unb-n { font-family: 'Inter Tight', sans-serif !important; font-size: 16px !important; color: #fff !important; font-style: normal !important; display: block !important; }
.wlanav .m-unb-d { font-size: 9px !important; color: rgba(255,255,255,.35) !important; letter-spacing: .14em !important; text-transform: uppercase !important; margin-top: 2px !important; display: block !important; font-family: 'Inter', sans-serif !important; }
.wlanav .m-unb-btn { font-size: 9px !important; font-weight: 800 !important; letter-spacing: .2em !important; text-transform: uppercase !important; color: #0A0A0A !important; background: #FFFFFF !important; padding: 7px 10px !important; border-radius: 2px !important; white-space: nowrap !important; flex-shrink: 0 !important; font-family: 'Inter Tight', sans-serif !important; }

.wlanav .drawer-foot { padding: 16px 20px !important; border-top: 1px solid rgba(10,10,10,.08) !important; flex-shrink: 0 !important; display: flex !important; flex-direction: column !important; gap: 8px !important; background: var(--cream) !important; position: sticky !important; bottom: 0 !important; }
.wlanav .drawer-foot .wla-btn-solid,
.wlanav .drawer-foot .wla-btn-outline { display: flex !important; justify-content: center !important; padding: 12px 20px !important; font-size: 13px !important; border-radius: 4px !important; width: 100% !important; }

/* ── RESPONSIVE ── */
@media (max-width: 1280px) {
    .wlanav .g-practices .mc:last-child { display: none !important; }
    .wlanav .g-sectors { grid-template-columns: 220px 1fr 1fr !important; }
    .wlanav .g-sectors .mc:last-child { display: none !important; }
}

@media (max-width: 1024px) {
    .wlanav .wla-nav { display: none !important; }
    .wlanav .wla-ham { display: flex !important; }
    .wlanav .wla-hdr-r .wla-btn-solid,
    .wlanav .wla-hdr-r .wla-btn-outline { display: none !important; }
    .wlanav .wla-bdo { display: none !important; }
    .wlanav .mega { display: none !important; }
}

@media (max-width: 768px) {
    .wlanav .wla-strip-signin { display: none !important; }
    .wlanav .wla-strip-link { display: none !important; }
}

@media (max-width: 640px) {
    .wlanav .wla-hdr { height: 60px !important; }
    .wlanav .wla-brand img { height: 32px !important; }
}
/* ════════════════════════════════════════════════════════════
   FOOTER STYLESHEET — updated to black / off-white / gray palette
   Accent (was WLA green #6BBF3E) → off-white / light gray
   Background navy unchanged; borders darkened to pure-black family
   ════════════════════════════════════════════════════════════ */

/* ── Color & layout variables ──────────────────────────────── */
:root {
  /* ACCENT — was green, now off-white / light gray */
  --gold:       #E8E4DC;              /* main accent: warm off-white (matches site bg) */
  --gold-lt:    #F5F3EE;              /* lighter off-white for hover / highlight text */
  --gold-dim:   rgba(232,228,220,.10);
  --gold-dimr:  rgba(232,228,220,.18);

  /* BACKGROUNDS — pure black family */
  --black:      #0A0A0A;              /* main footer bg */
  --black2:     #111111;              /* CTA band bg */

  /* PILL COLORS — keep semantic meaning */
  --green:      #1A5C38;              /* "Fast" pill — unchanged */
  --green-dk:   #060606;              /* ticker strip — near-black */
  --green-pale: #E8F5EE;              /* unused, kept for parity */

  /* TEXT */
  --white:      #FFFFFF;
  --off-white:  #F5F3EE;             /* warmer white, matches site bg */
  --muted:      #888888;
  --muted-lt:   #AAAAAA;

  /* BORDERS — pure-black family */
  --border:     #222222;
  --border-lt:  #333333;

  /* LAYOUT */
  --max:        1400px;
  --g:          clamp(20px,4vw,52px);
}

/* ══ TICKER ══════════════════════════════════════════════════ */
.sk-ticker {
  background: var(--green-dk);
  overflow: hidden;
  height: 38px;
  display: flex;
  align-items: center;
}
.sk-ticker-track {
  display: flex;
  animation: ticker 36s linear infinite;
  white-space: nowrap;
}
.sk-ticker-track:hover { animation-play-state: paused; }
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.sk-ticker-item {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted-lt);
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.sk-ticker-item strong { color: var(--gold-lt); font-weight: 700; }
.sk-ticker-sep {
  width: 3px; height: 3px;
  background: var(--gold);
  border-radius: 50%;
  opacity: .5;
  flex-shrink: 0;
}

/* ══ CTA BAND ════════════════════════════════════════════════ */
.sk-cta {
    background: var(--black2);
    border-top: 1px solid rgba(232,228,220,.15);
    border-bottom: 1px solid rgba(0,0,0,.15);
    padding: 35px 0 !important;
    position: relative;
    overflow: hidden;
}

footer,
footer.wla-footer,
body footer.wla-footer {
    background: var(--black) !important;
    border-top: 1px solid var(--border) !important;
    padding: 25px 0 0 !important;
    margin: 0 !important;
}

.sk-top {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 72px;
    padding-bottom: 30px !important;
    border-bottom: 1px solid var(--border);
}
.sk-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 40%, rgba(232,228,220,.04) 0%, transparent 65%);
  pointer-events: none;
}
.sk-cta-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--g);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.sk-cta-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--gold-lt);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.sk-cta-eyebrow::before {
  content: '';
  display: inline-block;
  width: 24px; height: 1px;
  background: var(--gold);
}
.sk-cta-h {
  font-family: 'Inter Tight';
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
}
.sk-cta-h em { color: var(--gold-lt); font-style: normal; }
.sk-cta-note {
  margin-top: 12px;
  font-size: 13px;
  color: var(--muted);
  letter-spacing: .02em;
}
.sk-cta-btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

/* PRIMARY button — off-white fill, black text */
.sk-btn-primary {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0A0A0A;
  background: var(--gold);
  border: 2px solid var(--gold);
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: background .15s, border-color .15s;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  border-radius: 4px;
}
.sk-btn-primary:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
}

/* GHOST button — transparent, off-white border */
.sk-btn-ghost {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted-lt);
  background: transparent;
  border: 2px solid rgba(255,255,255,.15);
  padding: 15px 30px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  transition: border-color .15s, color .15s;
  white-space: nowrap;
  font-family: 'DM Sans', sans-serif;
  border-radius: 4px;
}
.sk-btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold-lt);
}

/* ══ MAIN FOOTER ═════════════════════════════════════════════ */
footer,
footer.wla-footer,
body footer.wla-footer {
  background: var(--black) !important;
  border-top: 1px solid var(--border);
  padding: clamp(52px,7vw,88px) 0 0;
  margin: 0 !important;
}

.sk-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 var(--g);
}

/* ── TOP SECTION ─────────────────────────────────────────── */
.sk-top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 72px;
  padding-bottom: 52px;
  border-bottom: 1px solid var(--border);
}

/* Brand */
.sk-logo-name {
  font-family: 'Inter Tight';
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);              /* off-white logo accent */
  letter-spacing: .5px;
  display: block;
  line-height: 1.1;
}
.sk-logo-name span { color: var(--white); }
.sk-logo-byline {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.sk-brand-desc {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 26px;
  max-width: 240px;
}

/* Creds */
.sk-creds { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.sk-cred { display: flex; align-items: flex-start; gap: 12px; font-size: 12.5px; color: var(--muted); line-height: 1.5; }
.sk-cred-dash { width: 14px; height: 1px; background: var(--gold); flex-shrink: 0; margin-top: 9px; }
.sk-cred strong { color: #DDDDDD; font-weight: 600; }

/* Socials */
.sk-socials { display: flex; gap: 8px; }
.sk-social {
  width: 34px; height: 34px;
  border: 1px solid var(--border-lt);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700;
  color: var(--muted);
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
  border-radius: 4px;
}
.sk-social:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: var(--gold-dim);
}

/* Nav columns */
.sk-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}
.sk-col-title {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
}
.sk-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.sk-col ul li a {
  font-size: 13px;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: color .12s;
  line-height: 1.4;
}
.sk-col ul li a:hover { color: var(--gold-lt); }

/* Pills */
.sk-pill {
  font-size: 9px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: 2px 6px; line-height: 1.6;
  flex-shrink: 0; border-radius: 3px;
}
/* "New" pill — off-white bg, black text */
.sk-pill-gold { color: #0A0A0A; background: var(--gold); }
/* "Fast" pill — unchanged green */
.sk-pill-green { color: var(--white); background: var(--green); }

/* ── STATS STRIP ─────────────────────────────────────────── */
.sk-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.sk-stat {
  padding: 28px 0 28px 24px;
  border-right: 1px solid var(--border);
  position: relative;
}
.sk-stat::before {
  content: '';
  position: absolute;
  top: 50%; left: 0;
  transform: translateY(-50%);
  width: 2px; height: 22px;
  background: var(--gold);
  opacity: .5;
}
.sk-stat:last-child { border-right: none; }
.sk-stat-n {
  font-family: 'Inter Tight';
  font-size: clamp(24px, 2.6vw, 34px);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -.02em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
/* accent numbers — off-white instead of green */
.sk-stat-n .g { color: var(--gold); }
.sk-stat-l {
  font-size: 11px; font-weight: 400;
  color: var(--muted); letter-spacing: .1em;
  text-transform: uppercase; display: block;
}
.sk-stat-sub { font-size: 11px; color: #555; display: block; margin-top: 2px; }

/* ── BOTTOM BAR ──────────────────────────────────────────── */
.sk-bottom {
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.sk-copy { font-size: 12px; color: var(--muted); line-height: 1.6; }
.sk-copy a { color: var(--muted); transition: color .12s; }
.sk-copy a:hover { color: var(--gold-lt); }
.sk-legal { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.sk-legal a {
  font-size: 11px; font-weight: 600;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); padding: 0 8px;
  transition: color .12s;
}
.sk-legal a:hover { color: var(--gold-lt); }
.sk-legal-sep { color: var(--border-lt); font-size: 12px; }

/* Commitment strip */
.sk-commit {
  background: #050505;
  border-top: 1px solid var(--border);
  padding: 13px var(--g);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sk-commit-dot {
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
}
.sk-commit-txt {
  font-size: 11px; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase;
  color: var(--muted);
}

/* ══ RESPONSIVE ══════════════════════════════════════════════ */
@media(max-width:1100px){
  .sk-top { grid-template-columns: 240px 1fr; gap: 44px; }
  .sk-nav { grid-template-columns: repeat(3,1fr); }
}
@media(max-width:900px){
  .sk-top { grid-template-columns: 1fr; gap: 40px; }
  .sk-brand-desc { max-width: 100%; }
  .sk-nav { grid-template-columns: repeat(2,1fr); }
  .sk-stats { grid-template-columns: repeat(2,1fr); }
  .sk-stat:nth-child(2) { border-right: none; }
  .sk-cta-inner { flex-direction: column; align-items: flex-start; }
}
@media(max-width:600px){
  .sk-nav { grid-template-columns: 1fr 1fr; gap: 20px; }
  .sk-bottom { flex-direction: column; align-items: flex-start; gap: 14px; }
  .sk-cta-btns { flex-direction: column; width: 100%; }
  .sk-btn-primary, .sk-btn-ghost { justify-content: center; }
}
@media(max-width:420px){
  .sk-nav { grid-template-columns: 1fr; }
}
/* home page css */
/**
 * WLA Home Page Styles
 * World Law Alliance Business & Legal Network
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-ink: #0D0D0D;
    --wla-white: #fff;
    --wla-off: #F8F8F6;
    --wla-off2: #F0F0ED;
    --wla-rule: #DDDDD9;
    --wla-muted: #9A9A96;
    --wla-green: #16A34A;
    --wla-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-home-wrapper *,
.wla-home-wrapper *::before,
.wla-home-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-home-wrapper {
    font-family: var(--wla-font);
    background: var(--wla-white);
    color: var(--wla-ink);
    overflow-x: hidden;
}

.wla-home-wrapper a {
    text-decoration: none !important;
    
}

.wla-home-wrapper img {
    display: block;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-home-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-home-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-btn-primary {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-white);
    background: var(--wla-green);
    padding: 15px 32px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-btn-primary:hover {
    opacity: .88;
}

.wla-btn-ghost {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 14px 28px;
    display: inline-block;
    transition: border-color .15s, color .15s;
}
.wla-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--wla-white);
}

.wla-btn-ink {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-white);
    background: var(--wla-ink);
    padding: 14px 28px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-btn-ink:hover {
    opacity: .82;
}

.wla-btn-ink-light {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-ink);
    background: var(--wla-white);
    padding: 14px 28px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-btn-ink-light:hover {
    opacity: .88;
}

.wla-btn-bdr {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-ink);
    border: 1.5px solid var(--wla-rule);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-btn-bdr:hover {
    border-color: var(--wla-ink);
}

.wla-btn-bdr-light {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-btn-bdr-light:hover {
    border-color: rgba(255, 255, 255, 0.55);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-muted);
    margin-bottom: 18px;
}

.wla-eyebrow--light {
    color: rgba(255, 255, 255, 0.35);
}

.wla-heading {
    font-size: clamp(36px, 4.5vw, 64px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-ink);
}

.wla-heading--light {
    color: var(--wla-white);
}

.wla-body-text {
    font-size: 15px;
    color: var(--wla-muted);
    line-height: 1.82;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-section {
    padding: 112px 52px;
}

.wla-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-section--light {
    background: var(--wla-white);
}

.wla-section--dark {
    background: var(--wla-ink);
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-hero-img {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1486325212027-8081e485255e?w=2400&q=90') center/cover no-repeat;
}

.wla-hero-ov {
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.72);
}

.wla-hero-content {
    position: relative;
    z-index: 2;
    padding: 50px 52px 80px;
    max-width: 1400px;
}

.wla-hero-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 20px;
}

.wla-hero-title {
    font-size: clamp(52px, 7.5vw, 118px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.88;
    text-transform: uppercase;
    color: var(--wla-white);
    margin-bottom: 28px;
}

.wla-hero-title span {
    color: rgba(255, 255, 255, 0.28);
}

.wla-hero-sub {
    font-size: clamp(14px, 1.6vw, 18px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.75;
    max-width: 520px;
    margin-bottom: 44px;
    letter-spacing: 0.02em;
}

.wla-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 72px;
}

/* Hero Stats */
.wla-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    max-width: 680px;
}

.wla-hstat {
    padding: 20px 0;
    padding-right: 24px;
}

.wla-hstat-n {
    font-size: 28px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-white);
    line-height: 1;
}

.wla-hstat-l {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
}

/* ================================================================
   TICKER
   ================================================================ */
.wla-ticker-wrap {
    background: var(--wla-green);
    overflow: hidden;
    height: 40px;
    display: flex;
    align-items: center;
}

.wla-ticker-track {
    display: flex;
    gap: 0;
    animation: wlaTicker 28s linear infinite;
    white-space: nowrap;
}

.wla-ticker-track:hover {
    animation-play-state: paused;
}

@keyframes wlaTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.wla-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-white);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    flex-shrink: 0;
}

.wla-ticker-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
}

/* ================================================================
   INSTITUTION FACTS
   ================================================================ */
.wla-facts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 72px;
}

.wla-fact {
    padding: 52px 48px;
}

.wla-fact:not(:last-child) {
    border-right: 1px solid var(--wla-rule);
}

.wla-fact-n {
    font-size: clamp(64px, 6vw, 96px);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-ink);
    line-height: 0.85;
    margin-bottom: 14px;
}

.wla-fact-l {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--wla-muted);
}

.wla-fact-body {
    font-size: 14px;
    color: var(--wla-muted);
    line-height: 1.75;
    margin-top: 12px;
    max-width: 280px;
}

/* ================================================================
   GLOBAL CORRIDORS
   ================================================================ */
.wla-corridors-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 52px;
}

.wla-corridors-header-right {
    text-align: right;
}

.wla-corridors-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    max-width: 280px;
    margin-bottom: 16px;
}

.wla-corridor-rows {
    display: flex;
    flex-direction: column;
}

.wla-corridor-row {
    display: grid;
    grid-template-columns: 32px 1fr 120px 160px 140px;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background .15s;
    cursor: default;
}

.wla-corridor-row:first-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wla-corridor-row:hover {
    background: rgba(255, 255, 255, 0.03);
}

.wla-cr-num {
    font-size: 10px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.1em;
}

.wla-cr-name {
    font-size: clamp(15px, 1.6vw, 18px);
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--wla-white);
    text-transform: uppercase;
}

.wla-cr-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
    font-weight: 500;
}

.wla-cr-src {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.wla-cr-dest {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    font-weight: 500;
}

.wla-cr-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wla-cr-badge--green {
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(22, 163, 74, 0.3);
    color: #4ade80;
}

.wla-cr-badge--grey {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.35);
}

/* Corridor CTA */
.wla-corridor-cta {
    margin-top: 52px;
    padding-top: 36px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}

.wla-corridor-cta-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
}

.wla-corridor-cta-title {
    font-size: clamp(18px, 2.2vw, 28px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-white);
}

/* ================================================================
   HOW IT WORKS
   ================================================================ */
.wla-how-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
    margin-bottom: 0;
}

.wla-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 80px;
}

.wla-step {
    padding: 48px 44px;
}

.wla-step:not(:last-child) {
    border-right: 1px solid var(--wla-rule);
}

.wla-step-n {
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-off2);
    line-height: 1;
    margin-bottom: 20px;
}

.wla-step-title {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-ink);
    margin-bottom: 12px;
}

.wla-step-body {
    font-size: 14px;
    color: var(--wla-muted);
    line-height: 1.78;
}

/* ================================================================
   FOR CLIENTS / FOR FIRMS (SPLIT)
   ================================================================ */
.wla-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-split-dark {
    background: var(--wla-ink);
    padding: 80px 72px 80px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
}

.wla-split-light {
    background: var(--wla-off);
    padding: 80px 52px 80px 72px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 520px;
}

.wla-split-label {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.wla-split-label-light {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-muted);
    margin-bottom: 20px;
}

.wla-split-title-dark {
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-white);
    margin-bottom: 20px;
}

.wla-split-title-light {
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-ink);
    margin-bottom: 20px;
}

.wla-split-body {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    max-width: 340px;
    margin-bottom: 28px;
}

.wla-split-body-light {
    font-size: 14px;
    color: var(--wla-muted);
    line-height: 1.8;
    max-width: 340px;
    margin-bottom: 28px;
}

.wla-split-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 32px;
}

.wla-split-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-split-item-light {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: var(--wla-muted);
    line-height: 1.5;
}

.wla-split-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--wla-green);
    flex-shrink: 0;
    margin-top: 6px;
}

/* ================================================================
   PRACTICES
   ================================================================ */
.wla-practices-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

.wla-practices-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-rule);
    margin-top: 64px;
}

.wla-practice-card {
    background: var(--wla-white);
    padding: 32px 28px;
    transition: background .2s;
    cursor: pointer;
}

.wla-practice-card:hover {
    background: var(--wla-off);
}

.wla-pc-num {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: var(--wla-rule);
    margin-bottom: 14px;
}

.wla-pc-title {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-ink);
    margin-bottom: 8px;
    line-height: 1.2;
}

.wla-pc-desc {
    font-size: 12.5px;
    color: var(--wla-muted);
    line-height: 1.7;
}

/* ================================================================
   JURISDICTIONS MARQUEE
   ================================================================ */
.wla-jur-wrap {
    overflow: hidden;
    padding: 40px 0;
    border-top: 1px solid var(--wla-rule);
    border-bottom: 1px solid var(--wla-rule);
}

.wla-jur-track {
    display: flex;
    gap: 0;
    animation: wlaJurTicker 40s linear infinite;
    white-space: nowrap;
}

@keyframes wlaJurTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.wla-jur-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-muted);
    border-right: 1px solid var(--wla-rule);
    height: 32px;
    flex-shrink: 0;
}

.wla-jur-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--wla-rule);
}

/* ================================================================
   CLOSE / CTA SECTION
   ================================================================ */
.wla-close-section {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wla-close-img {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=2000&q=90') center/cover;
}

.wla-close-ov {
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.76);
}

.wla-close-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 52px;
    max-width: 900px;
}

.wla-close-title {
    font-size: clamp(36px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.90;
    text-transform: uppercase;
    color: var(--wla-white);
    margin-bottom: 24px;
}

.wla-close-sub {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 480px;
    margin: 0 auto 36px;
}

.wla-close-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-animate {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

.wla-animate.wla-visible {
    opacity: 1;
    transform: none;
}

.wla-animate--delay1 {
    transition-delay: .1s;
}

.wla-animate--delay2 {
    transition-delay: .2s;
}

.wla-animate--delay3 {
    transition-delay: .3s;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .wla-hero-content {
        padding: 0 24px 64px;
    }

    .wla-section {
        padding: 80px 24px;
    }

    .wla-facts-grid,
    .wla-steps {
        grid-template-columns: 1fr;
    }

    .wla-fact:not(:last-child),
    .wla-step:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid var(--wla-rule);
    }

    .wla-split {
        grid-template-columns: 1fr;
    }

    .wla-split-dark,
    .wla-split-light {
        padding: 64px 28px;
    }

    .wla-practices-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wla-corridor-row {
        grid-template-columns: 28px 1fr 100px;
    }

    .wla-cr-src,
    .wla-cr-dest {
        display: none;
    }

    .wla-hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .wla-how-header {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wla-corridors-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .wla-corridors-header-right {
        text-align: left;
    }

    .wla-corridor-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .wla-practices-grid {
        grid-template-columns: 1fr;
    }

    .wla-hero-stats {
        grid-template-columns: 1fr 1fr;
    }

    .wla-hero-btns {
        flex-direction: column;
    }

    .wla-close-btns {
        flex-direction: column;
        align-items: center;
    }

    .wla-close-content {
        padding: 60px 24px;
    }
}
/**
 * WLA Tax Page Styles
 * World Law Alliance International Tax Group
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-tax-ink: #0D0D0D;
    --wla-tax-white: #fff;
    --wla-tax-off: #F7F7F5;
    --wla-tax-rule: #E8E8E5;
    --wla-tax-muted: #9A9A96;
    --wla-tax-green: #16A34A;
    --wla-tax-blue: #1A56DB;
    --wla-tax-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-tax-wrapper *,
.wla-tax-wrapper *::before,
.wla-tax-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-tax-wrapper {
    font-family: var(--wla-tax-font);
    background: var(--wla-tax-white);
    color: var(--wla-tax-ink);
    overflow-x: hidden;
}

.wla-tax-wrapper a {
    text-decoration: none !important;
    
}
/*add css */

.wla-tax-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-tax-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-tax-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-tax-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-tax-white);
    background: var(--wla-tax-ink);
    padding: 13px 26px;
    border-radius: 4px;
    transition: opacity .15s;
    display: inline-block;
}
.wla-tax-btn-ink:hover {
    opacity: .8;
}

.wla-tax-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-tax-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    transition: border-color .15s;
    display: inline-block;
}
.wla-tax-btn-bdr:hover {
    border-color: var(--wla-tax-ink);
}

.wla-tax-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-tax-ink);
    background: var(--wla-tax-white);
    padding: 13px 26px;
    border-radius: 4px;
    transition: opacity .15s;
    display: inline-block;
}
.wla-tax-btn-white:hover {
    opacity: .88;
}

.wla-tax-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-tax-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    transition: border-color .15s;
    display: inline-block;
}
.wla-tax-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-tax-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-tax-muted);
    margin-bottom: 18px;
}

.wla-tax-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-tax-ink);
    text-transform: uppercase;
}

.wla-tax-heading--light {
    color: var(--wla-tax-white);
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-tax-section {
    padding: 112px 52px;
}

.wla-tax-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-tax-section--light {
    background: var(--wla-tax-white);
}

.wla-tax-section--dark {
    background: var(--wla-tax-ink);
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-tax-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}

.wla-tax-hero-l {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--wla-tax-white);
}

.wla-tax-breadcrumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-tax-muted);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wla-tax-breadcrumb span {
    color: #ddd;
}

.wla-tax-h1 {
    font-size: clamp(42px, 5.5vw, 78px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-tax-ink);
    margin-bottom: 24px;
}

.wla-tax-hero-p {
    font-size: 16px;
    color: var(--wla-tax-muted);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-tax-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Live Tax Intelligence */
.wla-tax-intel {
    background: var(--wla-tax-off);
    border: 1px solid var(--wla-tax-rule);
    border-radius: 12px;
    padding: 24px;
}

.wla-tax-intel-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-tax-muted);
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

.wla-tax-intel-live {
    color: var(--wla-tax-green);
    display: flex;
    align-items: center;
    gap: 5px;
}

.wla-tax-dot-live {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wla-tax-green);
    animation: wlaTaxPulse 2s infinite;
}

@keyframes wlaTaxPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

.wla-tax-intel-row {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 12px 0;
    border-bottom: 1px solid var(--wla-tax-rule);
    gap: 16px;
    align-items: center;
}
.wla-tax-intel-row:last-child {
    border-bottom: none;
}

.wla-tax-intel-jur {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-tax-ink);
}

.wla-tax-intel-area {
    font-size: 11px;
    color: var(--wla-tax-muted);
    margin-top: 2px;
}

.wla-tax-intel-rate {
    font-size: 15px;
    font-weight: 700;
    color: var(--wla-tax-ink);
    text-align: right;
}

.wla-tax-intel-change {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--wla-tax-green);
    text-align: right;
}

/* Right Column - Dark Panel */
.wla-tax-hero-r {
    background: var(--wla-tax-ink);
    padding: 60px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-tax-oecd-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 32px;
    margin-bottom: 16px;
}

.wla-tax-oecd-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}

.wla-tax-oecd-rate {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-tax-white);
    line-height: 1;
}

.wla-tax-oecd-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin-top: 12px;
}

.wla-tax-pillar-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 12px;
}

.wla-tax-pillar-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wla-tax-pillar-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 18px;
    cursor: default;
    transition: background .15s;
}
.wla-tax-pillar-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-tax-pillar-name {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--wla-tax-white);
    margin-bottom: 5px;
}

.wla-tax-pillar-desc {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.wla-tax-pillar-status {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 8px;
}

.wla-tax-pillar-status--active {
    color: #4ade80;
}

.wla-tax-pillar-status--watch {
    color: #f59e0b;
}

/* ================================================================
   TAX CAPABILITY ROWS
   ================================================================ */
.wla-tax-rows {
    margin-top: 72px;
}

.wla-tax-row {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 0;
    padding: 44px 0;
    border-top: 1px solid var(--wla-tax-rule);
    transition: background .15s, padding-left .15s;
    border-radius: 0;
}
.wla-tax-row:last-child {
    border-bottom: 1px solid var(--wla-tax-rule);
}
.wla-tax-row:hover {
    background: var(--wla-tax-off);
    padding-left: 12px;
    border-radius: 10px;
    border-color: transparent;
}

.wla-tax-row-num {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-tax-off);
    padding-top: 4px;
    transition: color .2s;
}
.wla-tax-row:hover .wla-tax-row-num {
    color: #ddd;
}

.wla-tax-row-title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--wla-tax-ink);
    line-height: 1.1;
    padding-right: 40px;
}

.wla-tax-row-desc {
    font-size: 14.5px;
    color: var(--wla-tax-muted);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid var(--wla-tax-rule);
}

/* ================================================================
   BEPS & OECD COMPLIANCE
   ================================================================ */
.wla-tax-beps-bg {
    background: var(--wla-tax-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tax-beps-inner {
    padding: 112px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-tax-beps-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-tax-beps-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.wla-tax-beps-vis {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
}

.wla-tax-beps-vis-header {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    padding: 14px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wla-tax-beps-row {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 18px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    align-items: center;
    gap: 16px;
    transition: background .15s;
}
.wla-tax-beps-row:last-child {
    border-bottom: none;
}
.wla-tax-beps-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.wla-tax-beps-action {
    font-size: 13.5px;
    font-weight: 600;
    color: var(--wla-tax-white);
}

.wla-tax-beps-area {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
}

.wla-tax-beps-status {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 100px;
    white-space: nowrap;
}
.wla-tax-beps-status--active {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
}
.wla-tax-beps-status--watch {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
}

.wla-tax-beps-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-tax-white);
    margin-bottom: 20px;
    line-height: 1.1;
}

.wla-tax-beps-body {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-tax-beps-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}
.wla-tax-beps-points li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-tax-beps-points li::before {
    content: '→';
    color: #4ade80;
    font-weight: 700;
    flex-shrink: 0;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-tax-cta-band {
    background: var(--wla-tax-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tax-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-tax-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-tax-cta-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   FOOTER
   ================================================================ */
.wla-tax-footer {
    background: var(--wla-tax-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tax-footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 80px 52px 48px;
}

.wla-tax-footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    gap: 48px;
    flex-wrap: wrap;
}

.wla-tax-footer-brand {
    max-width: 320px;
}

.wla-tax-footer-logo {
    width: 52px;
    height: 52px;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--wla-tax-white);
    margin-bottom: 20px;
}

.wla-tax-footer-name {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-tax-white);
    margin-bottom: 10px;
}

.wla-tax-footer-p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.75;
    margin-bottom: 20px;
}

.wla-tax-footer-badge {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
}

.wla-tax-footer-cols {
    display: flex;
    gap: 56px;
    flex-wrap: wrap;
}

.wla-tax-footer-col-h {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 18px;
}

.wla-tax-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wla-tax-footer-links a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
    transition: color .15s;
}
.wla-tax-footer-links a:hover {
    color: var(--wla-tax-white);
}

.wla-tax-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    flex-wrap: wrap;
    gap: 12px;
}

.wla-tax-footer-copy {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.wla-tax-footer-legal {
    display: flex;
    gap: 24px;
}
.wla-tax-footer-legal a {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.2);
    transition: color .15s;
}
.wla-tax-footer-legal a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-tax-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-tax-animate.wla-tax-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-tax-hero {
        grid-template-columns: 1fr;
    }
    .wla-tax-hero-r {
        display: none;
    }
    .wla-tax-hero-l {
        padding: 80px 20px 56px;
    }
    
    .wla-tax-section {
        padding: 72px 20px;
    }
    
    .wla-tax-row {
        grid-template-columns: 56px 1fr;
    }
    .wla-tax-row-desc {
        display: none;
    }
    
    .wla-tax-beps-layout {
        grid-template-columns: 1fr;
    }
    .wla-tax-beps-inner {
        padding: 72px 20px;
    }
    
    .wla-tax-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-tax-footer-inner {
        padding: 64px 20px 40px;
    }
    .wla-tax-footer-top {
        flex-direction: column;
    }
    
    .wla-tax-pillar-cards {
        grid-template-columns: 1fr;
    }
}
/**
 * WLA Transactional & M&A Page Styles
 * World Law Alliance Transactional Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-txn-ink: #0D0D0D;
    --wla-txn-white: #fff;
    --wla-txn-off: #F7F7F5;
    --wla-txn-rule: #E8E8E5;
    --wla-txn-muted: #9A9A96;
    --wla-txn-green: #16A34A;
    --wla-txn-blue: #1A56DB;
    --wla-txn-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-txn-wrapper *,
.wla-txn-wrapper *::before,
.wla-txn-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-txn-wrapper {
    font-family: var(--wla-txn-font);
    background: var(--wla-txn-white);
    color: var(--wla-txn-ink);
    overflow-x: hidden;
}

.wla-txn-wrapper a {
    text-decoration: none !important;
    
}

.wla-txn-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-txn-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-txn-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-txn-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-txn-white);
    background: var(--wla-txn-ink);
    padding: 13px 26px;
    border-radius: 4px;
    transition: opacity .15s;
    display: inline-block;
}
.wla-txn-btn-ink:hover {
    opacity: .8;
}

.wla-txn-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-txn-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    transition: border-color .15s;
    display: inline-block;
}
.wla-txn-btn-bdr:hover {
    border-color: var(--wla-txn-ink);
}

.wla-txn-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-txn-ink);
    background: var(--wla-txn-white);
    padding: 13px 26px;
    border-radius: 4px;
    transition: opacity .15s;
    display: inline-block;
}
.wla-txn-btn-white:hover {
    opacity: .88;
}

.wla-txn-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-txn-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    transition: border-color .15s;
    display: inline-block;
}
.wla-txn-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-txn-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-bottom: 18px;
}

.wla-txn-heading {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-txn-ink);
    text-transform: uppercase;
}

.wla-txn-heading--light {
    color: var(--wla-txn-white);
}

.wla-txn-sub-text {
    font-size: 15.5px;
    color: var(--wla-txn-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-txn-section {
    padding: 112px 52px;
}

.wla-txn-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-txn-section--light {
    background: var(--wla-txn-white);
}

.wla-txn-section--dark {
    background: var(--wla-txn-ink);
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-txn-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    
}

.wla-txn-hero-l {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--wla-txn-white);
}

.wla-txn-breadcrumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wla-txn-breadcrumb span {
    color: #ccc;
}

.wla-txn-h1 {
    font-size: clamp(46px, 5.8vw, 82px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-txn-ink);
    margin-bottom: 24px;
}

.wla-txn-hero-p {
    font-size: 16px;
    color: var(--wla-txn-muted);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-txn-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

/* Hero Stats */
.wla-txn-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--wla-txn-rule);
}

.wla-txn-hs {
    padding: 22px 0;
    border-right: 1px solid var(--wla-txn-rule);
}
.wla-txn-hs:last-child {
    border-right: none;
}

.wla-txn-hs-n {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-txn-ink);
    line-height: 1;
}

.wla-txn-hs-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-top: 4px;
}

/* Hero Right */
.wla-txn-hero-r {
    position: relative;
    overflow: hidden;
    background: var(--wla-txn-ink);
}
.wla-txn-hero-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.wla-txn-hero-r-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 13, 13, 0.7) 0%, rgba(13, 13, 13, 0.1) 100%);
}

.wla-txn-hero-r-tag {
    position: absolute;
    top: 32px;
    right: 32px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-txn-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaTxnPulse 2s infinite;
}

@keyframes wlaTxnPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

.wla-txn-hero-r-big {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 700;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.08);
    line-height: 1;
}

/* ================================================================
   ACCORDION / CAPABILITIES
   ================================================================ */
.wla-txn-accordion {
    margin-top: 72px;
    border: 1px solid var(--wla-txn-rule);
    border-radius: 14px;
    overflow: hidden;
}

.wla-txn-accordion-row {
    border-bottom: 1px solid var(--wla-txn-rule);
}
.wla-txn-accordion-row:last-child {
    border-bottom: none;
}

.wla-txn-accordion-head {
    display: grid;
    grid-template-columns: 56px 1fr auto;
    align-items: center;
    padding: 24px 28px;
    cursor: pointer;
    gap: 20px;
    transition: background .15s;
}
.wla-txn-accordion-row:hover .wla-txn-accordion-head {
    background: var(--wla-txn-off);
}
.wla-txn-accordion-row.wla-txn-open .wla-txn-accordion-head {
    background: var(--wla-txn-ink);
}

.wla-txn-accordion-num {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--wla-txn-muted);
    transition: color .2s;
}
.wla-txn-accordion-row.wla-txn-open .wla-txn-accordion-num {
    color: rgba(255, 255, 255, 0.3);
}

.wla-txn-accordion-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--wla-txn-ink);
    transition: color .2s;
}
.wla-txn-accordion-row.wla-txn-open .wla-txn-accordion-title {
    color: var(--wla-txn-white);
}

.wla-txn-accordion-toggle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--wla-txn-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--wla-txn-muted);
    transition: all .25s;
    flex-shrink: 0;
}
.wla-txn-accordion-row:hover .wla-txn-accordion-toggle {
    border-color: var(--wla-txn-ink);
    color: var(--wla-txn-ink);
}
.wla-txn-accordion-row.wla-txn-open .wla-txn-accordion-toggle {
    transform: rotate(45deg);
    border-color: var(--wla-txn-white);
    color: var(--wla-txn-white);
}

.wla-txn-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wla-txn-accordion-body-inner {
    padding: 0 28px 36px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: var(--wla-txn-ink);
}

.wla-txn-accordion-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
}

.wla-txn-accordion-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wla-txn-accordion-list li {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-txn-accordion-list li::before {
    content: '→';
    color: #4ade80;
    flex-shrink: 0;
    font-weight: 700;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-txn-corridor-bg {
    background: var(--wla-txn-off);
    border-top: 1px solid var(--wla-txn-rule);
}

.wla-txn-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-txn-rule);
    border: 1px solid var(--wla-txn-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-txn-corridor-card {
    background: var(--wla-txn-white);
    padding: 40px 32px;
    transition: background .2s;
    cursor: pointer;
    display: block;
}
.wla-txn-corridor-card:hover {
    background: var(--wla-txn-off);
}

.wla-txn-cc-route {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 10px;
}

.wla-txn-cc-from {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-txn-ink);
}

.wla-txn-cc-arrow {
    font-size: 13px;
    color: #ccc;
}

.wla-txn-cc-to {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: #aaa;
}

.wla-txn-cc-desc {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-bottom: 12px;
}

.wla-txn-cc-growth {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--wla-txn-green);
}

.wla-txn-cc-practice {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-top: 8px;
}

/* ================================================================
   PROCESS
   ================================================================ */
.wla-txn-process-bg {
    background: var(--wla-txn-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-txn-process-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-txn-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-txn-process-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 44px 32px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-txn-process-card:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-txn-pg-stage {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 18px;
}

.wla-txn-pg-num {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.06);
    line-height: 1;
    margin-bottom: 12px;
    transition: color .2s;
}
.wla-txn-process-card:hover .wla-txn-pg-num {
    color: rgba(255, 255, 255, 0.1);
}

.wla-txn-pg-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--wla-txn-white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-txn-pg-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
}

.wla-txn-pg-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 4px 11px;
    margin-top: 12px;
}

/* ================================================================
   CASE STUDIES
   ================================================================ */
.wla-txn-case-bg {
    border-top: 1px solid var(--wla-txn-rule);
}

.wla-txn-case-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 64px;
}

.wla-txn-case-card {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 340px;
    cursor: pointer;
    display: block;
    transition: transform .3s;
}
.wla-txn-case-card:hover {
    transform: translateY(-4px);
}
.wla-txn-case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.wla-txn-case-card:hover img {
    transform: scale(1.04);
}

.wla-txn-case-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.9) 0%, rgba(13, 13, 13, 0.2) 60%, transparent 100%);
}

.wla-txn-case-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px;
}

.wla-txn-case-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.wla-txn-case-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-txn-white);
    line-height: 1.25;
    margin-bottom: 8px;
}

.wla-txn-case-meta {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
}

.wla-txn-case-cta {
    margin-top: 28px;
    text-align: center;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-txn-cta-band {
    background: var(--wla-txn-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-txn-cta-title {
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-txn-white);
    max-width: 560px;
    line-height: 1.05;
}

.wla-txn-cta-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   RELATED PRACTICES
   ================================================================ */
.wla-txn-related-bg {
    background: var(--wla-txn-off);
    border-top: 1px solid var(--wla-txn-rule);
}

.wla-txn-related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 56px;
}

.wla-txn-related-card {
    background: var(--wla-txn-white);
    border: 1px solid var(--wla-txn-rule);
    border-radius: 12px;
    padding: 28px 24px;
    transition: all .2s;
    display: block;
}
.wla-txn-related-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-txn-rc-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-txn-muted);
    margin-bottom: 12px;
}

.wla-txn-rc-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: var(--wla-txn-ink);
    margin-bottom: 8px;
    line-height: 1.2;
}

.wla-txn-rc-desc {
    font-size: 13px;
    color: var(--wla-txn-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.wla-txn-rc-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-txn-ink);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap .15s;
}
.wla-txn-related-card:hover .wla-txn-rc-link {
    gap: 9px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-txn-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-txn-animate.wla-txn-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-txn-hero {
        grid-template-columns: 1fr;
    }
    .wla-txn-hero-r {
        height: 50vw;
    }
    .wla-txn-hero-l {
        padding: 80px 20px 56px;
    }
    
    .wla-txn-section {
        padding: 72px 20px;
    }
    
    .wla-txn-accordion-body-inner {
        grid-template-columns: 1fr;
    }
    
    .wla-txn-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-txn-process-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-txn-case-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-txn-related-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-txn-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-txn-footer-inner {
        padding: 64px 20px 40px;
    }
    .wla-txn-footer-top {
        flex-direction: column;
    }
}

/**
 * WLA Compliance & Regulatory Page Styles
 * World Law Alliance Compliance Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-comp-ink: #0D0D0D;
    --wla-comp-white: #fff;
    --wla-comp-off: #F7F7F5;
    --wla-comp-rule: #E8E8E5;
    --wla-comp-muted: #9A9A96;
    --wla-comp-green: #16A34A;
    --wla-comp-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-compliance-wrapper *,
.wla-compliance-wrapper *::before,
.wla-compliance-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-compliance-wrapper {
    font-family: var(--wla-comp-font);
    background: var(--wla-comp-white);
    color: var(--wla-comp-ink);
    overflow-x: hidden;
}

.wla-compliance-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-compliance-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-compliance-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-compliance-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-comp-white);
    background: var(--wla-comp-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-compliance-btn-ink:hover {
    opacity: .8;
}

.wla-compliance-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-comp-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-compliance-btn-bdr:hover {
    border-color: var(--wla-comp-ink);
}

.wla-compliance-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-comp-ink);
    background: var(--wla-comp-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-compliance-btn-white:hover {
    opacity: .88;
}

.wla-compliance-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-comp-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-compliance-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-compliance-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-comp-muted);
    margin-bottom: 18px;
}

.wla-compliance-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-comp-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-compliance-section {
    padding: 112px 52px;
}

.wla-compliance-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-compliance-hero {
    min-height: 88vh;
    
    background: var(--wla-comp-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-compliance-hero-content {
    padding: 80px 52px;
}

.wla-compliance-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-compliance-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-comp-white);
    margin-bottom: 16px;
}

.wla-compliance-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-compliance-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-compliance-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   COMPLIANCE GRID
   ================================================================ */
.wla-compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-comp-rule);
    border: 1px solid var(--wla-comp-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-compliance-card {
    background: var(--wla-comp-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-compliance-card:hover {
    background: var(--wla-comp-off);
}

.wla-compliance-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-comp-muted);
    margin-bottom: 12px;
}

.wla-compliance-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-comp-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-compliance-card-desc {
    font-size: 13.5px;
    color: var(--wla-comp-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-compliance-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-compliance-cta-band {
    background: var(--wla-comp-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-compliance-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-comp-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-compliance-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-compliance-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-compliance-animate.wla-compliance-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-compliance-hero-content {
        padding: 52px 20px;
    }
    
    .wla-compliance-section {
        padding: 72px 20px;
    }
    
    .wla-compliance-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-compliance-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Contract Solutions Page Styles
 * World Law Alliance Contract Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-contract-ink: #0D0D0D;
    --wla-contract-white: #fff;
    --wla-contract-off: #F7F7F5;
    --wla-contract-rule: #E8E8E5;
    --wla-contract-muted: #9A9A96;
    --wla-contract-green: #16A34A;
    --wla-contract-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-contract-wrapper *,
.wla-contract-wrapper *::before,
.wla-contract-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-contract-wrapper {
    font-family: var(--wla-contract-font);
    background: var(--wla-contract-white);
    color: var(--wla-contract-ink);
    overflow-x: hidden;
}

.wla-contract-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-contract-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-contract-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-contract-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-contract-white);
    background: var(--wla-contract-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-contract-btn-ink:hover {
    opacity: .8;
}

.wla-contract-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-contract-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-contract-btn-bdr:hover {
    border-color: var(--wla-contract-ink);
}

.wla-contract-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-contract-ink);
    background: var(--wla-contract-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-contract-btn-white:hover {
    opacity: .88;
}

.wla-contract-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-contract-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-contract-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-contract-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-contract-muted);
    margin-bottom: 18px;
}

.wla-contract-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-contract-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-contract-section {
    padding: 112px 52px;
}

.wla-contract-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-contract-hero {
    min-height: 88vh;
    
    background: var(--wla-contract-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-contract-hero-content {
    padding: 80px 52px;
}

.wla-contract-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-contract-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-contract-white);
    margin-bottom: 16px;
}

.wla-contract-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-contract-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-contract-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CONTRACT GRID
   ================================================================ */
.wla-contract-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-contract-rule);
    border: 1px solid var(--wla-contract-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-contract-card {
    background: var(--wla-contract-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-contract-card:hover {
    background: var(--wla-contract-off);
}

.wla-contract-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-contract-muted);
    margin-bottom: 12px;
}

.wla-contract-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-contract-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-contract-card-desc {
    font-size: 13.5px;
    color: var(--wla-contract-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-contract-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-contract-cta-band {
    background: var(--wla-contract-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-contract-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-contract-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-contract-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-contract-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-contract-animate.wla-contract-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-contract-hero-content {
        padding: 52px 20px;
    }
    
    .wla-contract-section {
        padding: 72px 20px;
    }
    
    .wla-contract-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-contract-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Global Dispute Group Page Styles
 * World Law Alliance Disputes Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-disputes-ink: #0D0D0D;
    --wla-disputes-white: #fff;
    --wla-disputes-off: #F7F7F5;
    --wla-disputes-rule: #E8E8E5;
    --wla-disputes-muted: #9A9A96;
    --wla-disputes-green: #16A34A;
    --wla-disputes-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-disputes-wrapper *,
.wla-disputes-wrapper *::before,
.wla-disputes-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-disputes-wrapper {
    font-family: var(--wla-disputes-font);
    background: var(--wla-disputes-white);
    color: var(--wla-disputes-ink);
    overflow-x: hidden;
}

.wla-disputes-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-disputes-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-disputes-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-disputes-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-disputes-white);
    background: var(--wla-disputes-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-disputes-btn-ink:hover {
    opacity: .8;
}

.wla-disputes-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-disputes-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-disputes-btn-bdr:hover {
    border-color: var(--wla-disputes-ink);
}

.wla-disputes-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-disputes-ink);
    background: var(--wla-disputes-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-disputes-btn-white:hover {
    opacity: .88;
}

.wla-disputes-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-disputes-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-disputes-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-disputes-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-disputes-muted);
    margin-bottom: 18px;
}

.wla-disputes-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-disputes-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-disputes-section {
    padding: 112px 52px;
}

.wla-disputes-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-disputes-hero {
    min-height: 88vh;
    
    background: var(--wla-disputes-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-disputes-hero-content {
    padding: 80px 52px;
}

.wla-disputes-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-disputes-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-disputes-white);
    margin-bottom: 16px;
}

.wla-disputes-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-disputes-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-disputes-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   DISPUTES GRID
   ================================================================ */
.wla-disputes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-disputes-rule);
    border: 1px solid var(--wla-disputes-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-disputes-card {
    background: var(--wla-disputes-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-disputes-card:hover {
    background: var(--wla-disputes-off);
}

.wla-disputes-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-disputes-muted);
    margin-bottom: 12px;
}

.wla-disputes-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-disputes-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-disputes-card-desc {
    font-size: 13.5px;
    color: var(--wla-disputes-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-disputes-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-disputes-cta-band {
    background: var(--wla-disputes-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-disputes-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-disputes-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-disputes-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-disputes-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-disputes-animate.wla-disputes-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-disputes-hero-content {
        padding: 52px 20px;
    }
    
    .wla-disputes-section {
        padding: 72px 20px;
    }
    
    .wla-disputes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-disputes-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Energy & Infrastructure Page Styles
 * World Law Alliance Energy Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-energy-ink: #0D0D0D;
    --wla-energy-white: #fff;
    --wla-energy-off: #F7F7F5;
    --wla-energy-rule: #E8E8E5;
    --wla-energy-muted: #9A9A96;
    --wla-energy-green: #16A34A;
    --wla-energy-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-energy-wrapper *,
.wla-energy-wrapper *::before,
.wla-energy-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-energy-wrapper {
    font-family: var(--wla-energy-font);
    background: var(--wla-energy-white);
    color: var(--wla-energy-ink);
    overflow-x: hidden;
}

.wla-energy-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-energy-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-energy-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-energy-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-energy-white);
    background: var(--wla-energy-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-energy-btn-ink:hover {
    opacity: .8;
}

.wla-energy-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-energy-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-energy-btn-bdr:hover {
    border-color: var(--wla-energy-ink);
}

.wla-energy-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-energy-ink);
    background: var(--wla-energy-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-energy-btn-white:hover {
    opacity: .88;
}

.wla-energy-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-energy-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-energy-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-energy-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-energy-muted);
    margin-bottom: 18px;
}

.wla-energy-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-energy-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-energy-section {
    padding: 112px 52px;
}

.wla-energy-section--alt {
    background: var(--wla-energy-off);
    border-top: 1px solid var(--wla-energy-rule);
}

.wla-energy-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-energy-hero {
    min-height: 88vh;
    
    background: var(--wla-energy-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-energy-hero-content {
    padding: 80px 52px;
}

.wla-energy-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-energy-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-energy-white);
    margin-bottom: 16px;
}

.wla-energy-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-energy-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-energy-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   ENERGY GRID
   ================================================================ */
.wla-energy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-energy-rule);
    border: 1px solid var(--wla-energy-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-energy-card {
    background: var(--wla-energy-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-energy-card:hover {
    background: var(--wla-energy-off);
}

.wla-energy-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-energy-muted);
    margin-bottom: 12px;
}

.wla-energy-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-energy-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-energy-card-desc {
    font-size: 13.5px;
    color: var(--wla-energy-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-energy-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   KEY MARKETS / CORRIDORS ROWS
   ================================================================ */
.wla-energy-rows {
    margin-top: 56px;
}

.wla-energy-row {
    display: grid;
    grid-template-columns: 64px 1fr 1fr;
    gap: 0;
    padding: 44px 0;
    border-top: 1px solid var(--wla-energy-rule);
    transition: padding-left .15s;
}
.wla-energy-row:last-child {
    border-bottom: 1px solid var(--wla-energy-rule);
}
.wla-energy-row:hover {
    padding-left: 8px;
}

.wla-energy-row-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-energy-off);
    padding-top: 4px;
}

.wla-energy-row-title {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-energy-ink);
    line-height: 1.1;
    padding-right: 40px;
}

.wla-energy-row-desc {
    font-size: 14.5px;
    color: var(--wla-energy-muted);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid var(--wla-energy-rule);
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-energy-cta-band {
    background: var(--wla-energy-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-energy-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-energy-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-energy-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-energy-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-energy-animate.wla-energy-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-energy-hero-content {
        padding: 52px 20px;
    }
    
    .wla-energy-section {
        padding: 72px 20px;
    }
    
    .wla-energy-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-energy-row {
        grid-template-columns: 48px 1fr;
    }
    .wla-energy-row-desc {
        display: none;
    }
    
    .wla-energy-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA In-House Connect Page Styles
 * World Law Alliance In-House Practice
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-inhouse-ink: #0D0D0D;
    --wla-inhouse-white: #fff;
    --wla-inhouse-off: #F7F7F5;
    --wla-inhouse-rule: #E8E8E5;
    --wla-inhouse-muted: #9A9A96;
    --wla-inhouse-green: #16A34A;
    --wla-inhouse-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-inhouse-wrapper *,
.wla-inhouse-wrapper *::before,
.wla-inhouse-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-inhouse-wrapper {
    font-family: var(--wla-inhouse-font);
    background: var(--wla-inhouse-white);
    color: var(--wla-inhouse-ink);
    overflow-x: hidden;
}

.wla-inhouse-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-inhouse-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-inhouse-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-inhouse-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-inhouse-white);
    background: var(--wla-inhouse-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-inhouse-btn-ink:hover {
    opacity: .8;
}

.wla-inhouse-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-inhouse-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-inhouse-btn-bdr:hover {
    border-color: var(--wla-inhouse-ink);
}

.wla-inhouse-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-inhouse-ink);
    background: var(--wla-inhouse-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-inhouse-btn-white:hover {
    opacity: .88;
}

.wla-inhouse-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-inhouse-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-inhouse-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-inhouse-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-inhouse-muted);
    margin-bottom: 18px;
}

.wla-inhouse-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-inhouse-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-inhouse-section {
    padding: 112px 52px;
}

.wla-inhouse-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-inhouse-hero {
    min-height: 88vh;
    
    background: var(--wla-inhouse-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-inhouse-hero-content {
    padding: 80px 52px;
}

.wla-inhouse-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-inhouse-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-inhouse-white);
    margin-bottom: 16px;
}

.wla-inhouse-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-inhouse-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-inhouse-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   IN-HOUSE GRID
   ================================================================ */
.wla-inhouse-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-inhouse-rule);
    border: 1px solid var(--wla-inhouse-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-inhouse-card {
    background: var(--wla-inhouse-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-inhouse-card:hover {
    background: var(--wla-inhouse-off);
}

.wla-inhouse-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-inhouse-muted);
    margin-bottom: 12px;
}

.wla-inhouse-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-inhouse-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-inhouse-card-desc {
    font-size: 13.5px;
    color: var(--wla-inhouse-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-inhouse-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-inhouse-cta-band {
    background: var(--wla-inhouse-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-inhouse-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-inhouse-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-inhouse-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-inhouse-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-inhouse-animate.wla-inhouse-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-inhouse-hero-content {
        padding: 52px 20px;
    }
    
    .wla-inhouse-section {
        padding: 72px 20px;
    }
    
    .wla-inhouse-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-inhouse-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Neutrals Page Styles
 * World Law Alliance Neutrals / TheNeutrals.ORG™
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-neutrals-ink: #0D0D0D;
    --wla-neutrals-white: #fff;
    --wla-neutrals-off: #F7F7F5;
    --wla-neutrals-rule: #E8E8E5;
    --wla-neutrals-muted: #9A9A96;
    --wla-neutrals-green: #16A34A;
    --wla-neutrals-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-neutrals-wrapper *,
.wla-neutrals-wrapper *::before,
.wla-neutrals-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-neutrals-wrapper {
    font-family: var(--wla-neutrals-font);
    background: var(--wla-neutrals-white);
    color: var(--wla-neutrals-ink);
    overflow-x: hidden;
}

.wla-neutrals-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-neutrals-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-neutrals-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-neutrals-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-neutrals-white);
    background: var(--wla-neutrals-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-neutrals-btn-ink:hover {
    opacity: .8;
}

.wla-neutrals-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-neutrals-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-neutrals-btn-bdr:hover {
    border-color: var(--wla-neutrals-ink);
}

.wla-neutrals-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-neutrals-ink);
    background: var(--wla-neutrals-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-neutrals-btn-white:hover {
    opacity: .88;
}

.wla-neutrals-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-neutrals-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-neutrals-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-neutrals-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-neutrals-muted);
    margin-bottom: 18px;
}

.wla-neutrals-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-neutrals-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-neutrals-section {
    padding: 112px 52px;
}

.wla-neutrals-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-neutrals-hero {
    min-height: 88vh;
    
    background: var(--wla-neutrals-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-neutrals-hero-content {
    padding: 80px 52px;
}

.wla-neutrals-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-neutrals-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-neutrals-white);
    margin-bottom: 16px;
}

.wla-neutrals-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-neutrals-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-neutrals-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   NEUTRALS GRID
   ================================================================ */
.wla-neutrals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-neutrals-rule);
    border: 1px solid var(--wla-neutrals-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-neutrals-card {
    background: var(--wla-neutrals-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-neutrals-card:hover {
    background: var(--wla-neutrals-off);
}

.wla-neutrals-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-neutrals-muted);
    margin-bottom: 12px;
}

.wla-neutrals-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-neutrals-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-neutrals-card-desc {
    font-size: 13.5px;
    color: var(--wla-neutrals-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-neutrals-cta-row {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-neutrals-cta-band {
    background: var(--wla-neutrals-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-neutrals-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-neutrals-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-neutrals-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-neutrals-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-neutrals-animate.wla-neutrals-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-neutrals-hero-content {
        padding: 52px 20px;
    }
    
    .wla-neutrals-section {
        padding: 72px 20px;
    }
    
    .wla-neutrals-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-neutrals-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Practices & Capabilities Page Styles
 * World Law Alliance Practices Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-practices-ink: #0D0D0D;
    --wla-practices-white: #fff;
    --wla-practices-off: #F7F7F5;
    --wla-practices-rule: #E8E8E5;
    --wla-practices-muted: #9A9A96;
    --wla-practices-green: #16A34A;
    --wla-practices-blue: #1A56DB;
    --wla-practices-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-practices-wrapper *,
.wla-practices-wrapper *::before,
.wla-practices-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-practices-wrapper {
    font-family: var(--wla-practices-font);
    background: var(--wla-practices-white);
    color: var(--wla-practices-ink);
    overflow-x: hidden;
}

.wla-practices-wrapper a {
    text-decoration: none !important;
    
}

.wla-practices-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-practices-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-practices-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-practices-btn-ink {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-practices-white);
    background: var(--wla-practices-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-practices-btn-ink:hover {
    opacity: .8;
}

.wla-practices-btn-bdr {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-practices-btn-bdr:hover {
    border-color: var(--wla-practices-ink);
}

.wla-practices-btn-white {
    font-size: 11.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
    background: var(--wla-practices-white);
    padding: 14px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-practices-btn-white:hover {
    opacity: .88;
}

.wla-practices-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-practices-white);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    padding: 13px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-practices-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-practices-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
    margin-bottom: 18px;
}

.wla-practices-heading {
    font-size: clamp(36px, 4.6vw, 62px);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.96;
    color: var(--wla-practices-ink);
    text-transform: uppercase;
}

.wla-practices-sub-text {
    font-size: 15.5px;
    color: var(--wla-practices-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-practices-section {
    padding: 112px 52px;
}

.wla-practices-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   PAGE HERO
   ================================================================ */
.wla-practices-phero {
    min-height: 100vh;
    
    display: flex;
    flex-direction: column;
}

.wla-practices-phero-top {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.wla-practices-phero-left {
    padding: 80px 64px 60px 52px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--wla-practices-white);
}

.wla-practices-phero-eyebrow {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
    margin-bottom: 28px;
}

.wla-practices-phero-title {
    font-size: clamp(52px, 7vw, 100px);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
    margin-bottom: 28px;
}

.wla-practices-phero-desc {
    font-size: 16px;
    color: var(--wla-practices-muted);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-practices-phero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero Right */
.wla-practices-phero-right {
    position: relative;
    overflow: hidden;
    background: var(--wla-practices-ink);
}
.wla-practices-phero-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .65;
    display: block;
}

.wla-practices-phero-right-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.7) 100%);
}

.wla-practices-phero-right-count {
    position: absolute;
    bottom: 48px;
    left: 48px;
    right: 48px;
}

.wla-practices-phero-big-num {
    font-size: clamp(80px, 10vw, 140px);
    font-weight: 900;
    letter-spacing: -0.05em;
    color: rgba(255, 255, 255, 0.12);
    line-height: 1;
}

.wla-practices-phero-right-label {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-top: 8px;
}

/* Hero Stats Strip */
.wla-practices-phero-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--wla-practices-rule);
}

.wla-practices-pstrip-item {
    padding: 24px 32px;
    border-right: 1px solid var(--wla-practices-rule);
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.wla-practices-pstrip-item:last-child {
    border-right: none;
}

.wla-practices-pstrip-num {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--wla-practices-ink);
}

.wla-practices-pstrip-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
}

/* ================================================================
   PRACTICE ACCORDION
   ================================================================ */
.wla-practices-accordion {
    margin-top: 64px;
}

.wla-practices-pb-row {
    border-top: 1px solid var(--wla-practices-rule);
    cursor: pointer;
    position: relative;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0;
}
.wla-practices-pb-row:last-child {
    border-bottom: 1px solid var(--wla-practices-rule);
}
.wla-practices-pb-row.wla-practices-open {
    background: var(--wla-practices-off);
}
.wla-practices-pb-row.wla-practices-open .wla-practices-pb-content-wrap {
    max-height: 600px;
    opacity: 1;
}
.wla-practices-pb-row.wla-practices-open .wla-practices-pb-arrow {
    transform: rotate(45deg);
}

.wla-practices-pb-num {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ccc;
    padding: 28px 0 28px 40px;
    display: flex;
    align-items: center;
}

.wla-practices-pb-head {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 28px 0;
    gap: 20px;
    transition: background .15s;
}
.wla-practices-pb-row:hover .wla-practices-pb-head {
    background: var(--wla-practices-off);
}

.wla-practices-pb-name {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 900;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
    line-height: 1;
}

.wla-practices-pb-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
    margin-top: 5px;
}

.wla-practices-pb-arrow {
    font-size: 22px;
    color: var(--wla-practices-muted);
    margin-right: 40px;
    transition: transform .3s, color .15s;
}
.wla-practices-pb-row:hover .wla-practices-pb-arrow {
    color: var(--wla-practices-ink);
}

.wla-practices-pb-content-wrap {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.45s ease, opacity 0.35s ease;
    grid-column: 1 / -1;
}

.wla-practices-pb-content {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 0;
    border-top: 1px solid var(--wla-practices-rule);
}

.wla-practices-pb-text {
    padding: 48px 40px 52px 120px;
}

.wla-practices-pb-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 28px;
}

.wla-practices-pb-caps {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.wla-practices-pb-cap {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-practices-white);
    border: 1px solid var(--wla-practices-rule);
    padding: 6px 14px;
    border-radius: 100px;
}

.wla-practices-pb-img {
    overflow: hidden;
    background: var(--wla-practices-off);
}
.wla-practices-pb-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s;
}
.wla-practices-pb-row.wla-practices-open .wla-practices-pb-img img {
    transform: scale(1.04);
}

/* ================================================================
   CORRIDORS TABLE
   ================================================================ */
.wla-practices-corridor-bg {
    background: var(--wla-practices-off);
    border-top: 1px solid var(--wla-practices-rule);
    border-bottom: 1px solid var(--wla-practices-rule);
}

.wla-practices-corridor-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-practices-white);
    border: 1px solid var(--wla-practices-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}
.wla-practices-corridor-table th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
    padding: 14px 24px;
    border-bottom: 1px solid var(--wla-practices-rule);
    text-align: left;
    background: var(--wla-practices-off);
}
.wla-practices-corridor-table td {
    padding: 24px;
    border-bottom: 1px solid #f2f2f0;
    vertical-align: middle;
    transition: background .12s;
}
.wla-practices-corridor-table tr:last-child td {
    border-bottom: none;
}
.wla-practices-corridor-table tr:hover td {
    background: #fafaf8;
}

.wla-practices-ct-route {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.wla-practices-ct-from {
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
}

.wla-practices-ct-arr {
    font-size: 13px;
    color: #ccc;
}

.wla-practices-ct-to {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #aaa;
}

.wla-practices-ct-desc {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
    margin-top: 4px;
}

.wla-practices-ct-desc-text {
    font-size: 13.5px;
    color: #666;
    line-height: 1.55;
}

.wla-practices-ct-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.wla-practices-ct-tag {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-practices-green);
    background: #f0fdf4;
    border-radius: 100px;
    padding: 4px 12px;
    gap: 4px;
}

.wla-practices-ct-growth {
    font-size: 13px;
    font-weight: 800;
    color: var(--wla-practices-green);
    white-space: nowrap;
    text-align: right;
}

/* ================================================================
   CO-PRACTICE FEATURE
   ================================================================ */
.wla-practices-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-practices-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-practices-feat-img {
    overflow: hidden;
    min-height: 600px;
    position: relative;
}
.wla-practices-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wla-practices-feat-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.6) 0%, transparent 50%);
}

.wla-practices-feat-img-label {
    position: absolute;
    bottom: 32px;
    left: 32px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.wla-practices-feat-right {
    display: flex;
    flex-direction: column;
    border-left: 1px solid var(--wla-practices-rule);
}

.wla-practices-feat-right-top {
    padding: 52px 48px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid var(--wla-practices-rule);
}

.wla-practices-feat-right-title {
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
    margin-bottom: 16px;
    line-height: 1.1;
}

.wla-practices-feat-right-desc {
    font-size: 14.5px;
    color: var(--wla-practices-muted);
    line-height: 1.8;
    margin-bottom: 28px;
}

.wla-practices-feat-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-practices-rule);
}

.wla-practices-feat-stat {
    background: var(--wla-practices-white);
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wla-practices-feat-stat-num {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--wla-practices-ink);
}

.wla-practices-feat-stat-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-practices-muted);
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.wla-practices-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-practices-rule);
    border-top: 1px solid var(--wla-practices-rule);
    border-bottom: 1px solid var(--wla-practices-rule);
}

.wla-practices-testimonial {
    background: var(--wla-practices-white);
    padding: 52px 40px;
    transition: background .2s;
}
.wla-practices-testimonial:hover {
    background: var(--wla-practices-off);
}

.wla-practices-testimonial-open {
    font-size: 56px;
    font-weight: 900;
    color: var(--wla-practices-rule);
    line-height: 1;
    margin-bottom: 12px;
}

.wla-practices-testimonial-quote {
    font-size: 16px;
    font-weight: 500;
    color: var(--wla-practices-ink);
    line-height: 1.65;
    margin-bottom: 28px;
}

.wla-practices-testimonial-name {
    font-size: 12.5px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-practices-ink);
}

.wla-practices-testimonial-firm {
    font-size: 11.5px;
    color: var(--wla-practices-muted);
    margin-top: 4px;
}

/* ================================================================
   JOIN STRIP
   ================================================================ */
.wla-practices-join-strip {
    background: var(--wla-practices-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-practices-join-title {
    font-size: clamp(32px, 3.5vw, 52px);
    font-weight: 900;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: var(--wla-practices-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-practices-join-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-practices-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-practices-animate.wla-practices-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-practices-phero-top {
        grid-template-columns: 1fr;
    }
    .wla-practices-phero-right {
        height: 50vw;
    }
    .wla-practices-phero-left {
        padding: 80px 20px 48px;
    }
    .wla-practices-phero-strip {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-practices-section {
        padding: 72px 20px;
    }
    
    .wla-practices-pb-content {
        grid-template-columns: 1fr;
    }
    .wla-practices-pb-text {
        padding: 32px 20px 40px 20px;
    }
    .wla-practices-pb-img {
        height: 240px;
    }
    
    .wla-practices-feat-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-practices-testimonials {
        grid-template-columns: 1fr;
    }
    
    .wla-practices-join-strip {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Privacy Policy Page Styles
 * World Law Alliance Privacy Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-privacy-ink: #0D0D0D;
    --wla-privacy-white: #fff;
    --wla-privacy-off: #F8F8F6;
    --wla-privacy-off2: #F0F0ED;
    --wla-privacy-rule: #DDDDD9;
    --wla-privacy-muted: #9A9A96;
    --wla-privacy-green: #16A34A;
    --wla-privacy-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-privacy-wrapper *,
.wla-privacy-wrapper *::before,
.wla-privacy-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-privacy-wrapper {
    font-family: var(--wla-privacy-font);
    background: var(--wla-privacy-white);
    color: var(--wla-privacy-ink);
    overflow-x: hidden;
}

.wla-privacy-wrapper a {
    text-decoration: none !important;
    
}

.wla-privacy-wrapper img {
    display: block;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-privacy-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-privacy-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   PRIVACY CONTENT
   ================================================================ */
.wla-privacy-content {
    padding-top: 64px;
    background: var(--wla-privacy-white);
}

.wla-privacy-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 52px 112px;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-privacy-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-privacy-muted);
    margin-bottom: 16px;
}

.wla-privacy-title {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-privacy-ink);
    margin-bottom: 12px;
    line-height: 0.92;
}

.wla-privacy-date {
    font-size: 13px;
    color: var(--wla-privacy-muted);
    margin-bottom: 48px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-privacy-section-block {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--wla-privacy-rule);
    margin-bottom: 32px;
}

.wla-privacy-section-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.wla-privacy-section-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-privacy-ink);
    margin-bottom: 12px;
}

.wla-privacy-section-text {
    font-size: 14px;
    color: #555;
    line-height: 1.85;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-privacy-container {
        padding: 60px 20px 80px;
    }
    
    .wla-privacy-title {
        font-size: 36px;
    }
}
/**
 * WLA Africa & Middle East Regional Hub Styles
 * World Law Alliance Africa & ME Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-africa-ink: #0D0D0D;
    --wla-africa-white: #fff;
    --wla-africa-off: #F7F7F5;
    --wla-africa-rule: #E8E8E5;
    --wla-africa-muted: #9A9A96;
    --wla-africa-green: #16A34A;
    --wla-africa-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-africa-wrapper *,
.wla-africa-wrapper *::before,
.wla-africa-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-africa-wrapper {
    font-family: var(--wla-africa-font);
    background: var(--wla-africa-white);
    color: var(--wla-africa-ink);
    overflow-x: hidden;
}

.wla-africa-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-africa-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-africa-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-africa-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-africa-ink);
    background: var(--wla-africa-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-africa-btn-white:hover {
    opacity: .88;
}

.wla-africa-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-africa-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-africa-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-africa-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-africa-muted);
    margin-bottom: 18px;
}

.wla-africa-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-africa-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-africa-ink);
    text-transform: uppercase;
}

.wla-africa-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-africa-white);
    text-transform: uppercase;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-africa-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-africa-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.wla-africa-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-africa-ink) 100%);
}

.wla-africa-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-africa-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-africa-hero-title {
    font-size: clamp(44px, 6vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-africa-white);
    margin-bottom: 16px;
}

.wla-africa-hero-subtitle {
    font-size: clamp(14px, 1.8vw, 22px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-africa-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-africa-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-africa-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-africa-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-africa-hero-stat:last-child {
    border-right: none;
}

.wla-africa-hero-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--wla-africa-white);
}

.wla-africa-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   JURISDICTIONS SECTION
   ================================================================ */
.wla-africa-jurisdictions {
    background: var(--wla-africa-ink);
    padding: 80px 52px;
}

.wla-africa-jurisdictions-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-africa-jurisdiction-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}

.wla-africa-jurisdiction-tag {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 5px 12px;
}

.wla-africa-jurisdiction-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-africa-jurisdiction-card {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: background .15s;
}
.wla-africa-jurisdiction-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.wla-africa-jurisdiction-card-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-africa-white);
    margin-bottom: 4px;
}

.wla-africa-jurisdiction-card-status {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CORRIDORS SECTION
   ================================================================ */
.wla-africa-corridors {
    padding: 112px 52px;
    background: var(--wla-africa-off);
}

.wla-africa-corridors-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-africa-corridor-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-africa-corridor-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px;
    transition: background .15s;
}
.wla-africa-corridor-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-africa-corridor-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--wla-africa-white);
    margin-bottom: 6px;
}

.wla-africa-corridor-card-status {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-africa-cta-band {
    background: var(--wla-africa-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-africa-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-africa-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-africa-cta-buttons {
    display: flex;
    gap: 12px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-africa-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-africa-animate.wla-africa-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-africa-hero-content {
        padding: 0 20px 52px;
    }
    
    .wla-africa-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wla-africa-jurisdictions {
        padding: 60px 20px;
    }
    
    .wla-africa-jurisdiction-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-africa-corridors {
        padding: 72px 20px;
    }
    
    .wla-africa-corridor-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-africa-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Americas Regional Hub Styles
 * World Law Alliance Americas Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-americas-ink: #0D0D0D;
    --wla-americas-white: #fff;
    --wla-americas-off: #F7F7F5;
    --wla-americas-rule: #E8E8E5;
    --wla-americas-muted: #9A9A96;
    --wla-americas-green: #16A34A;
    --wla-americas-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-americas-wrapper *,
.wla-americas-wrapper *::before,
.wla-americas-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-americas-wrapper {
    font-family: var(--wla-americas-font);
    background: var(--wla-americas-white);
    color: var(--wla-americas-ink);
    overflow-x: hidden;
}

.wla-americas-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-americas-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-americas-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-americas-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-americas-ink);
    background: var(--wla-americas-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-americas-btn-white:hover {
    opacity: .88;
}

.wla-americas-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-americas-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-americas-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-americas-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-americas-muted);
    margin-bottom: 18px;
}

.wla-americas-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-americas-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-americas-ink);
    text-transform: uppercase;
}

.wla-americas-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-americas-white);
    text-transform: uppercase;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-americas-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-americas-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.wla-americas-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-americas-ink) 100%);
}

.wla-americas-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-americas-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-americas-hero-title {
    font-size: clamp(44px, 6vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-americas-white);
    margin-bottom: 16px;
}

.wla-americas-hero-subtitle {
    font-size: clamp(14px, 1.8vw, 22px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-americas-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-americas-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-americas-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-americas-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-americas-hero-stat:last-child {
    border-right: none;
}

.wla-americas-hero-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--wla-americas-white);
}

.wla-americas-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   JURISDICTIONS SECTION
   ================================================================ */
.wla-americas-jurisdictions {
    background: var(--wla-americas-ink);
    padding: 80px 52px;
}

.wla-americas-jurisdictions-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-americas-jurisdiction-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}

.wla-americas-jurisdiction-tag {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 5px 12px;
}

.wla-americas-jurisdiction-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-americas-jurisdiction-card {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: background .15s;
}
.wla-americas-jurisdiction-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.wla-americas-jurisdiction-card-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-americas-white);
    margin-bottom: 4px;
}

.wla-americas-jurisdiction-card-status {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CORRIDORS SECTION
   ================================================================ */
.wla-americas-corridors {
    padding: 112px 52px;
    background: var(--wla-americas-off);
}

.wla-americas-corridors-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-americas-corridor-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-americas-corridor-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px;
    transition: background .15s;
}
.wla-americas-corridor-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-americas-corridor-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--wla-americas-white);
    margin-bottom: 6px;
}

.wla-americas-corridor-card-status {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-americas-cta-band {
    background: var(--wla-americas-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-americas-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-americas-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-americas-cta-buttons {
    display: flex;
    gap: 12px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-americas-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-americas-animate.wla-americas-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-americas-hero-content {
        padding: 0 20px 52px;
    }
    
    .wla-americas-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wla-americas-jurisdictions {
        padding: 60px 20px;
    }
    
    .wla-americas-jurisdiction-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-americas-corridors {
        padding: 72px 20px;
    }
    
    .wla-americas-corridor-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-americas-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Asia Pacific Regional Hub Styles
 * World Law Alliance Asia Pacific Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-asia-ink: #0D0D0D;
    --wla-asia-white: #fff;
    --wla-asia-off: #F7F7F5;
    --wla-asia-rule: #E8E8E5;
    --wla-asia-muted: #9A9A96;
    --wla-asia-green: #16A34A;
    --wla-asia-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-asia-wrapper *,
.wla-asia-wrapper *::before,
.wla-asia-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-asia-wrapper {
    font-family: var(--wla-asia-font);
    background: var(--wla-asia-white);
    color: var(--wla-asia-ink);
    overflow-x: hidden;
}

.wla-asia-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-asia-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-asia-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-asia-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-asia-ink);
    background: var(--wla-asia-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-asia-btn-white:hover {
    opacity: .88;
}

.wla-asia-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-asia-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-asia-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-asia-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-asia-muted);
    margin-bottom: 18px;
}

.wla-asia-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-asia-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-asia-ink);
    text-transform: uppercase;
}

.wla-asia-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-asia-white);
    text-transform: uppercase;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-asia-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-asia-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.wla-asia-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-asia-ink) 100%);
}

.wla-asia-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-asia-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-asia-hero-title {
    font-size: clamp(44px, 6vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-asia-white);
    margin-bottom: 16px;
}

.wla-asia-hero-subtitle {
    font-size: clamp(14px, 1.8vw, 22px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-asia-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-asia-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-asia-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-asia-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-asia-hero-stat:last-child {
    border-right: none;
}

.wla-asia-hero-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--wla-asia-white);
}

.wla-asia-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   JURISDICTIONS SECTION
   ================================================================ */
.wla-asia-jurisdictions {
    background: var(--wla-asia-ink);
    padding: 80px 52px;
}

.wla-asia-jurisdictions-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-asia-jurisdiction-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}

.wla-asia-jurisdiction-tag {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 5px 12px;
}

.wla-asia-jurisdiction-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-asia-jurisdiction-card {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: background .15s;
}
.wla-asia-jurisdiction-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.wla-asia-jurisdiction-card-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-asia-white);
    margin-bottom: 4px;
}

.wla-asia-jurisdiction-card-status {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CORRIDORS SECTION
   ================================================================ */
.wla-asia-corridors {
    padding: 112px 52px;
    background: var(--wla-asia-off);
}

.wla-asia-corridors-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-asia-corridor-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-asia-corridor-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px;
    transition: background .15s;
}
.wla-asia-corridor-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-asia-corridor-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--wla-asia-white);
    margin-bottom: 6px;
}

.wla-asia-corridor-card-status {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-asia-cta-band {
    background: var(--wla-asia-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-asia-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-asia-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-asia-cta-buttons {
    display: flex;
    gap: 12px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-asia-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-asia-animate.wla-asia-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-asia-hero-content {
        padding: 0 20px 52px;
    }
    
    .wla-asia-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wla-asia-jurisdictions {
        padding: 60px 20px;
    }
    
    .wla-asia-jurisdiction-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-asia-corridors {
        padding: 72px 20px;
    }
    
    .wla-asia-corridor-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-asia-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Asia Pacific Regional Page Styles
 * World Law Alliance Asia Pacific Region
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-asia-region-ink: #0D0D0D;
    --wla-asia-region-white: #fff;
    --wla-asia-region-off: #F7F7F5;
    --wla-asia-region-rule: #E8E8E5;
    --wla-asia-region-muted: #9A9A96;
    --wla-asia-region-green: #16A34A;
    --wla-asia-region-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-asia-region-wrapper *,
.wla-asia-region-wrapper *::before,
.wla-asia-region-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-asia-region-wrapper {
    font-family: var(--wla-asia-region-font);
    background: var(--wla-asia-region-white);
    color: var(--wla-asia-region-ink);
    overflow-x: hidden;
}

.wla-asia-region-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-asia-region-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-asia-region-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-asia-region-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-asia-region-ink);
    background: var(--wla-asia-region-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-asia-region-btn-white:hover {
    opacity: .88;
}

.wla-asia-region-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-asia-region-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-asia-region-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.wla-asia-region-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-asia-region-white);
    background: var(--wla-asia-region-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-asia-region-btn-ink:hover {
    opacity: .8;
}

.wla-asia-region-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-asia-region-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-asia-region-btn-bdr:hover {
    border-color: var(--wla-asia-region-ink);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-asia-region-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-asia-region-muted);
    margin-bottom: 18px;
}

.wla-asia-region-title {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-asia-region-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-asia-region-body {
    font-size: 15px;
    color: var(--wla-asia-region-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-asia-region-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-asia-region-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-asia-region-section {
    padding: 112px 52px;
}

.wla-asia-region-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-asia-region-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-asia-region-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
}

.wla-asia-region-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-asia-region-ink) 100%);
}

.wla-asia-region-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-asia-region-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-asia-region-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-asia-region-white);
    margin-bottom: 16px;
}

.wla-asia-region-hero-subtitle {
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 32px;
}

.wla-asia-region-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-asia-region-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* ================================================================
   REGION OVERVIEW LAYOUT
   ================================================================ */
.wla-asia-region-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-asia-region-text {
    display: flex;
    flex-direction: column;
}

.wla-asia-region-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.wla-asia-region-image {
    border-radius: 14px;
    overflow: hidden;
    height: 480px;
}
.wla-asia-region-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ================================================================
   JURISDICTIONS SECTION
   ================================================================ */
.wla-asia-region-jurisdictions {
    background: var(--wla-asia-region-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-asia-region-jurisdictions-inner {
    padding: 112px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-asia-region-jurisdictions-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-asia-region-jurisdictions-desc {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.wla-asia-region-jurisdictions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.wla-asia-region-jurisdiction-item {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 16px 18px;
    transition: background .15s;
    font-size: 14px;
    font-weight: 600;
    color: var(--wla-asia-region-white);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.wla-asia-region-jurisdiction-item:hover {
    background: rgba(255, 255, 255, 0.12);
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-asia-region-cta-band {
    background: var(--wla-asia-region-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-asia-region-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-asia-region-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-asia-region-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-asia-region-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-asia-region-animate.wla-asia-region-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-asia-region-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-asia-region-section {
        padding: 72px 20px;
    }
    
    .wla-asia-region-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-asia-region-jurisdictions-inner {
        padding: 72px 20px;
    }
    
    .wla-asia-region-jurisdictions-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-asia-region-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Europe Regional Hub Styles
 * World Law Alliance Europe Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-europe-ink: #0D0D0D;
    --wla-europe-white: #fff;
    --wla-europe-off: #F7F7F5;
    --wla-europe-rule: #E8E8E5;
    --wla-europe-muted: #9A9A96;
    --wla-europe-green: #16A34A;
    --wla-europe-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-europe-wrapper *,
.wla-europe-wrapper *::before,
.wla-europe-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-europe-wrapper {
    font-family: var(--wla-europe-font);
    background: var(--wla-europe-white);
    color: var(--wla-europe-ink);
    overflow-x: hidden;
}

.wla-europe-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-europe-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-europe-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-europe-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-europe-ink);
    background: var(--wla-europe-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-europe-btn-white:hover {
    opacity: .88;
}

.wla-europe-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-europe-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-europe-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-europe-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-europe-muted);
    margin-bottom: 18px;
}

.wla-europe-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-europe-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-europe-ink);
    text-transform: uppercase;
}

.wla-europe-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-europe-white);
    text-transform: uppercase;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-europe-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-europe-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
}

.wla-europe-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-europe-ink) 100%);
}

.wla-europe-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-europe-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-europe-hero-title {
    font-size: clamp(44px, 6vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-europe-white);
    margin-bottom: 16px;
}

.wla-europe-hero-subtitle {
    font-size: clamp(14px, 1.8vw, 22px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-europe-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-europe-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-europe-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-europe-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-europe-hero-stat:last-child {
    border-right: none;
}

.wla-europe-hero-stat-number {
    font-size: 24px;
    font-weight: 700;
    color: var(--wla-europe-white);
}

.wla-europe-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   JURISDICTIONS SECTION
   ================================================================ */
.wla-europe-jurisdictions {
    background: var(--wla-europe-ink);
    padding: 80px 52px;
}

.wla-europe-jurisdictions-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-europe-jurisdiction-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 48px;
}

.wla-europe-jurisdiction-tag {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 100px;
    padding: 5px 12px;
}

.wla-europe-jurisdiction-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-europe-jurisdiction-card {
    display: block;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px;
    transition: background .15s;
}
.wla-europe-jurisdiction-card:hover {
    background: rgba(255, 255, 255, 0.12);
}

.wla-europe-jurisdiction-card-name {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-europe-white);
    margin-bottom: 4px;
}

.wla-europe-jurisdiction-card-status {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CORRIDORS SECTION
   ================================================================ */
.wla-europe-corridors {
    padding: 112px 52px;
    background: var(--wla-europe-off);
}

.wla-europe-corridors-inner {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-europe-corridor-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.wla-europe-corridor-card {
    display: block;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 24px;
    transition: background .15s;
}
.wla-europe-corridor-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-europe-corridor-card-title {
    font-size: 16px;
    font-weight: 700;
    color: var(--wla-europe-white);
    margin-bottom: 6px;
}

.wla-europe-corridor-card-status {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #4ade80;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-europe-cta-band {
    background: var(--wla-europe-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-europe-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-europe-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-europe-cta-buttons {
    display: flex;
    gap: 12px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-europe-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-europe-animate.wla-europe-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-europe-hero-content {
        padding: 0 20px 52px;
    }
    
    .wla-europe-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wla-europe-jurisdictions {
        padding: 60px 20px;
    }
    
    .wla-europe-jurisdiction-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-europe-corridors {
        padding: 72px 20px;
    }
    
    .wla-europe-corridor-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-europe-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Charities & Non-Profits Sector Styles
 * World Law Alliance Charities Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-charities-ink: #0D0D0D;
    --wla-charities-white: #fff;
    --wla-charities-off: #F7F7F5;
    --wla-charities-rule: #E8E8E5;
    --wla-charities-muted: #9A9A96;
    --wla-charities-green: #16A34A;
    --wla-charities-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-charities-wrapper *,
.wla-charities-wrapper *::before,
.wla-charities-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-charities-wrapper {
    font-family: var(--wla-charities-font);
    background: var(--wla-charities-white);
    color: var(--wla-charities-ink);
    overflow-x: hidden;
}

.wla-charities-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-charities-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-charities-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-charities-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-charities-white);
    background: var(--wla-charities-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-charities-btn-ink:hover {
    opacity: .8;
}

.wla-charities-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-charities-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-charities-btn-bdr:hover {
    border-color: var(--wla-charities-ink);
}

.wla-charities-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-charities-ink);
    background: var(--wla-charities-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-charities-btn-white:hover {
    opacity: .88;
}

.wla-charities-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-charities-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-charities-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-charities-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-charities-muted);
    margin-bottom: 18px;
}

.wla-charities-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-charities-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-charities-section {
    padding: 112px 52px;
}

.wla-charities-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-charities-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-charities-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-charities-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-charities-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-charities-ink) 100%);
}

.wla-charities-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-charities-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-charities-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-charities-white);
    margin-bottom: 16px;
}

.wla-charities-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-charities-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-charities-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CHARITIES GRID
   ================================================================ */
.wla-charities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-charities-rule);
    border: 1px solid var(--wla-charities-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-charities-card {
    background: var(--wla-charities-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-charities-card:hover {
    background: var(--wla-charities-off);
}

.wla-charities-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-charities-muted);
    margin-bottom: 12px;
}

.wla-charities-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-charities-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-charities-card-desc {
    font-size: 13.5px;
    color: var(--wla-charities-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-charities-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-charities-cta-band {
    background: var(--wla-charities-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-charities-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-charities-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-charities-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-charities-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-charities-animate.wla-charities-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-charities-hero-content {
        padding: 52px 20px;
    }
    
    .wla-charities-section {
        padding: 72px 20px;
    }
    
    .wla-charities-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-charities-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Family Office Sector Styles
 * World Law Alliance Family Office Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-family-office-ink: #0D0D0D;
    --wla-family-office-white: #fff;
    --wla-family-office-off: #F7F7F5;
    --wla-family-office-rule: #E8E8E5;
    --wla-family-office-muted: #9A9A96;
    --wla-family-office-green: #16A34A;
    --wla-family-office-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-family-office-wrapper *,
.wla-family-office-wrapper *::before,
.wla-family-office-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-family-office-wrapper {
    font-family: var(--wla-family-office-font);
    background: var(--wla-family-office-white);
    color: var(--wla-family-office-ink);
    overflow-x: hidden;
}

.wla-family-office-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-family-office-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-family-office-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-family-office-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-family-office-white);
    background: var(--wla-family-office-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-family-office-btn-ink:hover {
    opacity: .8;
}

.wla-family-office-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-family-office-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-family-office-btn-bdr:hover {
    border-color: var(--wla-family-office-ink);
}

.wla-family-office-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-family-office-ink);
    background: var(--wla-family-office-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-family-office-btn-white:hover {
    opacity: .88;
}

.wla-family-office-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-family-office-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-family-office-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-family-office-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-family-office-muted);
    margin-bottom: 18px;
}

.wla-family-office-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-family-office-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-family-office-section {
    padding: 112px 52px;
}

.wla-family-office-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-family-office-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-family-office-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-family-office-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-family-office-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-family-office-ink) 100%);
}

.wla-family-office-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-family-office-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-family-office-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-family-office-white);
    margin-bottom: 16px;
}

.wla-family-office-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-family-office-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-family-office-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   FAMILY OFFICE GRID
   ================================================================ */
.wla-family-office-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-family-office-rule);
    border: 1px solid var(--wla-family-office-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-family-office-card {
    background: var(--wla-family-office-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-family-office-card:hover {
    background: var(--wla-family-office-off);
}

.wla-family-office-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-family-office-muted);
    margin-bottom: 12px;
}

.wla-family-office-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-family-office-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-family-office-card-desc {
    font-size: 13.5px;
    color: var(--wla-family-office-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-family-office-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   KEY MARKETS
   ================================================================ */
.wla-family-office-markets {
    background: var(--wla-family-office-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-family-office-markets-section {
    padding: 112px 52px;
}

.wla-family-office-markets-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-family-office-markets-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-family-office-markets-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-family-office-white);
    text-transform: uppercase;
}

.wla-family-office-markets-rows {
    margin-top: 56px;
}

.wla-family-office-market-row {
    display: grid;
    grid-template-columns: 64px 1fr 1fr;
    gap: 0;
    padding: 44px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    transition: padding-left .15s;
}
.wla-family-office-market-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.wla-family-office-market-row:hover {
    padding-left: 8px;
}

.wla-family-office-market-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    padding-top: 5px;
}

.wla-family-office-market-title {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-family-office-white);
    line-height: 1.1;
    padding-right: 40px;
}

.wla-family-office-market-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-family-office-cta-band {
    background: var(--wla-family-office-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-family-office-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-family-office-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-family-office-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-family-office-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-family-office-animate.wla-family-office-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-family-office-hero-content {
        padding: 52px 20px;
    }
    
    .wla-family-office-section {
        padding: 72px 20px;
    }
    
    .wla-family-office-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-family-office-markets-section {
        padding: 72px 20px;
    }
    
    .wla-family-office-market-row {
        grid-template-columns: 1fr;
    }
    .wla-family-office-market-desc {
        display: none;
    }
    
    .wla-family-office-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Fashion & Luxury Sector Styles
 * World Law Alliance Fashion Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-fashion-ink: #0D0D0D;
    --wla-fashion-white: #fff;
    --wla-fashion-off: #F7F7F5;
    --wla-fashion-rule: #E8E8E5;
    --wla-fashion-muted: #9A9A96;
    --wla-fashion-green: #16A34A;
    --wla-fashion-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-fashion-wrapper *,
.wla-fashion-wrapper *::before,
.wla-fashion-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-fashion-wrapper {
    font-family: var(--wla-fashion-font);
    background: var(--wla-fashion-white);
    color: var(--wla-fashion-ink);
    overflow-x: hidden;
}

.wla-fashion-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-fashion-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-fashion-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-fashion-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-fashion-white);
    background: var(--wla-fashion-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-fashion-btn-ink:hover {
    opacity: .8;
}

.wla-fashion-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-fashion-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-fashion-btn-bdr:hover {
    border-color: var(--wla-fashion-ink);
}

.wla-fashion-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-fashion-ink);
    background: var(--wla-fashion-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-fashion-btn-white:hover {
    opacity: .88;
}

.wla-fashion-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-fashion-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-fashion-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-fashion-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-fashion-muted);
    margin-bottom: 18px;
}

.wla-fashion-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-fashion-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-fashion-section {
    padding: 112px 52px;
}

.wla-fashion-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-fashion-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-fashion-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-fashion-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-fashion-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-fashion-ink) 100%);
}

.wla-fashion-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-fashion-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-fashion-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-fashion-white);
    margin-bottom: 16px;
}

.wla-fashion-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-fashion-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-fashion-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   FASHION GRID
   ================================================================ */
.wla-fashion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-fashion-rule);
    border: 1px solid var(--wla-fashion-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-fashion-card {
    background: var(--wla-fashion-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-fashion-card:hover {
    background: var(--wla-fashion-off);
}

.wla-fashion-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-fashion-muted);
    margin-bottom: 12px;
}

.wla-fashion-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-fashion-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-fashion-card-desc {
    font-size: 13.5px;
    color: var(--wla-fashion-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-fashion-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   KEY MARKETS
   ================================================================ */
.wla-fashion-markets {
    background: var(--wla-fashion-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-fashion-markets-section {
    padding: 112px 52px;
}

.wla-fashion-markets-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-fashion-markets-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-fashion-markets-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-fashion-white);
    text-transform: uppercase;
}

.wla-fashion-markets-rows {
    margin-top: 56px;
}

.wla-fashion-market-row {
    display: grid;
    grid-template-columns: 64px 1fr 1fr;
    gap: 0;
    padding: 44px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    transition: padding-left .15s;
}
.wla-fashion-market-row:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.wla-fashion-market-row:hover {
    padding-left: 8px;
}

.wla-fashion-market-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2);
    padding-top: 5px;
}

.wla-fashion-market-title {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-fashion-white);
    line-height: 1.1;
    padding-right: 40px;
}

.wla-fashion-market-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-fashion-cta-band {
    background: var(--wla-fashion-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-fashion-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-fashion-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-fashion-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-fashion-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-fashion-animate.wla-fashion-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-fashion-hero-content {
        padding: 52px 20px;
    }
    
    .wla-fashion-section {
        padding: 72px 20px;
    }
    
    .wla-fashion-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-fashion-markets-section {
        padding: 72px 20px;
    }
    
    .wla-fashion-market-row {
        grid-template-columns: 1fr;
    }
    .wla-fashion-market-desc {
        display: none;
    }
    
    .wla-fashion-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Founders & Entrepreneurs Sector Styles
 * World Law Alliance Founders Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-founders-ink: #0D0D0D;
    --wla-founders-white: #fff;
    --wla-founders-off: #F7F7F5;
    --wla-founders-rule: #E8E8E5;
    --wla-founders-muted: #9A9A96;
    --wla-founders-green: #16A34A;
    --wla-founders-blue: #1A56DB;
    --wla-founders-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-founders-wrapper *,
.wla-founders-wrapper *::before,
.wla-founders-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-founders-wrapper {
    font-family: var(--wla-founders-font);
    background: var(--wla-founders-white);
    color: var(--wla-founders-ink);
    overflow-x: hidden;
}

.wla-founders-wrapper a {
    text-decoration: none !important;
    
}

.wla-founders-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-founders-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-founders-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-founders-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-founders-white);
    background: var(--wla-founders-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-founders-btn-ink:hover {
    opacity: .8;
}

.wla-founders-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-founders-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-founders-btn-bdr:hover {
    border-color: var(--wla-founders-ink);
}

.wla-founders-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-founders-ink);
    background: var(--wla-founders-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-founders-btn-white:hover {
    opacity: .88;
}

.wla-founders-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-founders-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-founders-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-founders-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-founders-muted);
    margin-bottom: 18px;
}

.wla-founders-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-founders-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-founders-ink);
    text-transform: uppercase;
}

.wla-founders-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-founders-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-founders-section {
    padding: 112px 52px;
}

.wla-founders-section--dark {
    background: var(--wla-founders-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-founders-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-founders-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-founders-hero-left {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--wla-founders-white);
}

.wla-founders-hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-founders-muted);
    background: var(--wla-founders-off);
    border: 1px solid var(--wla-founders-rule);
    padding: 6px 16px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 24px;
    width: fit-content;
}

.wla-founders-hero-title {
    font-size: clamp(52px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-founders-ink);
    margin-bottom: 22px;
}

.wla-founders-hero-description {
    font-size: 16px;
    color: var(--wla-founders-muted);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-founders-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-founders-hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-founders-rule);
    border: 1px solid var(--wla-founders-rule);
    border-radius: 12px;
    overflow: hidden;
}

.wla-founders-hero-stat {
    background: var(--wla-founders-white);
    padding: 20px 18px;
}

.wla-founders-hero-stat-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-founders-ink);
}

.wla-founders-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-founders-muted);
    margin-top: 4px;
}

/* Hero Right - Founder Journey */
.wla-founders-hero-right {
    background: var(--wla-founders-ink);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 52px;
    gap: 0;
}

.wla-founders-journey-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.wla-founders-journey-steps {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-founders-jstep {
    display: flex;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    cursor: default;
    transition: padding-left .15s;
}
.wla-founders-jstep:last-child {
    border-bottom: none;
}
.wla-founders-jstep:hover {
    padding-left: 6px;
}

.wla-founders-js-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
    transition: all .2s;
}
.wla-founders-jstep:hover .wla-founders-js-dot {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    color: var(--wla-founders-white);
}

.wla-founders-js-stage {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 4px;
}

.wla-founders-js-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--wla-founders-white);
    margin-bottom: 3px;
}

.wla-founders-js-wla {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}

/* ================================================================
   CHECKLIST SECTION
   ================================================================ */
.wla-founders-checklist-bg {
    background: var(--wla-founders-off);
    border-top: 1px solid var(--wla-founders-rule);
}

.wla-founders-checklist-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-top: 64px;
}

.wla-founders-cl-list {
    border: 1px solid var(--wla-founders-rule);
    border-radius: 14px;
    overflow: hidden;
    background: var(--wla-founders-white);
}

.wla-founders-cl-header {
    padding: 16px 24px;
    background: var(--wla-founders-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.wla-founders-cl-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid var(--wla-founders-rule);
    cursor: pointer;
    transition: background .15s;
}
.wla-founders-cl-item:last-child {
    border-bottom: none;
}
.wla-founders-cl-item:hover {
    background: var(--wla-founders-off);
}

.wla-founders-cl-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
.wla-founders-cl-check-done {
    background: var(--wla-founders-green);
    color: var(--wla-founders-white);
}
.wla-founders-cl-check-todo {
    background: var(--wla-founders-off);
    border: 1.5px solid var(--wla-founders-rule);
    color: transparent;
}

.wla-founders-cl-text {
    font-size: 14px;
    color: var(--wla-founders-ink);
    line-height: 1.5;
}
.wla-founders-cl-text-done {
    text-decoration: line-through;
    color: var(--wla-founders-muted);
}

/* Checklist Content */
.wla-founders-cl-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-founders-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-founders-cl-body {
    font-size: 15px;
    color: var(--wla-founders-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-founders-cl-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.wla-founders-clf {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--wla-founders-ink);
    line-height: 1.5;
}
.wla-founders-clf::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-founders-cl-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   MARKET ENTRY GRID
   ================================================================ */
.wla-founders-market-bg {
    background: var(--wla-founders-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-founders-market-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-founders-market-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
}
.wla-founders-market-card:hover {
    background: rgba(255, 255, 255, 0.09);
}

.wla-founders-mk-flag {
    font-size: 24px;
    margin-bottom: 10px;
}

.wla-founders-mk-country {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-founders-white);
    margin-bottom: 4px;
}

.wla-founders-mk-why {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 8px;
}

.wla-founders-mk-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.wla-founders-mk-badge {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 3px 9px;
    margin-top: 8px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-founders-cta-band {
    background: var(--wla-founders-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-founders-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-founders-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-founders-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-founders-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-founders-animate.wla-founders-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-founders-hero {
        grid-template-columns: 1fr;
    }
    .wla-founders-hero-left {
        padding: 80px 20px 56px;
    }
    .wla-founders-hero-right {
        display: none;
    }
    
    .wla-founders-section {
        padding: 72px 20px;
    }
    
    .wla-founders-checklist-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-founders-market-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .wla-founders-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA High Net Worth Sector Styles
 * World Law Alliance HNW Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-hnw-ink: #0D0D0D;
    --wla-hnw-white: #fff;
    --wla-hnw-off: #F7F7F5;
    --wla-hnw-rule: #E8E8E5;
    --wla-hnw-muted: #9A9A96;
    --wla-hnw-green: #16A34A;
    --wla-hnw-blue: #1A56DB;
    --wla-hnw-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-hnw-wrapper *,
.wla-hnw-wrapper *::before,
.wla-hnw-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-hnw-wrapper {
    font-family: var(--wla-hnw-font);
    background: var(--wla-hnw-white);
    color: var(--wla-hnw-ink);
    overflow-x: hidden;
}

.wla-hnw-wrapper a {
    text-decoration: none !important;
    
}

.wla-hnw-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-hnw-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-hnw-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-hnw-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hnw-white);
    background: var(--wla-hnw-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hnw-btn-ink:hover {
    opacity: .8;
}

.wla-hnw-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hnw-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hnw-btn-bdr:hover {
    border-color: var(--wla-hnw-ink);
}

.wla-hnw-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hnw-ink);
    background: var(--wla-hnw-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hnw-btn-white:hover {
    opacity: .88;
}

.wla-hnw-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hnw-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hnw-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-hnw-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-hnw-muted);
    margin-bottom: 18px;
}

.wla-hnw-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-hnw-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-hnw-section {
    padding: 112px 52px;
}

.wla-hnw-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-hnw-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-hnw-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
}

.wla-hnw-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-hnw-ink) 100%);
}

.wla-hnw-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 760px;
}

.wla-hnw-hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 6px 16px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 28px;
}

.wla-hnw-hero-title {
    font-size: clamp(52px, 7vw, 100px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-hnw-white);
    margin-bottom: 20px;
}

.wla-hnw-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 32px;
}

.wla-hnw-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    margin-bottom: 40px;
}

.wla-hnw-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-hnw-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hnw-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-hnw-hero-stat:last-child {
    border-right: none;
}

.wla-hnw-hero-stat-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-hnw-white);
    line-height: 1;
}

.wla-hnw-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   SERVICES ROWS
   ================================================================ */
.wla-hnw-service-rows {
    margin-top: 72px;
}

.wla-hnw-srow {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 0;
    padding: 44px 0;
    border-top: 1px solid var(--wla-hnw-rule);
    transition: padding-left .15s;
}
.wla-hnw-srow:last-child {
    border-bottom: 1px solid var(--wla-hnw-rule);
}
.wla-hnw-srow:hover {
    padding-left: 10px;
}

.wla-hnw-sr-num {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-hnw-off);
    transition: color .2s;
}
.wla-hnw-srow:hover .wla-hnw-sr-num {
    color: #ddd;
}

.wla-hnw-sr-title {
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: var(--wla-hnw-ink);
    line-height: 1.1;
    padding-right: 40px;
}

.wla-hnw-sr-desc {
    font-size: 14.5px;
    color: var(--wla-hnw-muted);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid var(--wla-hnw-rule);
}

/* ================================================================
   RESIDENCY OPTIONS
   ================================================================ */
.wla-hnw-residency-bg {
    background: var(--wla-hnw-off);
    border-top: 1px solid var(--wla-hnw-rule);
}

.wla-hnw-residency-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
}

.wla-hnw-residency-card {
    background: var(--wla-hnw-white);
    border: 1px solid var(--wla-hnw-rule);
    border-radius: 12px;
    padding: 30px 24px;
    transition: all .2s;
}
.wla-hnw-residency-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.wla-hnw-rc-flag {
    font-size: 28px;
    margin-bottom: 12px;
}

.wla-hnw-rc-country {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-hnw-ink);
    margin-bottom: 4px;
}

.wla-hnw-rc-type {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-hnw-muted);
    margin-bottom: 10px;
}

.wla-hnw-rc-status {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.wla-hnw-rc-status-open {
    color: var(--wla-hnw-green);
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}
.wla-hnw-rc-status-changed {
    color: #f59e0b;
    background: #fffbeb;
    border: 1px solid #fde68a;
}

.wla-hnw-rc-min {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-hnw-ink);
}

.wla-hnw-rc-min-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-hnw-muted);
    margin-top: 3px;
}

.wla-hnw-rc-note {
    font-size: 12px;
    color: var(--wla-hnw-muted);
    margin-top: 8px;
    line-height: 1.5;
}

.wla-hnw-residency-cta {
    margin-top: 28px;
    text-align: center;
}

/* ================================================================
   DISCRETION SECTION
   ================================================================ */
.wla-hnw-discretion-bg {
    background: var(--wla-hnw-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hnw-discretion-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 112px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-hnw-discretion-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-hnw-discretion-title {
    font-size: clamp(28px, 3.5vw, 50px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-hnw-white);
    margin-bottom: 20px;
    line-height: 1;
}

.wla-hnw-discretion-body {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-hnw-discretion-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.wla-hnw-discretion-points li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-hnw-discretion-points li::before {
    content: '✓';
    color: #4ade80;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.wla-hnw-discretion-visual {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wla-hnw-discretion-item {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 22px 24px;
    cursor: default;
    transition: background .15s;
}
.wla-hnw-discretion-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-hnw-di-num {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
}

.wla-hnw-di-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--wla-hnw-white);
    margin-bottom: 4px;
}

.wla-hnw-di-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-hnw-cta-band {
    background: var(--wla-hnw-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hnw-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-hnw-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-hnw-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-hnw-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-hnw-animate.wla-hnw-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-hnw-hero-content {
        padding: 0 20px 60px;
    }
    .wla-hnw-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-hnw-section {
        padding: 72px 20px;
    }
    
    .wla-hnw-srow {
        grid-template-columns: 56px 1fr;
    }
    .wla-hnw-sr-desc {
        display: none;
    }
    
    .wla-hnw-residency-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-hnw-discretion-layout {
        grid-template-columns: 1fr;
        padding: 72px 20px;
    }
    
    .wla-hnw-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Institutions & Development Sector Styles
 * World Law Alliance Institutions Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-institutions-ink: #0D0D0D;
    --wla-institutions-white: #fff;
    --wla-institutions-off: #F7F7F5;
    --wla-institutions-rule: #E8E8E5;
    --wla-institutions-muted: #9A9A96;
    --wla-institutions-green: #16A34A;
    --wla-institutions-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-institutions-wrapper *,
.wla-institutions-wrapper *::before,
.wla-institutions-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-institutions-wrapper {
    font-family: var(--wla-institutions-font);
    background: var(--wla-institutions-white);
    color: var(--wla-institutions-ink);
    overflow-x: hidden;
}

.wla-institutions-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-institutions-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-institutions-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-institutions-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-institutions-white);
    background: var(--wla-institutions-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-institutions-btn-ink:hover {
    opacity: .8;
}

.wla-institutions-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-institutions-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-institutions-btn-bdr:hover {
    border-color: var(--wla-institutions-ink);
}

.wla-institutions-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-institutions-ink);
    background: var(--wla-institutions-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-institutions-btn-white:hover {
    opacity: .88;
}

.wla-institutions-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-institutions-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-institutions-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-institutions-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-institutions-muted);
    margin-bottom: 18px;
}

.wla-institutions-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-institutions-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-institutions-section {
    padding: 112px 52px;
}

.wla-institutions-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-institutions-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-institutions-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-institutions-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-institutions-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-institutions-ink) 100%);
}

.wla-institutions-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-institutions-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-institutions-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-institutions-white);
    margin-bottom: 16px;
}

.wla-institutions-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-institutions-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-institutions-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   INSTITUTIONS GRID
   ================================================================ */
.wla-institutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-institutions-rule);
    border: 1px solid var(--wla-institutions-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-institutions-card {
    background: var(--wla-institutions-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-institutions-card:hover {
    background: var(--wla-institutions-off);
}

.wla-institutions-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-institutions-muted);
    margin-bottom: 12px;
}

.wla-institutions-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-institutions-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-institutions-card-desc {
    font-size: 13.5px;
    color: var(--wla-institutions-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-institutions-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-institutions-cta-band {
    background: var(--wla-institutions-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-institutions-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-institutions-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-institutions-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-institutions-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-institutions-animate.wla-institutions-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-institutions-hero-content {
        padding: 52px 20px;
    }
    
    .wla-institutions-section {
        padding: 72px 20px;
    }
    
    .wla-institutions-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-institutions-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Private Equity & Funds Sector Styles
 * World Law Alliance PE Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-pe-ink: #0D0D0D;
    --wla-pe-white: #fff;
    --wla-pe-off: #F7F7F5;
    --wla-pe-rule: #E8E8E5;
    --wla-pe-muted: #9A9A96;
    --wla-pe-green: #16A34A;
    --wla-pe-blue: #1A56DB;
    --wla-pe-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-pe-wrapper *,
.wla-pe-wrapper *::before,
.wla-pe-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-pe-wrapper {
    font-family: var(--wla-pe-font);
    background: var(--wla-pe-white);
    color: var(--wla-pe-ink);
    overflow-x: hidden;
}

.wla-pe-wrapper a {
    text-decoration: none !important;
    
}

.wla-pe-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-pe-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-pe-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-pe-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-pe-white);
    background: var(--wla-pe-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-pe-btn-ink:hover {
    opacity: .8;
}

.wla-pe-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-pe-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-pe-btn-bdr:hover {
    border-color: var(--wla-pe-ink);
}

.wla-pe-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-pe-ink);
    background: var(--wla-pe-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-pe-btn-white:hover {
    opacity: .88;
}

.wla-pe-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-pe-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-pe-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-pe-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-pe-muted);
    margin-bottom: 18px;
}

.wla-pe-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-pe-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-pe-ink);
    text-transform: uppercase;
}

.wla-pe-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-pe-white);
    text-transform: uppercase;
}

.wla-pe-sub-text {
    font-size: 15.5px;
    color: var(--wla-pe-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-pe-section {
    padding: 112px 52px;
}

.wla-pe-section--dark {
    background: var(--wla-pe-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-pe-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-pe-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-pe-ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-pe-hero-left {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-pe-hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 14px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 24px;
    width: fit-content;
}

.wla-pe-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.wla-pe-hero-title {
    font-size: clamp(44px, 5.5vw, 80px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-pe-white);
    margin-bottom: 22px;
}

.wla-pe-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-pe-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-pe-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-pe-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-pe-hero-stat:last-child {
    border-right: none;
}

.wla-pe-hero-stat-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-pe-white);
    line-height: 1;
}

.wla-pe-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* Hero Right - Deal Flow */
.wla-pe-hero-right {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-pe-deal-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.wla-pe-deal-rows {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wla-pe-deal-row {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 16px 18px;
    cursor: default;
    transition: background .15s;
}
.wla-pe-deal-row:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-pe-dr-type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 6px;
}

.wla-pe-dr-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--wla-pe-white);
    margin-bottom: 4px;
}

.wla-pe-dr-meta {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.35);
    display: flex;
    align-items: center;
    gap: 12px;
}

.wla-pe-dr-status {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 3px 10px;
}

.wla-pe-dr-jurs {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.25);
}

/* ================================================================
   PE LIFECYCLE
   ================================================================ */
.wla-pe-lifecycle-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-pe-rule);
    border: 1px solid var(--wla-pe-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-pe-lc {
    background: var(--wla-pe-white);
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-pe-lc:hover {
    background: var(--wla-pe-off);
}

.wla-pe-lc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-pe-muted);
    margin-bottom: 14px;
}

.wla-pe-lc-stage {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-pe-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-pe-lc-desc {
    font-size: 13px;
    color: var(--wla-pe-muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.wla-pe-lc-practices {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wla-pe-lc-prac {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-pe-off);
    border-radius: 100px;
    padding: 3px 9px;
}

.wla-pe-lc-bg {
    position: absolute;
    bottom: -14px;
    right: -6px;
    font-size: 90px;
    font-weight: 700;
    color: var(--wla-pe-off);
    line-height: 1;
    pointer-events: none;
}
.wla-pe-lc:hover .wla-pe-lc-bg {
    color: #e8e8e6;
}

/* ================================================================
   FUND STRUCTURES
   ================================================================ */
.wla-pe-funds-bg {
    background: var(--wla-pe-off);
    border-top: 1px solid var(--wla-pe-rule);
}

.wla-pe-fund-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
}

.wla-pe-fund-card {
    background: var(--wla-pe-white);
    border: 1px solid var(--wla-pe-rule);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all .2s;
}
.wla-pe-fund-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.wla-pe-fg-type {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-pe-muted);
    margin-bottom: 12px;
}

.wla-pe-fg-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-pe-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-pe-fg-desc {
    font-size: 13px;
    color: var(--wla-pe-muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.wla-pe-fg-jurs {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-pe-ink);
}

/* ================================================================
   KEY MARKETS
   ================================================================ */
.wla-pe-markets-bg {
    background: var(--wla-pe-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-pe-markets-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-pe-market-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
}
.wla-pe-market-card:hover {
    background: rgba(255, 255, 255, 0.09);
}

.wla-pe-mkt-flag {
    font-size: 24px;
    margin-bottom: 10px;
}

.wla-pe-mkt-country {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-pe-white);
    margin-bottom: 4px;
}

.wla-pe-mkt-focus {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 10px;
}

.wla-pe-mkt-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
}

.wla-pe-mkt-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    margin-top: 10px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-pe-cta-band {
    background: var(--wla-pe-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-pe-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-pe-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-pe-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-pe-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-pe-animate.wla-pe-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-pe-hero {
        grid-template-columns: 1fr;
    }
    .wla-pe-hero-left {
        padding: 80px 20px 56px;
    }
    .wla-pe-hero-right {
        display: none;
    }
    
    .wla-pe-section {
        padding: 72px 20px;
    }
    
    .wla-pe-lifecycle-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-pe-fund-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-pe-markets-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-pe-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Private Clients Sector Styles
 * World Law Alliance Private Clients Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-private-ink: #0D0D0D;
    --wla-private-white: #fff;
    --wla-private-off: #F7F7F5;
    --wla-private-rule: #E8E8E5;
    --wla-private-muted: #9A9A96;
    --wla-private-green: #16A34A;
    --wla-private-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-private-clients-wrapper *,
.wla-private-clients-wrapper *::before,
.wla-private-clients-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-private-clients-wrapper {
    font-family: var(--wla-private-font);
    background: var(--wla-private-white);
    color: var(--wla-private-ink);
    overflow-x: hidden;
}

.wla-private-clients-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-private-clients-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-private-clients-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-private-clients-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-private-white);
    background: var(--wla-private-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-private-clients-btn-ink:hover {
    opacity: .8;
}

.wla-private-clients-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-private-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-private-clients-btn-bdr:hover {
    border-color: var(--wla-private-ink);
}

.wla-private-clients-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-private-ink);
    background: var(--wla-private-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-private-clients-btn-white:hover {
    opacity: .88;
}

.wla-private-clients-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-private-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-private-clients-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-private-clients-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-private-muted);
    margin-bottom: 18px;
}

.wla-private-clients-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-private-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-private-clients-section {
    padding: 112px 52px;
}

.wla-private-clients-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-private-clients-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-private-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-private-clients-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-private-clients-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-private-ink) 100%);
}

.wla-private-clients-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-private-clients-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-private-clients-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-private-white);
    margin-bottom: 16px;
}

.wla-private-clients-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-private-clients-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-private-clients-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRIVATE CLIENTS GRID
   ================================================================ */
.wla-private-clients-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-private-rule);
    border: 1px solid var(--wla-private-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-private-clients-card {
    background: var(--wla-private-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-private-clients-card:hover {
    background: var(--wla-private-off);
}

.wla-private-clients-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-private-muted);
    margin-bottom: 12px;
}

.wla-private-clients-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-private-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-private-clients-card-desc {
    font-size: 13.5px;
    color: var(--wla-private-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-private-clients-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-private-clients-cta-band {
    background: var(--wla-private-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-private-clients-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-private-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-private-clients-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-private-clients-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-private-clients-animate.wla-private-clients-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-private-clients-hero-content {
        padding: 52px 20px;
    }
    
    .wla-private-clients-section {
        padding: 72px 20px;
    }
    
    .wla-private-clients-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-private-clients-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Professionals Sector Styles
 * World Law Alliance Professionals Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-prof-ink: #0D0D0D;
    --wla-prof-white: #fff;
    --wla-prof-off: #F7F7F5;
    --wla-prof-rule: #E8E8E5;
    --wla-prof-muted: #9A9A96;
    --wla-prof-green: #16A34A;
    --wla-prof-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-professionals-wrapper *,
.wla-professionals-wrapper *::before,
.wla-professionals-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-professionals-wrapper {
    font-family: var(--wla-prof-font);
    background: var(--wla-prof-white);
    color: var(--wla-prof-ink);
    overflow-x: hidden;
}

.wla-professionals-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-professionals-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-professionals-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-professionals-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-prof-white);
    background: var(--wla-prof-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-professionals-btn-ink:hover {
    opacity: .8;
}

.wla-professionals-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-prof-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-professionals-btn-bdr:hover {
    border-color: var(--wla-prof-ink);
}

.wla-professionals-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-prof-ink);
    background: var(--wla-prof-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-professionals-btn-white:hover {
    opacity: .88;
}

.wla-professionals-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-prof-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-professionals-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-professionals-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-prof-muted);
    margin-bottom: 18px;
}

.wla-professionals-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-prof-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-professionals-section {
    padding: 112px 52px;
}

.wla-professionals-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-professionals-hero {
    min-height: 92vh;
    padding-top: 60px;
    background: var(--wla-prof-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-professionals-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .32;
}

.wla-professionals-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.85) 65%, var(--wla-prof-ink) 100%);
}

.wla-professionals-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px;
}

.wla-professionals-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 22px;
}

.wla-professionals-hero-title {
    font-size: clamp(48px, 6.5vw, 96px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-prof-white);
    margin-bottom: 16px;
}

.wla-professionals-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-professionals-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 640px;
    margin-bottom: 36px;
}

.wla-professionals-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PROFESSIONALS GRID
   ================================================================ */
.wla-professionals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-prof-rule);
    border: 1px solid var(--wla-prof-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-professionals-card {
    background: var(--wla-prof-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-professionals-card:hover {
    background: var(--wla-prof-off);
}

.wla-professionals-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-prof-muted);
    margin-bottom: 12px;
}

.wla-professionals-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-prof-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-professionals-card-desc {
    font-size: 13.5px;
    color: var(--wla-prof-muted);
    line-height: 1.75;
}

/* CTA Row below grid */
.wla-professionals-cta-row {
    margin-top: 36px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-professionals-cta-band {
    background: var(--wla-prof-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-professionals-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-prof-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-professionals-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-professionals-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-professionals-animate.wla-professionals-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-professionals-hero-content {
        padding: 52px 20px;
    }
    
    .wla-professionals-section {
        padding: 72px 20px;
    }
    
    .wla-professionals-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-professionals-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Technology Sector Styles
 * World Law Alliance Technology Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-tech-ink: #0D0D0D;
    --wla-tech-white: #fff;
    --wla-tech-off: #F7F7F5;
    --wla-tech-rule: #E8E8E5;
    --wla-tech-muted: #9A9A96;
    --wla-tech-green: #16A34A;
    --wla-tech-blue: #1A56DB;
    --wla-tech-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-tech-wrapper *,
.wla-tech-wrapper *::before,
.wla-tech-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-tech-wrapper {
    font-family: var(--wla-tech-font);
    background: var(--wla-tech-white);
    color: var(--wla-tech-ink);
    overflow-x: hidden;
}

.wla-tech-wrapper a {
    text-decoration: none !important;
    
}

.wla-tech-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-tech-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-tech-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-tech-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-tech-white);
    background: var(--wla-tech-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-tech-btn-ink:hover {
    opacity: .8;
}

.wla-tech-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-tech-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-tech-btn-bdr:hover {
    border-color: var(--wla-tech-ink);
}

.wla-tech-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-tech-ink);
    background: var(--wla-tech-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-tech-btn-white:hover {
    opacity: .88;
}

.wla-tech-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-tech-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-tech-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-tech-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-tech-muted);
    margin-bottom: 18px;
}

.wla-tech-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-tech-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-tech-ink);
    text-transform: uppercase;
}

.wla-tech-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-tech-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-tech-section {
    padding: 112px 52px;
}

.wla-tech-section--dark {
    background: var(--wla-tech-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tech-section--alt {
    background: var(--wla-tech-off);
    border-top: 1px solid var(--wla-tech-rule);
}

.wla-tech-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-tech-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-tech-ink);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-tech-hero-left {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-tech-hero-tag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: 100px;
    display: inline-flex;
    margin-bottom: 24px;
    width: fit-content;
}

.wla-tech-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.wla-tech-hero-title {
    font-size: clamp(44px, 5.5vw, 80px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-tech-white);
    margin-bottom: 22px;
}

.wla-tech-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-tech-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-tech-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tech-hero-stat {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-tech-hero-stat:last-child {
    border-right: none;
}

.wla-tech-hero-stat-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-tech-white);
    line-height: 1;
}

.wla-tech-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* Hero Right - Regulation Tracker */
.wla-tech-hero-right {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-tech-reg-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wla-tech-live-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #4ade80;
}

.wla-tech-ldot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaTechPulse 2s infinite;
}

@keyframes wlaTechPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

.wla-tech-reg-rows {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    overflow: hidden;
}

.wla-tech-reg-row {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background .12s;
    cursor: default;
}
.wla-tech-reg-row:last-child {
    border-bottom: none;
}
.wla-tech-reg-row:hover {
    background: rgba(255, 255, 255, 0.04);
}

.wla-tech-rr-jur {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 5px;
}

.wla-tech-rr-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--wla-tech-white);
    line-height: 1.35;
    margin-bottom: 4px;
}

.wla-tech-rr-impact {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}

.wla-tech-rr-status {
    display: inline-flex;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 3px 9px;
    margin-top: 6px;
}
.wla-tech-rr-status--live {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.2);
}
.wla-tech-rr-status--watch {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.2);
}

/* ================================================================
   TECH GRID
   ================================================================ */
.wla-tech-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-tech-rule);
    border: 1px solid var(--wla-tech-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-tech-card {
    background: var(--wla-tech-white);
    padding: 44px 34px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-tech-card:hover {
    background: var(--wla-tech-off);
}

.wla-tech-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-tech-muted);
    margin-bottom: 14px;
}

.wla-tech-card-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.wla-tech-card-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-tech-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-tech-card-desc {
    font-size: 13.5px;
    color: var(--wla-tech-muted);
    line-height: 1.8;
    margin-bottom: 14px;
}

.wla-tech-card-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wla-tech-card-list li {
    font-size: 12.5px;
    color: var(--wla-tech-muted);
    display: flex;
    gap: 8px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-tech-card-list li::before {
    content: '·';
    color: var(--wla-tech-ink);
    font-weight: 700;
}

.wla-tech-card-bg {
    position: absolute;
    bottom: -14px;
    right: -4px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-tech-off);
    line-height: 1;
    pointer-events: none;
}
.wla-tech-card:hover .wla-tech-card-bg {
    color: #e8e8e6;
}

/* ================================================================
   EXPANSION STAGES
   ================================================================ */
.wla-tech-expansion-bg {
    background: var(--wla-tech-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-tech-expansion-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-tech-expansion-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 32px 22px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    transition: background .2s;
    cursor: default;
}
.wla-tech-expansion-card:last-child {
    border-right: none;
}
.wla-tech-expansion-card:hover {
    background: rgba(255, 255, 255, 0.09);
}

.wla-tech-eg-stage {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 12px;
}

.wla-tech-eg-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-tech-white);
    margin-bottom: 8px;
    line-height: 1.2;
}

.wla-tech-eg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
}

.wla-tech-eg-badge {
    display: inline-flex;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 3px 9px;
    margin-top: 8px;
}

/* ================================================================
   EU AI ACT EXPLAINER
   ================================================================ */
.wla-tech-ai-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.wla-tech-ai-visual {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wla-tech-ai-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-tech-muted);
    margin-bottom: 14px;
}

.wla-tech-ai-tier {
    border-radius: 10px;
    padding: 18px 20px;
    border: 1.5px solid;
    cursor: default;
    transition: all .15s;
}
.wla-tech-ai-tier:hover {
    transform: translateX(4px);
}

.wla-tech-ai-tier--prohibited {
    background: #fff5f5;
    border-color: #fca5a5;
}
.wla-tech-ai-tier--prohibited .wla-tech-ai-level {
    color: #dc2626;
}

.wla-tech-ai-tier--high {
    background: #fffbeb;
    border-color: #fde68a;
}
.wla-tech-ai-tier--high .wla-tech-ai-level {
    color: #d97706;
}

.wla-tech-ai-tier--limited {
    background: #f0fdf4;
    border-color: #bbf7d0;
}
.wla-tech-ai-tier--limited .wla-tech-ai-level {
    color: var(--wla-tech-green);
}

.wla-tech-ai-tier--minimal {
    background: var(--wla-tech-white);
    border-color: var(--wla-tech-rule);
}
.wla-tech-ai-tier--minimal .wla-tech-ai-level {
    color: var(--wla-tech-muted);
}

.wla-tech-ai-level {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.wla-tech-ai-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-tech-ink);
    margin-bottom: 4px;
}

.wla-tech-ai-examples {
    font-size: 12.5px;
    color: var(--wla-tech-muted);
    line-height: 1.5;
}

.wla-tech-ai-content-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-tech-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-tech-ai-body {
    font-size: 15px;
    color: var(--wla-tech-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-tech-ai-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 28px;
}
.wla-tech-ai-points li {
    font-size: 14px;
    color: var(--wla-tech-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-tech-ai-points li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-tech-ai-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-tech-cta-band {
    background: var(--wla-tech-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-tech-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-tech-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-tech-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-tech-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-tech-animate.wla-tech-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-tech-hero {
        grid-template-columns: 1fr;
    }
    .wla-tech-hero-left {
        padding: 80px 20px 56px;
    }
    .wla-tech-hero-right {
        display: none;
    }
    
    .wla-tech-section {
        padding: 72px 20px;
    }
    
    .wla-tech-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-tech-expansion-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-tech-ai-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-tech-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Find a Specialist Styles
 * World Law Alliance Specialist Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-spec-ink: #0D0D0D;
    --wla-spec-white: #fff;
    --wla-spec-off: #F7F7F5;
    --wla-spec-rule: #E8E8E5;
    --wla-spec-muted: #9A9A96;
    --wla-spec-green: #16A34A;
    --wla-spec-blue: #1A56DB;
    --wla-spec-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-specialist-wrapper *,
.wla-specialist-wrapper *::before,
.wla-specialist-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-specialist-wrapper {
    font-family: var(--wla-spec-font);
    background: var(--wla-spec-white);
    color: var(--wla-spec-ink);
    overflow-x: hidden;
}

.wla-specialist-wrapper a {
    text-decoration: none !important;
    
}

.wla-specialist-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-specialist-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-specialist-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-specialist-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-spec-white);
    background: var(--wla-spec-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-specialist-btn-ink:hover {
    opacity: .8;
}

.wla-specialist-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-specialist-btn-bdr:hover {
    border-color: var(--wla-spec-ink);
}

.wla-specialist-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    background: var(--wla-spec-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-specialist-btn-white:hover {
    opacity: .88;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-specialist-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-spec-muted);
    margin-bottom: 18px;
}

.wla-specialist-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-specialist-heading {
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.97;
    color: var(--wla-spec-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-specialist-section {
    padding: 112px 52px;
}

.wla-specialist-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-specialist-hero {
    background: var(--wla-spec-ink);
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 52px 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.wla-specialist-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1920&q=70') center/cover no-repeat;
    opacity: .12;
}

.wla-specialist-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 800px;
}

.wla-specialist-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.wla-specialist-hero-title {
    font-size: clamp(38px, 5.5vw, 72px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.97;
    text-transform: uppercase;
    color: var(--wla-spec-white);
    margin-bottom: 36px;
}

.wla-specialist-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(22, 163, 74, 0.3);
    border-radius: 100px;
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    margin-bottom: 36px;
}

.wla-specialist-hero-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaSpecPulse 2s infinite;
}

@keyframes wlaSpecPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

/* Search Box */
.wla-specialist-search-box {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 14px;
    padding: 6px 6px 6px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    transition: border-color .2s;
}
.wla-specialist-search-box:focus-within {
    border-color: rgba(255, 255, 255, 0.35);
}

.wla-specialist-search-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    color: var(--wla-spec-white);
    font-family: var(--wla-spec-font);
}
.wla-specialist-search-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.wla-specialist-search-btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    background: var(--wla-spec-white);
    border: none;
    padding: 13px 24px;
    border-radius: 9px;
    cursor: pointer;
    font-family: var(--wla-spec-font);
    transition: opacity .15s;
    white-space: nowrap;
}
.wla-specialist-search-btn:hover {
    opacity: .88;
}

/* Filter Chips */
.wla-specialist-filter-row {
    display: flex;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.wla-specialist-filter-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    width: 100%;
    margin-bottom: 4px;
    text-align: left;
}

.wla-specialist-chip {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 100px;
    padding: 7px 16px;
    cursor: pointer;
    transition: all .15s;
}
.wla-specialist-chip:hover {
    color: var(--wla-spec-white);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}
.wla-specialist-chip--active {
    color: var(--wla-spec-white);
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}
.wla-specialist-chip--selected {
    color: var(--wla-spec-ink);
    background: var(--wla-spec-white);
    border-color: var(--wla-spec-white);
}

.wla-specialist-search-note {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.3);
}

/* ================================================================
   HOW IT WORKS
   ================================================================ */
.wla-specialist-hiw-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-spec-rule);
    border: 1px solid var(--wla-spec-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-specialist-hiw-step {
    background: var(--wla-spec-white);
    padding: 52px 40px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-specialist-hiw-step:hover {
    background: var(--wla-spec-off);
}

.wla-specialist-hiw-number {
    font-size: 64px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: var(--wla-spec-off);
    line-height: 1;
    margin-bottom: 20px;
    transition: color .2s;
}
.wla-specialist-hiw-step:hover .wla-specialist-hiw-number {
    color: #e8e8e5;
}

.wla-specialist-hiw-title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    margin-bottom: 12px;
    line-height: 1.15;
}

.wla-specialist-hiw-desc {
    font-size: 14px;
    color: var(--wla-spec-muted);
    line-height: 1.8;
}

.wla-specialist-hiw-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-spec-muted);
    margin-bottom: 16px;
}

.wla-specialist-hiw-cta {
    margin-top: 40px;
    text-align: center;
}

/* ================================================================
   RESULTS / SPECIALISTS GRID
   ================================================================ */
.wla-specialist-results-bg {
    background: var(--wla-spec-off);
    border-top: 1px solid var(--wla-spec-rule);
}

.wla-specialist-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 16px;
}

.wla-specialist-results-count {
    font-size: 13px;
    color: var(--wla-spec-muted);
    margin-bottom: 28px;
}
.wla-specialist-results-count strong {
    color: var(--wla-spec-ink);
}

.wla-specialist-sort {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-spec-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: color .15s;
}
.wla-specialist-sort:hover {
    color: var(--wla-spec-ink);
}

.wla-specialist-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wla-specialist-card {
    background: var(--wla-spec-white);
    border: 1px solid var(--wla-spec-rule);
    border-radius: 12px;
    overflow: hidden;
    transition: all .25s;
    display: block;
}
.wla-specialist-card:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.wla-specialist-card-img-wrap {
    overflow: hidden;
    position: relative;
}

.wla-specialist-card-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: top;
    transition: transform .5s;
    background: var(--wla-spec-off);
}
.wla-specialist-card:hover .wla-specialist-card-img {
    transform: scale(1.05);
}

.wla-specialist-card-jur-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-spec-white);
    background: rgba(13, 13, 13, 0.7);
    backdrop-filter: blur(6px);
    border-radius: 100px;
    padding: 5px 12px;
}

.wla-specialist-card-body {
    padding: 20px 20px 24px;
}

.wla-specialist-card-name {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    margin-bottom: 4px;
}

.wla-specialist-card-role {
    font-size: 12px;
    color: var(--wla-spec-muted);
    margin-bottom: 12px;
}

.wla-specialist-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}

.wla-specialist-card-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-spec-off);
    border-radius: 100px;
    padding: 4px 10px;
}

.wla-specialist-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid var(--wla-spec-rule);
}

.wla-specialist-card-firm {
    font-size: 11.5px;
    color: var(--wla-spec-muted);
}

.wla-specialist-card-contact {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap .15s;
}
.wla-specialist-card:hover .wla-specialist-card-contact {
    gap: 9px;
}

.wla-specialist-load-more {
    margin-top: 40px;
    text-align: center;
}

/* ================================================================
   CORRIDOR MATCH
   ================================================================ */
.wla-specialist-corr-match-bg {
    background: var(--wla-spec-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wla-specialist-corr-match-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-specialist-cm-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 56px;
}

.wla-specialist-cm-title {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-spec-white);
    line-height: 0.97;
}

.wla-specialist-cm-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

.wla-specialist-cm-cta {
    margin-top: 24px;
}

.wla-specialist-cm-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.wla-specialist-cm-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 32px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-specialist-cm-card:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-specialist-cm-route {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 8px;
}

.wla-specialist-cm-from {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-spec-white);
}

.wla-specialist-cm-arrow {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.wla-specialist-cm-to {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.wla-specialist-cm-desc {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 12px;
}

.wla-specialist-cm-growth {
    font-size: 11.5px;
    font-weight: 600;
    color: #4ade80;
}

/* ================================================================
   GUARANTEE SECTION
   ================================================================ */
.wla-specialist-guarantee {
    background: var(--wla-spec-off);
    border-top: 1px solid var(--wla-spec-rule);
}

.wla-specialist-guarantee-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: var(--wla-spec-rule);
    border: 1px solid var(--wla-spec-rule);
    border-radius: 14px;
    overflow: hidden;
}

.wla-specialist-g-cell {
    background: var(--wla-spec-white);
    padding: 52px 40px;
    transition: background .2s;
}
.wla-specialist-g-cell:hover {
    background: var(--wla-spec-off);
}

.wla-specialist-g-cell--highlight {
    background: var(--wla-spec-ink);
}
.wla-specialist-g-cell--highlight .wla-specialist-g-number {
    color: var(--wla-spec-white);
}
.wla-specialist-g-cell--highlight .wla-specialist-g-title {
    color: var(--wla-spec-white);
}
.wla-specialist-g-cell--highlight .wla-specialist-g-desc {
    color: rgba(255, 255, 255, 0.45);
}
.wla-specialist-g-cell--highlight:hover {
    background: #1a1a18;
}

.wla-specialist-g-number {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--wla-spec-ink);
    line-height: 1;
    margin-bottom: 16px;
}

.wla-specialist-g-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-spec-ink);
    margin-bottom: 12px;
    line-height: 1.2;
}

.wla-specialist-g-desc {
    font-size: 14px;
    color: var(--wla-spec-muted);
    line-height: 1.8;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-specialist-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-specialist-animate.wla-specialist-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-specialist-hero {
        padding: 80px 20px 60px;
    }
    
    .wla-specialist-section {
        padding: 72px 20px;
    }
    
    .wla-specialist-hiw-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-specialist-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-specialist-cm-head {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .wla-specialist-cm-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-specialist-corr-match-inner {
        padding: 72px 20px;
    }
    
    .wla-specialist-guarantee-inner {
        grid-template-columns: 1fr;
        padding: 72px 20px;
    }
}
/**
 * WLA Terms of Use Styles
 * World Law Alliance Terms Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-terms-ink: #0D0D0D;
    --wla-terms-white: #fff;
    --wla-terms-off: #F8F8F6;
    --wla-terms-off2: #F0F0ED;
    --wla-terms-rule: #DDDDD9;
    --wla-terms-muted: #9A9A96;
    --wla-terms-green: #16A34A;
    --wla-terms-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-terms-wrapper *,
.wla-terms-wrapper *::before,
.wla-terms-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-terms-wrapper {
    font-family: var(--wla-terms-font);
    background: var(--wla-terms-white);
    color: var(--wla-terms-ink);
    overflow-x: hidden;
}

.wla-terms-wrapper a {
    text-decoration: none !important;
    
}

.wla-terms-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-terms-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-terms-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   TERMS CONTENT
   ================================================================ */
.wla-terms-content-wrapper {
    padding-top: 64px;
    background: var(--wla-terms-white);
}

.wla-terms-content-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 80px 52px 112px;
}

.wla-terms-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-terms-muted);
    margin-bottom: 16px;
}

.wla-terms-heading {
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-terms-ink);
    margin-bottom: 12px;
    line-height: 0.92;
}

.wla-terms-updated {
    font-size: 13px;
    color: var(--wla-terms-muted);
    margin-bottom: 48px;
}

/* ================================================================
   TERMS SECTIONS
   ================================================================ */
.wla-terms-section {
    padding-bottom: 32px;
    border-bottom: 1px solid var(--wla-terms-rule);
    margin-bottom: 32px;
}

.wla-terms-section--last {
    border-bottom: none;
    margin-bottom: 0;
}

.wla-terms-section-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-terms-ink);
    margin-bottom: 12px;
}

.wla-terms-section-body {
    font-size: 14px;
    color: #555555;
    line-height: 1.85;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-terms-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-terms-animate.wla-terms-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-terms-content-container {
        padding: 60px 20px 80px;
    }
    
    .wla-terms-heading {
        font-size: 36px;
    }
}
/**
 * WLA UNBOUNDED Barcelona 2026 Styles
 * Version: 1.0.0
 */

:root {
    --wla-unbounded-ink: #0D0D0D;
    --wla-unbounded-white: #fff;
    --wla-unbounded-off: #F8F8F6;
    --wla-unbounded-rule: #DDDDD9;
    --wla-unbounded-muted: #9A9A96;
    --wla-unbounded-green: #16A34A;
    --wla-unbounded-font: 'Inter', sans-serif;
}

.wla-unbounded-wrapper *,
.wla-unbounded-wrapper *::before,
.wla-unbounded-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-unbounded-wrapper {
    font-family: var(--wla-unbounded-font);
    background: var(--wla-unbounded-white);
    color: var(--wla-unbounded-ink);
    overflow-x: hidden;
}

.wla-unbounded-wrapper a {
    text-decoration: none !important;
    
}

/* Buttons */
.wla-unbounded-btn-white {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-unbounded-ink);
    background: var(--wla-unbounded-white);
    padding: 14px 30px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-unbounded-btn-white:hover {
    opacity: .8;
}

.wla-unbounded-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-unbounded-white);
    border: 1.5px solid rgba(255,255,255,0.22);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-unbounded-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

/* Typography */
.wla-unbounded-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-unbounded-muted);
    margin-bottom: 16px;
}

.wla-unbounded-eyebrow-dark {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 16px;
}

.wla-unbounded-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-unbounded-ink);
}

.wla-unbounded-heading-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-unbounded-white);
}

.wla-unbounded-body-dark {
    font-size: 15px;
    color: rgba(255,255,255,0.5);
    line-height: 1.82;
}

/* Sections */
.wla-unbounded-section {
    padding: 112px 52px;
}

.wla-unbounded-section--dark {
    background: var(--wla-unbounded-ink);
}

.wla-unbounded-section--light {
    background: var(--wla-unbounded-off);
}

.wla-unbounded-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* Hero */
.wla-unbounded-hero {
    min-height: 88vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 64px;
}

.wla-unbounded-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1539037116277-4db20889f2d4?w=2000&q=90');
    background-size: cover;
    background-position: center;
}

.wla-unbounded-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13,13,13,0.68);
}

.wla-unbounded-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 1200px;
}

.wla-unbounded-hero-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 18px;
}

.wla-unbounded-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.88;
    text-transform: uppercase;
    color: var(--wla-unbounded-white);
    margin-bottom: 22px;
}

.wla-unbounded-hero-sub {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.wla-unbounded-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Event Grid */
.wla-unbounded-event-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.wla-unbounded-event-text .wla-unbounded-body-dark {
    margin-bottom: 16px;
}
.wla-unbounded-event-text .wla-unbounded-body-dark:last-of-type {
    margin-bottom: 0;
}

.wla-unbounded-details-box {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 40px;
}

.wla-unbounded-details-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 22px;
}

.wla-unbounded-details-item {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.wla-unbounded-details-item--last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wla-unbounded-details-item-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 6px;
}

.wla-unbounded-details-item-value {
    font-size: 15px;
    font-weight: 700;
    color: var(--wla-unbounded-white);
}

.wla-unbounded-details-item-sub {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    margin-top: 3px;
}

/* Programme Grid */
.wla-unbounded-programme-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-unbounded-rule);
    margin-top: 64px;
}

.wla-unbounded-programme-card {
    background: var(--wla-unbounded-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-unbounded-programme-card:hover {
    background: var(--wla-unbounded-off);
}

.wla-unbounded-programme-card-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-unbounded-muted);
    margin-bottom: 12px;
}

.wla-unbounded-programme-card-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-unbounded-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-unbounded-programme-card-body {
    font-size: 13px;
    color: var(--wla-unbounded-muted);
    line-height: 1.75;
}

/* CTA Band */
.wla-unbounded-cta-band {
    background: var(--wla-unbounded-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-unbounded-cta-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-unbounded-white);
    max-width: 560px;
    line-height: 1.0;
}

.wla-unbounded-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* Animations */
.wla-unbounded-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-unbounded-animate.wla-unbounded-visible {
    opacity: 1;
    transform: none;
}

/* Responsive */
@media (max-width: 960px) {
    .wla-unbounded-hero-content {
        padding: 0 20px 60px;
    }
    .wla-unbounded-section {
        padding: 72px 20px;
    }
    .wla-unbounded-event-grid {
        grid-template-columns: 1fr;
    }
    .wla-unbounded-programme-grid {
        grid-template-columns: 1fr;
    }
    .wla-unbounded-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA World Immigration Alliance Styles
 * Version: 1.0.0
 */

:root {
    --wla-wia-ink: #0D0D0D;
    --wla-wia-white: #fff;
    --wla-wia-off: #F8F8F6;
    --wla-wia-rule: #DDDDD9;
    --wla-wia-muted: #9A9A96;
    --wla-wia-green: #16A34A;
    --wla-wia-font: 'Inter', sans-serif;
}

.wla-wia-wrapper *,
.wla-wia-wrapper *::before,
.wla-wia-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-wia-wrapper {
    font-family: var(--wla-wia-font);
    background: var(--wla-wia-white);
    color: var(--wla-wia-ink);
    overflow-x: hidden;
}

.wla-wia-wrapper a {
    text-decoration: none !important;
    
}

/* Buttons */
.wla-wia-btn-white {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-wia-ink);
    background: var(--wla-wia-white);
    padding: 14px 30px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-wia-btn-white:hover {
    opacity: .8;
}

.wla-wia-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-wia-white);
    border: 1.5px solid rgba(255,255,255,0.22);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-wia-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

/* Typography */
.wla-wia-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-wia-muted);
    margin-bottom: 16px;
}

.wla-wia-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-wia-ink);
}

.wla-wia-body {
    font-size: 15px;
    color: var(--wla-wia-muted);
    line-height: 1.82;
}

/* Sections */
.wla-wia-section {
    padding: 112px 52px;
}

.wla-wia-section--alt {
    background: var(--wla-wia-off);
    padding-top: 0;
}

.wla-wia-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* Hero */
.wla-wia-hero {
    min-height: 88vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 64px;
}

.wla-wia-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?w=2000&q=90');
    background-size: cover;
    background-position: center;
}

.wla-wia-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13,13,13,0.72);
}

.wla-wia-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 1200px;
}

.wla-wia-hero-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 18px;
}

.wla-wia-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.88;
    text-transform: uppercase;
    color: var(--wla-wia-white);
    margin-bottom: 22px;
}

.wla-wia-hero-sub {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.wla-wia-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Distinction Grid */
.wla-wia-distinction-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.wla-wia-distinction-text .wla-wia-body {
    margin-bottom: 16px;
}
.wla-wia-distinction-text .wla-wia-body:last-of-type {
    margin-bottom: 0;
}

.wla-wia-stats-box {
    padding: 32px;
    background: var(--wla-wia-off);
}

.wla-wia-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
}

.wla-wia-stat-number {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-wia-ink);
}

.wla-wia-stat-number--green {
    color: var(--wla-wia-green);
}

.wla-wia-stat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-wia-muted);
    margin-top: 4px;
}

/* Practice Grid */
.wla-wia-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-wia-rule);
    margin-top: 64px;
}

.wla-wia-practice-card {
    background: var(--wla-wia-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-wia-practice-card:hover {
    background: var(--wla-wia-off);
}

.wla-wia-practice-card-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-wia-muted);
    margin-bottom: 12px;
}

.wla-wia-practice-card-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-wia-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-wia-practice-card-body {
    font-size: 13px;
    color: var(--wla-wia-muted);
    line-height: 1.75;
}

/* CTA Band */
.wla-wia-cta-band {
    background: var(--wla-wia-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-wia-cta-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-wia-white);
    max-width: 560px;
    line-height: 1.0;
}

.wla-wia-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 960px) {
    .wla-wia-hero-content {
        padding: 0 20px 60px;
    }
    .wla-wia-section {
        padding: 72px 20px;
    }
    .wla-wia-section--alt {
        padding-top: 0;
    }
    .wla-wia-distinction-grid {
        grid-template-columns: 1fr;
    }
    .wla-wia-practice-grid {
        grid-template-columns: 1fr;
    }
    .wla-wia-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA UNBOUNDED Forum Styles
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-forums-ink: #0D0D0D;
    --wla-forums-white: #fff;
    --wla-forums-off: #F7F7F5;
    --wla-forums-rule: #E8E8E5;
    --wla-forums-muted: #9A9A96;
    --wla-forums-gold: #B8953F;
    --wla-forums-gold-l: #D4AF65;
    --wla-forums-green: #16A34A;
    --wla-forums-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-forums-wrapper *,
.wla-forums-wrapper *::before,
.wla-forums-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-forums-wrapper {
    font-family: var(--wla-forums-font);
    background: var(--wla-forums-ink);
    color: var(--wla-forums-white);
    overflow-x: hidden;
}

.wla-forums-wrapper a {
    text-decoration: none !important;
    
}

.wla-forums-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-forums-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-forums-wrapper::-webkit-scrollbar-thumb {
    background: #333;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-forums-btn-gold-lg {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-forums-ink);
    background: var(--wla-forums-gold-l);
    padding: 14px 30px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-forums-btn-gold-lg:hover {
    opacity: .88;
}

.wla-forums-btn-ghost-w {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-forums-white);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 13px 24px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-forums-btn-ghost-w:hover {
    border-color: rgba(255,255,255,0.6);
}

.wla-forums-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-forums-white);
    background: var(--wla-forums-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-forums-btn-ink:hover {
    opacity: .8;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-forums-eyebrow-m {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-forums-muted);
    margin-bottom: 18px;
}

.wla-forums-eyebrow-g {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-forums-gold);
    margin-bottom: 18px;
}

.wla-forums-sh-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-forums-ink);
    text-transform: uppercase;
}

.wla-forums-sh-white {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-forums-white);
    text-transform: uppercase;
}

.wla-forums-sp-dark {
    font-size: 15.5px;
    color: var(--wla-forums-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-forums-section {
    padding: 112px 52px;
}

.wla-forums-section--white {
    background: var(--wla-forums-white);
}

.wla-forums-section--dark {
    background: var(--wla-forums-ink);
}

.wla-forums-section--off {
    background: var(--wla-forums-off);
}

.wla-forums-section--past {
    padding-bottom: 0;
}

.wla-forums-section--register {
    padding-bottom: 112px;
}

.wla-forums-container {
    max-width: 1240px;
    margin: 0 auto;
}

.wla-forums-rule {
    height: 1px;
    background: var(--wla-forums-rule);
}

/* ================================================================
   HERO
   ================================================================ */
.wla-forums-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding-top: 60px;
}

.wla-forums-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
    background: url('https://images.unsplash.com/photo-1540575467063-178a50c2df87?w=1920&q=85') center/cover no-repeat;
}

.wla-forums-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13,13,13,.3) 0%, rgba(13,13,13,.6) 40%, rgba(13,13,13,.95) 85%, var(--wla-forums-ink) 100%);
}

.wla-forums-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-forums-h-edition {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-forums-gold-l);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wla-forums-h-edition::before {
    content: '';
    display: block;
    width: 32px;
    height: 1px;
    background: var(--wla-forums-gold-l);
}

.wla-forums-h-logo-big {
    font-size: clamp(60px, 10vw, 140px);
    font-weight: 700;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: var(--wla-forums-white);
    line-height: .9;
    margin-bottom: 8px;
}

.wla-forums-h-sub {
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 300;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 48px;
}

/* Seats Pill */
.wla-forums-seats-pill {
    position: absolute;
    top: 80px;
    right: 52px;
    z-index: 3;
    background: rgba(184,149,63,0.15);
    border: 1px solid rgba(212,175,101,0.3);
    border-radius: 100px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wla-forums-sp-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-forums-gold-l);
    animation: wlaForumsPulse .8s ease-in-out infinite alternate;
}

@keyframes wlaForumsPulse {
    from { opacity: .5; }
    to { opacity: 1; }
}

.wla-forums-sp-text {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-forums-gold-l);
}

/* Countdown */
.wla-forums-countdown {
    display: flex;
    gap: 0;
    margin-bottom: 52px;
}

.wla-forums-cd-unit {
    text-align: center;
    padding: 0 32px 0 0;
    border-right: 1px solid rgba(255,255,255,0.1);
    margin-right: 32px;
}
.wla-forums-cd-unit:last-child {
    border-right: none;
}

.wla-forums-cd-n {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-forums-white);
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.wla-forums-cd-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 6px;
}

/* Hero Meta */
.wla-forums-hero-meta {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.wla-forums-hm-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
}

.wla-forums-hm-icon {
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.wla-forums-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   ABOUT
   ================================================================ */
.wla-forums-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.wla-forums-about-cta {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

.wla-forums-about-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-forums-rule);
    border: 1px solid var(--wla-forums-rule);
    border-radius: 14px;
    overflow: hidden;
}

.wla-forums-about-stat {
    background: var(--wla-forums-white);
    padding: 36px 28px;
}
.wla-forums-about-stat--dark {
    background: var(--wla-forums-ink);
}
.wla-forums-about-stat--dark .wla-forums-about-stat-number {
    color: var(--wla-forums-white);
}
.wla-forums-about-stat--dark .wla-forums-about-stat-label {
    color: rgba(255,255,255,0.3);
}
.wla-forums-about-stat--off {
    background: var(--wla-forums-off);
}

.wla-forums-about-stat-number {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-forums-ink);
    line-height: 1;
}

.wla-forums-about-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-forums-muted);
    margin-top: 6px;
}

/* ================================================================
   PAST EDITIONS
   ================================================================ */
.wla-forums-editions-scroll {
    overflow-x: auto;
    padding: 0 52px 40px;
    margin-top: 64px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}
.wla-forums-editions-scroll::-webkit-scrollbar {
    display: none;
}
.wla-forums-editions-scroll:active {
    cursor: grabbing;
}

.wla-forums-editions-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.wla-forums-ed-card {
    width: 360px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
}

.wla-forums-ed-img {
    width: 100%;
    height: 260px !important;
    object-fit: cover;
    transition: transform .5s;
}
.wla-forums-ed-card:hover .wla-forums-ed-img {
    transform: scale(1.05);
}

.wla-forums-ed-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13,13,13,.9) 0%, transparent 55%);
}

.wla-forums-ed-card--upcoming .wla-forums-ed-grad {
    background: linear-gradient(to top, rgba(13,13,13,.95) 0%, rgba(13,13,13,.6) 100%);
}

.wla-forums-ed-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
}

.wla-forums-ed-year {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: rgba(255,255,255,0.15);
    line-height: 1;
}

.wla-forums-ed-city {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-forums-white);
    margin-top: -4px;
}

.wla-forums-ed-meta {
    font-size: 11.5px;
    color: rgba(255,255,255,0.45);
    margin-top: 6px;
}

.wla-forums-ed-tag {
    display: inline-block;
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-forums-gold-l);
    background: rgba(184,149,63,0.15);
    border: 1px solid rgba(212,175,101,0.25);
    border-radius: 100px;
    padding: 4px 12px;
    margin-top: 10px;
}

.wla-forums-editions-hint {
    padding: 20px 52px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-forums-muted);
}
.wla-forums-editions-hint-line {
    width: 24px;
    height: 1px;
    background: var(--wla-forums-rule);
}

/* ================================================================
   AGENDA
   ================================================================ */
.wla-forums-agenda-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0;
    margin-top: 64px;
}

.wla-forums-ag-times {
    padding-right: 32px;
    border-right: 1px solid rgba(255,255,255,0.07);
}

.wla-forums-ag-time-item {
    padding: 24px 24px 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    text-align: right;
}

.wla-forums-ag-time {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.4);
}

.wla-forums-ag-day {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-forums-gold);
    margin-top: 3px;
}

.wla-forums-ag-sessions {
    padding-left: 32px;
}

.wla-forums-ag-session {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    transition: padding-left .2s;
}
.wla-forums-ag-session::before {
    content: '';
    position: absolute;
    left: -1px;
    top: 28px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.15);
    background: var(--wla-forums-ink);
    transition: all .2s;
}
.wla-forums-ag-session:hover {
    padding-left: 28px;
}
.wla-forums-ag-session:hover::before {
    border-color: var(--wla-forums-gold-l);
    background: var(--wla-forums-gold-l);
}

.wla-forums-ag-session--keynote {
    background: rgba(184,149,63,0.08);
    border-left: 2px solid var(--wla-forums-gold-l);
    margin-left: -20px;
    padding-left: 18px;
    border-radius: 0 8px 8px 0;
}
.wla-forums-ag-session--keynote .wla-forums-as-tag {
    color: var(--wla-forums-gold-l);
}

.wla-forums-as-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-forums-gold);
    margin-bottom: 8px;
}

.wla-forums-as-title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: var(--wla-forums-white);
    line-height: 1.3;
    margin-bottom: 6px;
}

.wla-forums-as-desc {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.6;
}

/* ================================================================
   SPEAKERS
   ================================================================ */
.wla-forums-speakers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 64px;
}

.wla-forums-flip-wrap {
    height: 340px;
    perspective: 1000px;
    cursor: pointer;
}

.wla-forums-flip-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.wla-forums-flip-wrap:hover .wla-forums-flip-inner,
.wla-forums-flip-wrap.wla-forums-flipped .wla-forums-flip-inner {
    transform: rotateY(180deg);
}

.wla-forums-flip-front,
.wla-forums-flip-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--wla-forums-rule);
}

.wla-forums-flip-front {
    background: var(--wla-forums-white);
}
.wla-forums-flip-front img {
    width: 100%;
    height: 68%;
    object-fit: cover;
    object-position: top;
}

.wla-forums-ff-info {
    padding: 16px 18px;
}

.wla-forums-ff-name {
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--wla-forums-ink);
}

.wla-forums-ff-role {
    font-size: 11px;
    color: var(--wla-forums-muted);
    margin-top: 3px;
}

.wla-forums-ff-firm {
    font-size: 11px;
    color: var(--wla-forums-muted);
}

.wla-forums-flip-back {
    background: var(--wla-forums-ink);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px;
}

.wla-forums-fb-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-forums-gold-l);
    margin-bottom: 12px;
}

.wla-forums-fb-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-forums-white);
    margin-bottom: 10px;
}

.wla-forums-fb-bio {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin-bottom: 20px;
}

.wla-forums-fb-jur {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-forums-gold-l);
}

.wla-forums-speakers-cta {
    margin-top: 32px;
    text-align: center;
}

/* ================================================================
   REGISTRATION
   ================================================================ */
.wla-forums-reg-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 480px;
    border: 1px solid var(--wla-forums-rule);
    border-radius: 16px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-forums-reg-left {
    padding: 60px 52px;
    border-right: 1px solid var(--wla-forums-rule);
}

.wla-forums-reg-right {
    padding: 60px 52px;
    background: var(--wla-forums-ink);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Seat Availability */
.wla-forums-seat-section {
    margin-bottom: 32px;
}

.wla-forums-seat-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-forums-muted);
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.wla-forums-seat-count {
    color: var(--wla-forums-ink);
    font-weight: 700;
}

.wla-forums-seat-bar {
    height: 8px;
    background: var(--wla-forums-rule);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 32px;
}

.wla-forums-seat-fill {
    height: 100%;
    background: var(--wla-forums-green);
    border-radius: 4px;
    width: 0;
    transition: width 1.5s cubic-bezier(.4,0,.2,1);
}

/* Ticket Tiers */
.wla-forums-ticket-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-forums-ink);
    margin-bottom: 16px;
}

.wla-forums-ticket-tiers {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wla-forums-tt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border: 1.5px solid var(--wla-forums-rule);
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
}
.wla-forums-tt:hover,
.wla-forums-tt--sel {
    border-color: var(--wla-forums-ink);
    background: var(--wla-forums-off);
}
.wla-forums-tt--sold {
    opacity: .4;
    cursor: not-allowed;
    pointer-events: none;
}

.wla-forums-tt-name {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-forums-ink);
}

.wla-forums-tt-avail {
    font-size: 11px;
    color: var(--wla-forums-muted);
    margin-top: 2px;
}

.wla-forums-tt-right {
    text-align: right;
}

.wla-forums-tt-price {
    font-size: 15px;
    font-weight: 700;
    color: var(--wla-forums-ink);
}

.wla-forums-tt-spots {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--wla-forums-green);
}
.wla-forums-tt-spots--sold {
    color: var(--wla-forums-muted);
}

/* Registration Form */
.wla-forums-reg-form-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 24px;
}

.wla-forums-reg-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wla-forums-rf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.wla-forums-rf-input {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--wla-forums-white);
    font-family: var(--wla-forums-font);
    outline: none;
    transition: border-color .15s;
    width: 100%;
}
.wla-forums-rf-input::placeholder {
    color: rgba(255,255,255,0.25);
}
.wla-forums-rf-input:focus {
    border-color: rgba(255,255,255,0.35);
}

.wla-forums-rf-select {
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    font-family: var(--wla-forums-font);
    outline: none;
    appearance: none;
    width: 100%;
}
.wla-forums-rf-select option {
    background: #222;
    color: var(--wla-forums-white);
}

.wla-forums-rf-submit {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-forums-ink);
    background: var(--wla-forums-gold-l);
    border: none;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--wla-forums-font);
    transition: opacity .15s;
}
.wla-forums-rf-submit:hover {
    opacity: .88;
}

.wla-forums-rf-note {
    font-size: 11.5px;
    color: rgba(255,255,255,0.25);
    text-align: center;
}

/* ================================================================
   SPONSORS
   ================================================================ */
.wla-forums-sponsors-bg {
    background: var(--wla-forums-ink);
    border-top: 1px solid rgba(255,255,255,0.07);
    padding: 60px 0 56px;
}

.wla-forums-sponsors-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 52px;
}

.wla-forums-sponsors-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    text-align: center;
}

.wla-forums-sponsor-track {
    display: flex;
    gap: 0;
    white-space: nowrap;
    animation: wlaForumsScroll 20s linear infinite;
    margin-top: 28px;
    overflow: hidden;
}
.wla-forums-sponsor-track:hover {
    animation-play-state: paused;
}

@keyframes wlaForumsScroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.wla-forums-spi {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.18);
    padding: 0 44px;
    flex-shrink: 0;
    border-right: 1px solid rgba(255,255,255,0.07);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-forums-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-forums-animate.wla-forums-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-forums-hero-content {
        padding: 0 20px 56px;
    }
    .wla-forums-seats-pill {
        top: 72px;
        right: 20px;
    }
    .wla-forums-countdown {
        flex-wrap: wrap;
    }
    .wla-forums-section {
        padding: 72px 20px;
    }
    .wla-forums-section--register {
        padding-bottom: 72px;
    }
    .wla-forums-editions-scroll {
        padding-left: 20px;
    }
    .wla-forums-editions-hint {
        padding: 20px 20px 0;
    }
    .wla-forums-speakers-grid {
        grid-template-columns: 1fr 1fr;
    }
    .wla-forums-reg-layout {
        grid-template-columns: 1fr;
    }
    .wla-forums-reg-left {
        border-right: none;
    }
    .wla-forums-reg-right {
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .wla-forums-about-grid {
        grid-template-columns: 1fr;
    }
    .wla-forums-agenda-grid {
        grid-template-columns: 1fr;
    }
    .wla-forums-ag-times {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        padding-bottom: 12px;
    }
    .wla-forums-ag-time-item {
        padding: 8px 12px;
        border-bottom: none;
        text-align: center;
    }
    .wla-forums-ag-sessions {
        padding-left: 0;
        padding-top: 12px;
    }
    .wla-forums-ag-session--keynote {
        margin-left: 0;
    }
    .wla-forums-rf-row {
        grid-template-columns: 1fr;
    }
}
/**
 * WLA Corridor Secretariat (Governance) Styles
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-gov-ink: #0D0D0D;
    --wla-gov-white: #fff;
    --wla-gov-off: #F8F8F6;
    --wla-gov-off2: #F0F0ED;
    --wla-gov-rule: #DDDDD9;
    --wla-gov-muted: #9A9A96;
    --wla-gov-green: #16A34A;
    --wla-gov-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-governance-wrapper *,
.wla-governance-wrapper *::before,
.wla-governance-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-governance-wrapper {
    font-family: var(--wla-gov-font);
    background: var(--wla-gov-white);
    color: var(--wla-gov-ink);
    overflow-x: hidden;
}

.wla-governance-wrapper a {
    text-decoration: none !important;
    
}

.wla-governance-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-governance-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-governance-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-governance-btn-white {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-gov-ink);
    background: var(--wla-gov-white);
    padding: 14px 30px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-governance-btn-white:hover {
    opacity: .8;
}

.wla-governance-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-gov-white);
    border: 1.5px solid rgba(255,255,255,0.22);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-governance-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-governance-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-gov-muted);
    margin-bottom: 16px;
}

.wla-governance-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-gov-ink);
}

.wla-governance-heading--max {
    max-width: 640px;
}

.wla-governance-body {
    font-size: 15px;
    color: var(--wla-gov-muted);
    line-height: 1.82;
    margin-bottom: 16px;
}
.wla-governance-body:last-child {
    margin-bottom: 0;
}

.wla-governance-body-sm {
    font-size: 13.5px;
    color: var(--wla-gov-muted);
    line-height: 1.78;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-governance-section {
    padding: 112px 52px;
}

.wla-governance-section--alt {
    background: var(--wla-gov-off);
}

.wla-governance-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-governance-hero {
    min-height: 65vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 64px;
}

.wla-governance-hero-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1573164713714-d95e436ab8d6?w=2000&q=90') center/cover no-repeat;
}

.wla-governance-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13,13,13,0.72);
}

.wla-governance-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 1200px;
}

.wla-governance-hero-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 18px;
}

.wla-governance-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.88;
    text-transform: uppercase;
    color: var(--wla-gov-white);
    margin-bottom: 22px;
}

.wla-governance-hero-sub {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 300;
    color: rgba(255,255,255,0.50);
    line-height: 1.8;
    max-width: 520px;
}

/* ================================================================
   SECRETARIAT GRID
   ================================================================ */
.wla-governance-secretariat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.wla-governance-secretariat-text .wla-governance-body {
    margin-bottom: 16px;
}
.wla-governance-secretariat-text .wla-governance-body:last-of-type {
    margin-bottom: 0;
}

.wla-governance-secretariat-functions {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-governance-function-item {
    padding: 22px 0;
    border-bottom: 1px solid var(--wla-gov-rule);
}
.wla-governance-function-item .wla-governance-eyebrow {
    margin-bottom: 8px;
}
.wla-governance-function-item--last {
    border-bottom: none;
}

/* ================================================================
   CRITERIA GRID
   ================================================================ */
.wla-governance-criteria-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-gov-rule);
    margin-top: 64px;
}

.wla-governance-criterion {
    background: var(--wla-gov-white);
    padding: 36px 28px;
}

.wla-governance-criterion-number {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-gov-ink);
    margin-bottom: 14px;
}

.wla-governance-criterion-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--wla-gov-ink);
    margin-bottom: 10px;
}

.wla-governance-criterion-body {
    font-size: 13px;
    color: var(--wla-gov-muted);
    line-height: 1.75;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-governance-cta-band {
    background: var(--wla-gov-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-governance-cta-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-gov-white);
    max-width: 560px;
    line-height: 1.0;
}

.wla-governance-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-governance-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-governance-animate.wla-governance-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-governance-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-governance-section {
        padding: 72px 20px;
    }
    
    .wla-governance-secretariat-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .wla-governance-criteria-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-governance-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA How It Works Styles
 * Version: 1.0.0
 */

:root {
    --wla-hiw-ink: #0D0D0D;
    --wla-hiw-white: #fff;
    --wla-hiw-off: #F7F7F5;
    --wla-hiw-rule: #E8E8E5;
    --wla-hiw-muted: #9A9A96;
    --wla-hiw-green: #16A34A;
    --wla-hiw-blue: #1A56DB;
    --wla-hiw-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-hiw-wrapper *,
.wla-hiw-wrapper *::before,
.wla-hiw-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-hiw-wrapper {
    font-family: var(--wla-hiw-font);
    background: var(--wla-hiw-white);
    color: var(--wla-hiw-ink);
    overflow-x: hidden;
}

.wla-hiw-wrapper a {
    text-decoration: none !important;
    
}

.wla-hiw-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-hiw-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-hiw-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-hiw-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    background: var(--wla-hiw-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hiw-btn-white:hover {
    opacity: .88;
}

.wla-hiw-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hiw-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

.wla-hiw-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    background: var(--wla-hiw-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hiw-btn-ink:hover {
    opacity: .8;
}

.wla-hiw-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hiw-btn-bdr:hover {
    border-color: var(--wla-hiw-ink);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-hiw-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 18px;
}

.wla-hiw-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 18px;
}

.wla-hiw-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-hiw-ink);
    text-transform: uppercase;
}

.wla-hiw-heading-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-hiw-white);
    text-transform: uppercase;
}

.wla-hiw-subheading {
    font-size: 15.5px;
    color: var(--wla-hiw-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-hiw-section {
    padding: 112px 52px;
}

.wla-hiw-section--white {
    background: var(--wla-hiw-white);
}

.wla-hiw-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-hiw-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-hiw-hero-left {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: var(--wla-hiw-ink);
}

.wla-hiw-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 28px;
}

.wla-hiw-hero-title {
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    margin-bottom: 24px;
}

.wla-hiw-hero-description {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-hiw-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

.wla-hiw-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.wla-hiw-hero-stat {
    padding: 24px 0;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.wla-hiw-hero-stat:last-child {
    border-right: none;
}

.wla-hiw-hero-stat-number {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-hiw-white);
    line-height: 1;
}

.wla-hiw-hero-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 5px;
}

/* Hero Right - Flow Visual */
.wla-hiw-hero-right {
    background: var(--wla-hiw-off);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 64px 52px;
}

.wla-hiw-hero-right-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 28px;
}

.wla-hiw-flow-visual {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}
.wla-hiw-flow-visual::before {
    content: '';
    position: absolute;
    left: 27px;
    top: 48px;
    bottom: 48px;
    width: 2px;
    background: linear-gradient(to bottom, var(--wla-hiw-rule) 0%, var(--wla-hiw-ink) 50%, var(--wla-hiw-rule) 100%);
    z-index: 0;
}

.wla-hiw-fv-step {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.wla-hiw-fv-dot {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--wla-hiw-white);
    border: 2px solid var(--wla-hiw-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--wla-hiw-muted);
    flex-shrink: 0;
    transition: all .3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.wla-hiw-fv-step--active .wla-hiw-fv-dot,
.wla-hiw-fv-step:hover .wla-hiw-fv-dot {
    background: var(--wla-hiw-ink);
    border-color: var(--wla-hiw-ink);
    color: var(--wla-hiw-white);
    box-shadow: 0 0 0 6px rgba(13,13,13,0.08);
}
.wla-hiw-fv-step--done .wla-hiw-fv-dot {
    background: var(--wla-hiw-green);
    border-color: var(--wla-hiw-green);
    color: var(--wla-hiw-white);
}
.wla-hiw-fv-step--done .wla-hiw-fv-dot::after {
    content: '✓';
    font-size: 16px;
}

.wla-hiw-fv-content {
    padding-top: 14px;
    flex: 1;
}

.wla-hiw-fv-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 6px;
    transition: color .2s;
}
.wla-hiw-fv-step--active .wla-hiw-fv-tag,
.wla-hiw-fv-step:hover .wla-hiw-fv-tag {
    color: var(--wla-hiw-ink);
}
.wla-hiw-fv-step--done .wla-hiw-fv-tag {
    color: var(--wla-hiw-green);
}

.wla-hiw-fv-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    transition: color .2s;
    line-height: 1.2;
}
.wla-hiw-fv-step--active .wla-hiw-fv-title,
.wla-hiw-fv-step:hover .wla-hiw-fv-title {
    color: var(--wla-hiw-ink);
}
.wla-hiw-fv-step--done .wla-hiw-fv-title {
    color: #555;
}

.wla-hiw-fv-desc {
    font-size: 13px;
    color: var(--wla-hiw-muted);
    line-height: 1.65;
    margin-top: 6px;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, opacity .3s;
    opacity: 0;
}
.wla-hiw-fv-step--active .wla-hiw-fv-desc,
.wla-hiw-fv-step:hover .wla-hiw-fv-desc {
    max-height: 80px;
    opacity: 1;
}

.wla-hiw-fv-time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    background: var(--wla-hiw-green);
    border-radius: 100px;
    padding: 3px 11px;
    margin-top: 8px;
    opacity: 0;
    transition: opacity .3s;
}
.wla-hiw-fv-step--active .wla-hiw-fv-time,
.wla-hiw-fv-step:hover .wla-hiw-fv-time {
    opacity: 1;
}

/* ================================================================
   TICKER
   ================================================================ */
.wla-hiw-ticker {
    border-bottom: 1px solid var(--wla-hiw-rule);
    overflow: hidden;
    padding: 12px 0;
    background: var(--wla-hiw-white);
}

.wla-hiw-ticker-track {
    display: flex;
    white-space: nowrap;
    animation: wlaHiwTicker 28s linear infinite;
}
.wla-hiw-ticker-track:hover {
    animation-play-state: paused;
}

@keyframes wlaHiwTicker {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

.wla-hiw-ticker-item {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #bbb;
    padding: 0 28px;
    flex-shrink: 0;
    border-right: 1px solid var(--wla-hiw-rule);
    display: flex;
    align-items: center;
    gap: 8px;
}
.wla-hiw-ticker-item--static {
    color: #ddd;
}

.wla-hiw-ticker-label {
    color: #555;
}

.wla-hiw-ticker-up {
    color: var(--wla-hiw-green);
}

/* ================================================================
   FOUR STEPS
   ================================================================ */
.wla-hiw-steps-grid {
    margin-top: 72px;
}

.wla-hiw-step-row {
    display: grid;
    grid-template-columns: 120px 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--wla-hiw-rule);
    padding: 52px 0;
    transition: padding-left .2s;
    cursor: default;
}
.wla-hiw-step-row--last {
    border-bottom: 1px solid var(--wla-hiw-rule);
}
.wla-hiw-step-row:hover {
    padding-left: 12px;
}

.wla-hiw-step-number {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-hiw-off);
    line-height: 1;
    transition: color .2s;
    padding-top: 4px;
}
.wla-hiw-step-row:hover .wla-hiw-step-number {
    color: #e0e0dd;
}

.wla-hiw-step-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 14px;
}

.wla-hiw-step-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    line-height: 1.1;
    margin-bottom: 16px;
}

.wla-hiw-step-desc {
    font-size: 14.5px;
    color: var(--wla-hiw-muted);
    line-height: 1.8;
    max-width: 380px;
}

.wla-hiw-step-right {
    padding-left: 48px;
    border-left: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-step-detail-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    margin-bottom: 16px;
}

.wla-hiw-step-bullets {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.wla-hiw-step-bullets li {
    font-size: 14px;
    color: var(--wla-hiw-muted);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}
.wla-hiw-step-bullets li::before {
    content: '→';
    color: var(--wla-hiw-ink);
    font-weight: 600;
    flex-shrink: 0;
}

.wla-hiw-step-time-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 100px;
    padding: 7px 16px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-hiw-green);
    margin-top: 20px;
}

/* ================================================================
   WHAT MAKES IT DIFFERENT
   ================================================================ */
.wla-hiw-diff-bg {
    background: var(--wla-hiw-ink);
    border-top: 1px solid rgba(255,255,255,0.08);
}

.wla-hiw-diff-inner {
    padding: 112px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-hiw-diff-rows {
    margin-top: 64px;
}

.wla-hiw-diff-row {
    display: grid;
    grid-template-columns: 64px 1fr 1fr;
    gap: 0;
    padding: 48px 0;
    border-top: 1px solid rgba(255,255,255,0.07);
    transition: padding-left .15s;
    cursor: default;
}
.wla-hiw-diff-row:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.wla-hiw-diff-row:hover {
    padding-left: 10px;
}

.wla-hiw-dr-n {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    padding-top: 6px;
}

.wla-hiw-dr-title {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    line-height: 1.1;
    padding-right: 48px;
}

.wla-hiw-dr-desc {
    font-size: 14.5px;
    color: rgba(255,255,255,0.5);
    line-height: 1.8;
    padding-left: 48px;
    border-left: 1px solid rgba(255,255,255,0.08);
}
.wla-hiw-dr-desc strong {
    color: var(--wla-hiw-white);
    font-weight: 600;
}

/* ================================================================
   ACCREDITATION STANDARDS
   ================================================================ */
.wla-hiw-std-bg {
    background: var(--wla-hiw-off);
    border-top: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-std-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-hiw-rule);
    border: 1px solid var(--wla-hiw-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-hiw-std-card {
    background: var(--wla-hiw-white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
    cursor: default;
}
.wla-hiw-std-card:hover {
    background: var(--wla-hiw-off);
}

.wla-hiw-std-number {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 20px;
}

.wla-hiw-std-icon {
    font-size: 28px;
    margin-bottom: 16px;
}

.wla-hiw-std-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    margin-bottom: 14px;
    line-height: 1.2;
}

.wla-hiw-std-desc {
    font-size: 13.5px;
    color: var(--wla-hiw-muted);
    line-height: 1.8;
}

.wla-hiw-std-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-hiw-green);
    background: #f0fdf4;
    border-radius: 100px;
    padding: 4px 12px;
    margin-top: 16px;
}

.wla-hiw-std-bg-n {
    position: absolute;
    bottom: -20px;
    right: -8px;
    font-size: 120px;
    font-weight: 700;
    color: var(--wla-hiw-off);
    line-height: 1;
    pointer-events: none;
    transition: color .2s;
}
.wla-hiw-std-card:hover .wla-hiw-std-bg-n {
    color: #e8e8e6;
}

/* ================================================================
   COMPARISON TABLE
   ================================================================ */
.wla-hiw-compare-bg {
    background: var(--wla-hiw-white);
    border-top: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-compare-table-wrap {
    margin-top: 64px;
    border: 1px solid var(--wla-hiw-rule);
    border-radius: 14px;
    overflow: hidden;
}

.wla-hiw-ct {
    width: 100%;
    border-collapse: collapse;
}
.wla-hiw-ct thead th {
    padding: 16px 24px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--wla-hiw-rule);
    text-align: left;
}
.wla-hiw-ct thead th:first-child {
    background: var(--wla-hiw-off);
    color: var(--wla-hiw-muted);
}
.wla-hiw-ct thead th:nth-child(2) {
    background: var(--wla-hiw-off);
    color: var(--wla-hiw-muted);
}
.wla-hiw-ct thead th:nth-child(3) {
    background: var(--wla-hiw-ink);
    color: rgba(255,255,255,0.5);
}
.wla-hiw-ct tbody td {
    padding: 20px 24px;
    border-bottom: 1px solid var(--wla-hiw-rule);
    font-size: 14px;
    vertical-align: middle;
    transition: background .12s;
}
.wla-hiw-ct tbody tr:last-child td {
    border-bottom: none;
}
.wla-hiw-ct tbody tr:hover td {
    background: #fafaf8;
}
.wla-hiw-ct tbody tr:hover td:nth-child(3) {
    background: rgba(13,13,13,0.98);
}

.wla-hiw-td-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
}

.wla-hiw-td-old {
    color: var(--wla-hiw-muted);
}
.wla-hiw-x {
    color: #ef4444;
    font-weight: 700;
}

.wla-hiw-td-new {
    background: var(--wla-hiw-ink);
    color: rgba(255,255,255,0.7);
}
.wla-hiw-c {
    color: #4ade80;
    font-weight: 700;
}

/* ================================================================
   BRIEF FORM
   ================================================================ */
.wla-hiw-brief-bg {
    background: var(--wla-hiw-ink);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.wla-hiw-brief-inner {
    padding: 100px 52px;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.wla-hiw-brief-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 18px;
}

.wla-hiw-brief-title {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    line-height: 0.97;
    margin-bottom: 20px;
}

.wla-hiw-brief-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    margin-bottom: 32px;
}

.wla-hiw-brief-promises {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.wla-hiw-brief-promise {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}
.wla-hiw-brief-promise::before {
    content: '✓';
    color: #4ade80;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.wla-hiw-brief-form {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 40px;
}

.wla-hiw-bf-title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 24px;
}

.wla-hiw-bf-row {
    margin-bottom: 16px;
}
.wla-hiw-bf-row--2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wla-hiw-bf-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 7px;
}

.wla-hiw-bf-input {
    width: 100%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--wla-hiw-white);
    font-family: var(--wla-hiw-font);
    outline: none;
    transition: border-color .15s;
}
.wla-hiw-bf-input::placeholder {
    color: rgba(255,255,255,0.2);
}
.wla-hiw-bf-input:focus {
    border-color: rgba(255,255,255,0.35);
}

.wla-hiw-bf-select {
    cursor: pointer;
}
.wla-hiw-bf-select option {
    background: #222;
    color: var(--wla-hiw-white);
}

.wla-hiw-bf-textarea {
    width: 100%;
    min-height: 100px;
    resize: vertical;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--wla-hiw-white);
    font-family: var(--wla-hiw-font);
    outline: none;
    transition: border-color .15s;
}
.wla-hiw-bf-textarea::placeholder {
    color: rgba(255,255,255,0.2);
}
.wla-hiw-bf-textarea:focus {
    border-color: rgba(255,255,255,0.35);
}

.wla-hiw-bf-submit {
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    background: var(--wla-hiw-white);
    border: none;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--wla-hiw-font);
    transition: opacity .15s;
    margin-top: 8px;
}
.wla-hiw-bf-submit:hover {
    opacity: .88;
}

.wla-hiw-bf-note {
    font-size: 11.5px;
    color: rgba(255,255,255,0.2);
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}

.wla-hiw-bf-success {
    display: none;
    text-align: center;
    padding: 40px 0;
}
.wla-hiw-bf-success-icon {
    font-size: 48px;
    margin-bottom: 16px;
}
.wla-hiw-bf-success-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-hiw-white);
    margin-bottom: 10px;
}
.wla-hiw-bf-success-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
}

/* ================================================================
   FAQ
   ================================================================ */
.wla-hiw-faq-bg {
    background: var(--wla-hiw-off);
    border-top: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-faq-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-top: 64px;
}

.wla-hiw-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-hiw-faq-item {
    border-top: 1px solid var(--wla-hiw-rule);
    overflow: hidden;
}
.wla-hiw-faq-item:last-child {
    border-bottom: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-faq-q {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 22px 0;
    cursor: pointer;
    gap: 20px;
}

.wla-hiw-faq-q-text {
    font-size: 15px;
    font-weight: 600;
    color: var(--wla-hiw-ink);
    line-height: 1.4;
}

.wla-hiw-faq-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid var(--wla-hiw-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--wla-hiw-muted);
    flex-shrink: 0;
    transition: all .2s;
}
.wla-hiw-faq-item.wla-hiw-open .wla-hiw-faq-icon {
    transform: rotate(45deg);
    background: var(--wla-hiw-ink);
    border-color: var(--wla-hiw-ink);
    color: var(--wla-hiw-white);
}

.wla-hiw-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s cubic-bezier(.4,0,.2,1);
}
.wla-hiw-faq-a-inner {
    padding: 0 0 22px;
    font-size: 14px;
    color: var(--wla-hiw-muted);
    line-height: 1.8;
}

/* FAQ Facts */
.wla-hiw-faq-facts {
    background: var(--wla-hiw-white);
    border: 1px solid var(--wla-hiw-rule);
    border-radius: 14px;
    padding: 44px;
    position: sticky;
    top: 80px;
}

.wla-hiw-ff-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 28px;
}

.wla-hiw-ff-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-hiw-ff-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-bottom: 1px solid var(--wla-hiw-rule);
}
.wla-hiw-ff-item:last-child {
    border-bottom: none;
}

.wla-hiw-ff-n {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-hiw-ink);
    line-height: 1;
    flex-shrink: 0;
    min-width: 64px;
}

.wla-hiw-ff-label {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    margin-bottom: 4px;
}

.wla-hiw-ff-sub {
    font-size: 12px;
    color: var(--wla-hiw-muted);
    line-height: 1.5;
}

/* ================================================================
   RELATED
   ================================================================ */
.wla-hiw-related-bg {
    background: var(--wla-hiw-white);
    border-top: 1px solid var(--wla-hiw-rule);
}

.wla-hiw-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.wla-hiw-rel-card {
    border: 1px solid var(--wla-hiw-rule);
    border-radius: 12px;
    padding: 32px 28px;
    transition: all .2s;
    cursor: pointer;
    display: block;
}
.wla-hiw-rel-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.07);
    transform: translateY(-2px);
}

.wla-hiw-rc-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-hiw-muted);
    margin-bottom: 14px;
}

.wla-hiw-rc-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-hiw-rc-desc {
    font-size: 13.5px;
    color: var(--wla-hiw-muted);
    line-height: 1.7;
    margin-bottom: 20px;
}

.wla-hiw-rc-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-hiw-ink);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .15s;
}
.wla-hiw-rel-card:hover .wla-hiw-rc-link {
    gap: 11px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-hiw-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-hiw-animate.wla-hiw-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-hiw-hero {
        grid-template-columns: 1fr;
    }
    .wla-hiw-hero-left {
        padding: 80px 20px 56px;
    }
    .wla-hiw-hero-right {
        padding: 52px 20px;
    }
    
    .wla-hiw-section {
        padding: 72px 20px;
    }
    
    .wla-hiw-step-row {
        grid-template-columns: 64px 1fr;
    }
    .wla-hiw-step-right {
        display: none;
    }
    
    .wla-hiw-diff-row {
        grid-template-columns: 48px 1fr;
    }
    .wla-hiw-dr-desc {
        display: none;
    }
    
    .wla-hiw-std-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-hiw-faq-layout {
        grid-template-columns: 1fr;
    }
    .wla-hiw-faq-facts {
        position: static;
    }
    
    .wla-hiw-related-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-hiw-brief-inner {
        grid-template-columns: 1fr;
        padding: 72px 20px;
    }
    
    .wla-hiw-diff-inner {
        padding: 72px 20px;
    }
    
    .wla-hiw-hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }
    .wla-hiw-hero-stat:nth-child(2) {
        border-right: none;
    }
    
    .wla-hiw-ct {
        font-size: 12px;
    }
    .wla-hiw-ct thead th,
    .wla-hiw-ct tbody td {
        padding: 12px 14px;
    }
    .wla-hiw-ct tbody td {
        font-size: 12px;
    }
    .wla-hiw-td-label {
        font-size: 11px;
    }
}
/**
 * WLA Impact Annual Report Styles
 * Version: 1.0.0
 */

:root {
    --wla-impact-ink: #0D0D0D;
    --wla-impact-white: #fff;
    --wla-impact-off: #F7F7F5;
    --wla-impact-rule: #E8E8E5;
    --wla-impact-muted: #9A9A96;
    --wla-impact-green: #16A34A;
    --wla-impact-blue: #1A56DB;
    --wla-impact-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-impact-wrapper *,
.wla-impact-wrapper *::before,
.wla-impact-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-impact-wrapper {
    font-family: var(--wla-impact-font);
    background: var(--wla-impact-ink);
    color: var(--wla-impact-white);
    overflow-x: hidden;
}

.wla-impact-wrapper a {
    text-decoration: none !important;
    
}

.wla-impact-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-impact-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-impact-wrapper::-webkit-scrollbar-thumb {
    background: #333;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-impact-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-impact-white);
    background: var(--wla-impact-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-impact-btn-ink:hover {
    opacity: .8;
}

.wla-impact-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-impact-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-impact-btn-bdr:hover {
    border-color: var(--wla-impact-ink);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-impact-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-impact-muted);
    margin-bottom: 18px;
}

.wla-impact-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 18px;
}

.wla-impact-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-impact-ink);
    text-transform: uppercase;
}

.wla-impact-heading-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-impact-white);
    text-transform: uppercase;
}

.wla-impact-sub {
    font-size: 15.5px;
    color: var(--wla-impact-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

.wla-impact-sub-dark {
    font-size: 15.5px;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-impact-section {
    padding: 112px 52px;
}

.wla-impact-section--white {
    background: var(--wla-impact-white);
    color: var(--wla-impact-ink);
}

.wla-impact-section--dark {
    background: var(--wla-impact-ink);
    color: var(--wla-impact-white);
}

.wla-impact-section--timeline {
    padding-bottom: 0;
}

.wla-impact-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-impact-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-impact-ink);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.wla-impact-hero-bg-canvas {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.wla-impact-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-impact-hero-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.25);
    margin-bottom: 20px;
}

.wla-impact-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.9;
    text-transform: uppercase;
    color: var(--wla-impact-white);
    margin-bottom: 12px;
}

.wla-impact-hero-year {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 0.9;
    text-transform: uppercase;
    color: rgba(255,255,255,0.18);
    margin-bottom: 48px;
}

/* Hero Counters */
.wla-impact-hero-counters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.06);
    border-top: 1px solid rgba(255,255,255,0.07);
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.wla-impact-hc {
    padding: 40px 36px;
    background: var(--wla-impact-ink);
    transition: background .2s;
    cursor: default;
    position: relative;
    overflow: hidden;
}
.wla-impact-hc:hover {
    background: rgba(255,255,255,0.04);
}

.wla-impact-hc-n {
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-impact-white);
    line-height: 1;
}

.wla-impact-hc-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 8px;
}

.wla-impact-hc-change {
    font-size: 12px;
    font-weight: 600;
    color: #4ade80;
    margin-top: 6px;
}

.wla-impact-hc-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: rgba(255,255,255,0.1);
    width: 100%;
}

.wla-impact-hc-bar-fill {
    height: 100%;
    background: #4ade80;
    width: 0;
    transition: width 1.8s cubic-bezier(.4,0,.2,1);
}

/* ================================================================
   CHORD DIAGRAM
   ================================================================ */
.wla-impact-chord-wrap {
    margin-top: 64px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wla-impact-chord-wrap canvas {
    border-radius: 50%;
    display: block;
}

.wla-impact-chord-legend {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
}

.wla-impact-chord-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
}

.wla-impact-chord-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.wla-impact-chord-tooltip {
    position: absolute;
    background: rgba(255,255,255,0.95);
    color: var(--wla-impact-ink);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s;
    z-index: 10;
    white-space: nowrap;
}

/* ================================================================
   BEFORE / AFTER SLIDER
   ================================================================ */
.wla-impact-compare-wrap {
    margin-top: 72px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--wla-impact-rule);
    position: relative;
    height: 400px;
    cursor: ew-resize;
    user-select: none;
}

.wla-impact-compare-before,
.wla-impact-compare-after {
    position: absolute;
    inset: 0;
    padding: 56px;
}

.wla-impact-compare-before {
    background: var(--wla-impact-off);
}

.wla-impact-compare-after {
    background: var(--wla-impact-ink);
    clip-path: inset(0 50% 0 0);
}

.wla-impact-compare-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.wla-impact-compare-label--light {
    color: var(--wla-impact-muted);
}
.wla-impact-compare-label--dark {
    color: rgba(255,255,255,0.35);
}

.wla-impact-compare-heading {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 16px;
}
.wla-impact-compare-before .wla-impact-compare-heading {
    color: var(--wla-impact-ink);
}
.wla-impact-compare-heading--dark {
    color: var(--wla-impact-white);
}

.wla-impact-compare-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wla-impact-ci {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    line-height: 1.5;
}
.wla-impact-ci::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 7px;
}
.wla-impact-compare-before .wla-impact-ci {
    color: var(--wla-impact-muted);
}
.wla-impact-compare-before .wla-impact-ci::before {
    background: #ccc;
}
.wla-impact-ci--dark {
    color: rgba(255,255,255,0.55);
}
.wla-impact-ci--dark::before {
    background: #4ade80;
}

.wla-impact-compare-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--wla-impact-white);
    left: 50%;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 3;
}

.wla-impact-compare-handle-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    background: var(--wla-impact-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--wla-impact-ink);
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    white-space: nowrap;
    gap: 4px;
}

/* ================================================================
   GROWTH CHART
   ================================================================ */
.wla-impact-chart-wrap {
    margin-top: 64px;
    position: relative;
}

.wla-impact-chart-wrap canvas {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.wla-impact-chart-legend {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.wla-impact-chart-legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-impact-muted);
}

.wla-impact-chart-legend-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* ================================================================
   TIMELINE
   ================================================================ */
.wla-impact-timeline-scroll {
    overflow-x: auto;
    padding: 0 52px 32px;
    margin-top: 64px;
    scrollbar-width: none;
}
.wla-impact-timeline-scroll::-webkit-scrollbar {
    display: none;
}

.wla-impact-timeline-track {
    display: flex;
    gap: 0;
    min-width: max-content;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.wla-impact-tl-year {
    width: 200px;
    padding: 28px 0 28px 24px;
    border-right: 1px solid rgba(255,255,255,0.06);
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    transition: background .2s;
}
.wla-impact-tl-year:hover {
    background: rgba(255,255,255,0.03);
}

.wla-impact-tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    position: absolute;
    top: -6px;
    left: 24px;
    transition: all .2s;
}
.wla-impact-tl-year:hover .wla-impact-tl-dot,
.wla-impact-tl-year--active .wla-impact-tl-dot {
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74,222,128,0.15);
}

.wla-impact-tl-y {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,0.2);
    line-height: 1;
    margin-bottom: 10px;
    transition: color .2s;
}
.wla-impact-tl-year:hover .wla-impact-tl-y,
.wla-impact-tl-year--active .wla-impact-tl-y {
    color: var(--wla-impact-white);
}

.wla-impact-tl-title {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
    transition: color .2s;
}
.wla-impact-tl-year:hover .wla-impact-tl-title,
.wla-impact-tl-year--active .wla-impact-tl-title {
    color: rgba(255,255,255,0.8);
}

.wla-impact-tl-metric {
    font-size: 11.5px;
    color: rgba(255,255,255,0.3);
    line-height: 1.5;
}
.wla-impact-tl-year--active .wla-impact-tl-metric {
    color: rgba(255,255,255,0.5);
}

/* ================================================================
   IMPACT METRICS
   ================================================================ */
.wla-impact-metrics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 64px;
}

.wla-impact-metric-card {
    border: 1px solid var(--wla-impact-rule);
    border-radius: 14px;
    padding: 40px 32px;
    transition: all .25s;
    cursor: default;
    background: var(--wla-impact-white);
}
.wla-impact-metric-card:hover {
    box-shadow: 0 10px 36px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.wla-impact-metric-number {
    font-size: 52px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-impact-ink);
    line-height: 1;
    margin-bottom: 10px;
}

.wla-impact-metric-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-impact-ink);
    margin-bottom: 8px;
}

.wla-impact-metric-desc {
    font-size: 13.5px;
    color: var(--wla-impact-muted);
    line-height: 1.7;
}

.wla-impact-metric-change {
    font-size: 12.5px;
    font-weight: 700;
    color: var(--wla-impact-green);
    margin-top: 14px;
}

/* ================================================================
   DOWNLOAD SECTION
   ================================================================ */
.wla-impact-download-section {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 52px;
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
}

.wla-impact-dl-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-impact-white);
    margin-bottom: 10px;
}

.wla-impact-dl-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
    margin-bottom: 24px;
}

.wla-impact-dl-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.wla-impact-dl-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 5px 14px;
}

.wla-impact-dl-btn {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-impact-ink);
    background: var(--wla-impact-white);
    padding: 14px 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: opacity .15s;
    cursor: pointer;
}
.wla-impact-dl-btn:hover {
    opacity: .88;
}

.wla-impact-dl-progress {
    height: 3px;
    background: rgba(255,255,255,0.08);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 12px;
    display: none;
}

.wla-impact-dl-progress-fill {
    height: 100%;
    background: #4ade80;
    width: 0;
    border-radius: 2px;
}

.wla-impact-dl-alt {
    margin-top: 14px;
}

.wla-impact-dl-btn-ghost {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 13px 22px;
    border-radius: 6px;
    display: inline-block;
    transition: all .15s;
}
.wla-impact-dl-btn-ghost:hover {
    border-color: rgba(255,255,255,0.4);
    color: var(--wla-impact-white);
}

.wla-impact-dl-mock {
    width: 220px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
}

.wla-impact-dl-mock-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    opacity: .55;
    filter: grayscale(20%);
}

.wla-impact-dl-mock-body {
    padding: 16px;
}

.wla-impact-dl-mock-title {
    font-size: 12.5px;
    font-weight: 600;
    color: var(--wla-impact-white);
    margin-bottom: 4px;
}

.wla-impact-dl-mock-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-impact-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-impact-animate.wla-impact-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-impact-hero-content {
        padding: 60px 20px 0;
    }
    
    .wla-impact-hero-counters {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-impact-section {
        padding: 72px 20px;
    }
    
    .wla-impact-timeline-scroll {
        padding-left: 20px;
    }
    
    .wla-impact-compare-wrap {
        height: auto;
    }
    .wla-impact-compare-before,
    .wla-impact-compare-after {
        position: static;
        clip-path: none !important;
        padding: 36px 24px;
    }
    .wla-impact-compare-handle {
        display: none;
    }
    
    .wla-impact-download-section {
        grid-template-columns: 1fr;
    }
    .wla-impact-dl-mock {
        display: none;
    }
    
    .wla-impact-metrics-grid {
        grid-template-columns: 1fr;
    }
}
/**
 * WLA Insights Styles
 * Version: 1.0.0
 */

:root {
    --wla-insights-ink: #0D0D0D;
    --wla-insights-white: #fff;
    --wla-insights-off: #F7F7F5;
    --wla-insights-rule: #E8E8E5;
    --wla-insights-muted: #9A9A96;
    --wla-insights-green: #16A34A;
    --wla-insights-blue: #1A56DB;
    --wla-insights-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-insights-wrapper *,
.wla-insights-wrapper *::before,
.wla-insights-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-insights-wrapper {
    font-family: var(--wla-insights-font);
    background: var(--wla-insights-white);
    color: var(--wla-insights-ink);
    overflow-x: hidden;
}

.wla-insights-wrapper a {
    text-decoration: none !important;
    
}

.wla-insights-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-insights-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-insights-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-insights-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-insights-white);
    background: var(--wla-insights-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-insights-btn-ink:hover {
    opacity: .8;
}

.wla-insights-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-insights-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-insights-btn-bdr:hover {
    border-color: var(--wla-insights-ink);
}

.wla-insights-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-insights-ink);
    background: var(--wla-insights-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-insights-btn-white:hover {
    opacity: .88;
}

.wla-insights-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-insights-white);
    border: 1.5px solid rgba(255,255,255,0.25);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-insights-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-insights-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-insights-muted);
    margin-bottom: 18px;
}

.wla-insights-heading {
    font-size: clamp(34px, 4.2vw, 56px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.97;
    color: var(--wla-insights-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-insights-section {
    padding: 72px 52px;
}

.wla-insights-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-insights-hero {
    border-bottom: 1px solid var(--wla-insights-rule);
}

.wla-insights-hero-inner {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 0;
    min-height: calc(100vh - 60px);
}

/* Main Featured Story */
.wla-insights-hero-main {
    position: relative;
    overflow: hidden;
    border-right: 1px solid var(--wla-insights-rule);
    cursor: pointer;
    display: block;
}
.wla-insights-hero-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s;
}
.wla-insights-hero-main:hover img {
    transform: scale(1.03);
}

.wla-insights-hero-main-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13,13,13,0.92) 0%, rgba(13,13,13,0.3) 55%, transparent 100%);
}

.wla-insights-hm-arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    transition: all .2s;
}
.wla-insights-hero-main:hover .wla-insights-hm-arrow {
    background: rgba(255,255,255,0.2);
    color: var(--wla-insights-white);
}

.wla-insights-hero-main-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 48px;
}

.wla-insights-hm-cat {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.wla-insights-hm-cat::before {
    content: '';
    width: 20px;
    height: 1px;
    background: rgba(255,255,255,0.4);
    display: block;
}

.wla-insights-hm-title {
    font-size: clamp(26px, 3.2vw, 42px);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.2;
    color: var(--wla-insights-white);
    margin-bottom: 16px;
}

.wla-insights-hm-meta {
    font-size: 11.5px;
    color: rgba(255,255,255,0.4);
    display: flex;
    gap: 16px;
}

/* Sidebar Stories */
.wla-insights-hero-sidebar {
    display: flex;
    flex-direction: column;
}

.wla-insights-hs-story {
    padding: 28px 28px;
    border-bottom: 1px solid var(--wla-insights-rule);
    transition: background .15s;
    cursor: pointer;
    display: block;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.wla-insights-hs-story:hover {
    background: var(--wla-insights-off);
}
.wla-insights-hs-story:last-child {
    border-bottom: none;
}

.wla-insights-hs-cat {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-insights-muted);
    margin-bottom: 8px;
}

.wla-insights-hs-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.35;
    color: var(--wla-insights-ink);
    margin-bottom: 8px;
}

.wla-insights-hs-meta {
    font-size: 11px;
    color: var(--wla-insights-muted);
}

.wla-insights-hs-img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 14px;
}

/* ================================================================
   FILTER TABS
   ================================================================ */
.wla-insights-filter-wrap {
    border-bottom: 1px solid var(--wla-insights-rule);
    padding: 0 52px;
    background: var(--wla-insights-white);
    position: sticky;
    top: 60px;
    z-index: 100;
}

.wla-insights-filter-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
}
.wla-insights-filter-inner::-webkit-scrollbar {
    display: none;
}

.wla-insights-filter-tab {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-insights-muted);
    padding: 18px 20px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    transition: all .15s;
    flex-shrink: 0;
}
.wla-insights-filter-tab:hover {
    color: var(--wla-insights-ink);
}
.wla-insights-filter-tab--active {
    color: var(--wla-insights-ink);
    border-bottom-color: var(--wla-insights-ink);
}

/* ================================================================
   HEADER
   ================================================================ */
.wla-insights-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 0;
}

/* ================================================================
   ARTICLES GRID
   ================================================================ */
.wla-insights-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 56px;
}

.wla-insights-article-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--wla-insights-rule);
    transition: all .25s;
    display: block;
    background: var(--wla-insights-white);
}
.wla-insights-article-card:hover {
    box-shadow: 0 10px 36px rgba(0,0,0,0.08);
    transform: translateY(-3px);
}

.wla-insights-ac-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform .5s;
}
.wla-insights-article-card:hover .wla-insights-ac-img {
    transform: scale(1.04);
}

.wla-insights-ac-body {
    padding: 24px;
}

.wla-insights-ac-cat {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-insights-muted);
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.wla-insights-ac-cat--green {
    color: var(--wla-insights-green);
}
.wla-insights-ac-cat--blue {
    color: var(--wla-insights-blue);
}

.wla-insights-ac-title {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.015em;
    line-height: 1.35;
    color: var(--wla-insights-ink);
    margin-bottom: 10px;
}

.wla-insights-ac-excerpt {
    font-size: 13.5px;
    color: var(--wla-insights-muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.wla-insights-ac-meta {
    font-size: 11px;
    color: var(--wla-insights-muted);
    display: flex;
    gap: 14px;
    align-items: center;
}

.wla-insights-ac-dot {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
}

/* Wide Featured Card */
.wla-insights-article-card--wide {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.wla-insights-article-card--wide .wla-insights-ac-img {
    height: 100%;
    min-height: 300px;
}
.wla-insights-article-card--wide .wla-insights-ac-body {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.wla-insights-article-card--wide .wla-insights-ac-title {
    font-size: 26px;
}

/* ================================================================
   REPORT DOWNLOAD
   ================================================================ */
.wla-insights-report-bg {
    background: var(--wla-insights-ink);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.wla-insights-report-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 80px;
    align-items: center;
}

.wla-insights-rep-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 16px;
}

.wla-insights-rep-title {
    font-size: clamp(32px, 4vw, 54px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-insights-white);
    line-height: 0.97;
    margin-bottom: 20px;
}

.wla-insights-rep-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
    max-width: 500px;
    margin-bottom: 32px;
}

.wla-insights-rep-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.wla-insights-rep-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 100px;
    padding: 5px 14px;
}

.wla-insights-rep-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Report Mock */
.wla-insights-report-mock {
    width: 260px;
    flex-shrink: 0;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 12px;
    overflow: hidden;
}

.wla-insights-report-mock-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    opacity: .6;
}

.wla-insights-report-mock-body {
    padding: 20px;
}

.wla-insights-rm-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--wla-insights-white);
    margin-bottom: 6px;
    line-height: 1.4;
}

.wla-insights-rm-sub {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
}

/* ================================================================
   NEWSLETTER
   ================================================================ */
.wla-insights-nl-bg {
    background: var(--wla-insights-off);
    border-top: 1px solid var(--wla-insights-rule);
}

.wla-insights-nl-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.wla-insights-nl-title {
    font-size: clamp(28px, 3.2vw, 46px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-insights-ink);
    line-height: 1.05;
    margin-bottom: 16px;
}

.wla-insights-nl-desc {
    font-size: 15px;
    color: var(--wla-insights-muted);
    line-height: 1.75;
}

.wla-insights-nl-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wla-insights-nl-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-insights-muted);
}

.wla-insights-nl-input-row {
    display: flex;
    gap: 10px;
}

.wla-insights-nl-input {
    flex: 1;
    background: var(--wla-insights-white);
    border: 1.5px solid var(--wla-insights-rule);
    border-radius: 8px;
    padding: 13px 18px;
    font-size: 14px;
    color: var(--wla-insights-ink);
    font-family: var(--wla-insights-font);
    outline: none;
    transition: border-color .15s;
}
.wla-insights-nl-input:focus {
    border-color: var(--wla-insights-ink);
}

.wla-insights-nl-submit {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-insights-white);
    background: var(--wla-insights-ink);
    border: none;
    padding: 13px 24px;
    border-radius: 8px;
    cursor: pointer;
    font-family: var(--wla-insights-font);
    transition: opacity .15s;
    white-space: nowrap;
}
.wla-insights-nl-submit:hover {
    opacity: .8;
}

.wla-insights-nl-note {
    font-size: 11.5px;
    color: var(--wla-insights-muted);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-insights-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-insights-animate.wla-insights-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-insights-hero-inner {
        grid-template-columns: 1fr;
    }
    .wla-insights-hero-sidebar {
        display: none;
    }
    
    .wla-insights-filter-wrap {
        padding: 0 20px;
    }
    
    .wla-insights-section {
        padding: 64px 20px;
    }
    
    .wla-insights-articles-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-insights-article-card--wide {
        grid-template-columns: 1fr;
    }
    .wla-insights-article-card--wide .wla-insights-ac-img {
        height: 220px;
    }
    .wla-insights-article-card--wide .wla-insights-ac-title {
        font-size: 20px;
    }
    
    .wla-insights-report-inner {
        grid-template-columns: 1fr;
        padding: 64px 20px;
    }
    .wla-insights-report-mock {
        display: none;
    }
    
    .wla-insights-nl-inner {
        grid-template-columns: 1fr;
        padding: 64px 20px;
    }
    .wla-insights-nl-input-row {
        flex-direction: column;
    }
    .wla-insights-nl-submit {
        width: 100%;
        justify-content: center;
    }
}
/**
 * WLA Intelligence Platform Styles
 * Version: 1.0.0
 */

:root {
    --wla-intel-ink: #0D0D0D;
    --wla-intel-white: #fff;
    --wla-intel-off: #F7F7F5;
    --wla-intel-rule: #E8E8E5;
    --wla-intel-muted: #9A9A96;
    --wla-intel-green: #16A34A;
    --wla-intel-blue: #1A56DB;
    --wla-intel-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-intel-wrapper *,
.wla-intel-wrapper *::before,
.wla-intel-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-intel-wrapper {
    font-family: var(--wla-intel-font);
    background: var(--wla-intel-white);
    color: var(--wla-intel-ink);
    overflow-x: hidden;
}

.wla-intel-wrapper a {
    text-decoration: none !important;
    
}

.wla-intel-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-intel-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-intel-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-intel-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
    background: var(--wla-intel-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-intel-btn-white:hover {
    opacity: .88;
}

.wla-intel-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-intel-white);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-intel-btn-ghost-white:hover {
    border-color: rgba(255,255,255,0.6);
}

.wla-intel-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-intel-white);
    background: var(--wla-intel-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-intel-btn-ink:hover {
    opacity: .8;
}

.wla-intel-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-intel-btn-bdr:hover {
    border-color: var(--wla-intel-ink);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-intel-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-intel-muted);
    margin-bottom: 18px;
}

.wla-intel-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 18px;
}

.wla-intel-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-intel-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-intel-section {
    padding: 112px 52px;
}

.wla-intel-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-intel-hero {
    background: var(--wla-intel-ink);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.wla-intel-hero-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex: 1;
}

.wla-intel-hero-left {
    padding: 80px 64px 60px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-intel-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 28px;
}

.wla-intel-hero-title {
    font-size: clamp(44px, 5.5vw, 78px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--wla-intel-white);
    margin-bottom: 24px;
}

.wla-intel-hero-description {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-intel-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero Right - Dashboard */
.wla-intel-hero-right {
    padding: 48px 48px 48px 32px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    border-left: 1px solid rgba(255,255,255,0.07);
}

.wla-intel-dash-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 12px;
    padding: 20px 22px;
}

.wla-intel-dash-card-header {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wla-intel-live-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 9.5px;
    color: #4ade80;
}

.wla-intel-ldot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaIntelPulse 2s infinite;
}

@keyframes wlaIntelPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

/* Mini Chart */
.wla-intel-mini-chart {
    height: 52px;
    display: flex;
    align-items: flex-end;
    gap: 3px;
}

.wla-intel-mc-bar {
    background: rgba(255,255,255,0.15);
    border-radius: 2px 2px 0 0;
    flex: 1;
    transition: background .2s;
    cursor: default;
}
.wla-intel-mc-bar:hover {
    background: rgba(255,255,255,0.35);
}
.wla-intel-mc-bar--hi {
    background: rgba(74,222,128,0.5);
}

.wla-intel-mini-chart-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
}

/* Counter Grid */
.wla-intel-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.07);
}

.wla-intel-cg-item {
    background: rgba(255,255,255,0.03);
    padding: 18px 16px;
    text-align: center;
}

.wla-intel-cg-n {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-intel-white);
    line-height: 1;
}

.wla-intel-cg-l {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 4px;
}

/* Mini Feed */
.wla-intel-mini-feed {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wla-intel-mf-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12.5px;
}

.wla-intel-mf-jur {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    width: 64px;
    flex-shrink: 0;
}

.wla-intel-mf-text {
    color: rgba(255,255,255,0.5);
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wla-intel-mf-badge {
    font-size: 10px;
    font-weight: 600;
    color: #4ade80;
    flex-shrink: 0;
}
.wla-intel-mf-badge--ac {
    color: #60a5fa;
}

/* Hero Strip */
.wla-intel-hero-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255,255,255,0.07);
}

.wla-intel-hero-strip-item {
    padding: 24px 32px;
    border-right: 1px solid rgba(255,255,255,0.07);
}
.wla-intel-hero-strip-item:last-child {
    border-right: none;
}

.wla-intel-hsi-n {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-intel-white);
    line-height: 1;
}

.wla-intel-hsi-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 5px;
}

/* ================================================================
   SIGNAL DASHBOARD
   ================================================================ */
.wla-intel-sig-bg {
    background: var(--wla-intel-off);
    border-top: 1px solid var(--wla-intel-rule);
}

.wla-intel-sig-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    border: 1px solid var(--wla-intel-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
    min-height: 520px;
}

.wla-intel-sig-sidebar {
    background: var(--wla-intel-white);
    border-right: 1px solid var(--wla-intel-rule);
}

.wla-intel-sig-sidebar-header {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-intel-muted);
    padding: 20px 24px;
    border-bottom: 1px solid var(--wla-intel-rule);
}

.wla-intel-sig-region {
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background .15s;
    border-bottom: 1px solid var(--wla-intel-rule);
}
.wla-intel-sig-region:hover {
    background: var(--wla-intel-off);
}
.wla-intel-sig-region--active {
    background: var(--wla-intel-ink);
}

.wla-intel-sr-name {
    font-size: 13.5px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
    transition: color .15s;
}
.wla-intel-sig-region--active .wla-intel-sr-name {
    color: var(--wla-intel-white);
}

.wla-intel-sr-count {
    font-size: 11px;
    font-weight: 600;
    background: var(--wla-intel-off);
    color: var(--wla-intel-muted);
    border-radius: 100px;
    padding: 3px 10px;
}
.wla-intel-sig-region--active .wla-intel-sr-count {
    background: rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.6);
}

.wla-intel-sig-main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wla-intel-sig-main-header {
    padding: 20px 28px;
    border-bottom: 1px solid var(--wla-intel-rule);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wla-intel-smh-title {
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
}

.wla-intel-smh-live {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-intel-green);
}

.wla-intel-smh-ldot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--wla-intel-green);
    animation: wlaIntelPulse 2s infinite;
}

.wla-intel-sig-rows {
    flex: 1;
}

.wla-intel-sig-row {
    display: grid;
    grid-template-columns: 100px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 18px 28px;
    border-bottom: 1px solid var(--wla-intel-rule);
    transition: background .12s;
    cursor: default;
}
.wla-intel-sig-row:last-child {
    border-bottom: none;
}
.wla-intel-sig-row:hover {
    background: #fafaf9;
}
.wla-intel-sig-row--fadein {
    animation: wlaIntelFadeIn .3s ease;
}

@keyframes wlaIntelFadeIn {
    from { opacity: 0; transform: translateX(8px); }
    to { opacity: 1; transform: none; }
}

.wla-intel-srow-jur {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
}

.wla-intel-srow-area {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-intel-muted);
    margin-top: 2px;
}

.wla-intel-srow-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}
.wla-intel-srow-text strong {
    color: var(--wla-intel-ink);
    font-weight: 600;
}

.wla-intel-srow-idx {
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    text-align: right;
}
.wla-intel-srow-idx--up {
    color: var(--wla-intel-green);
}
.wla-intel-srow-idx--ac {
    color: var(--wla-intel-blue);
}
.wla-intel-srow-idx--neutral {
    color: var(--wla-intel-muted);
}

/* ================================================================
   PROCESS GRID
   ================================================================ */
.wla-intel-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-intel-rule);
    border: 1px solid var(--wla-intel-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-intel-pg-step {
    background: var(--wla-intel-white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-intel-pg-step:hover {
    background: var(--wla-intel-off);
}

.wla-intel-pgs-n {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-intel-muted);
    margin-bottom: 20px;
}

.wla-intel-pgs-icon {
    font-size: 28px;
    margin-bottom: 16px;
}

.wla-intel-pgs-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
    margin-bottom: 12px;
    line-height: 1.2;
}

.wla-intel-pgs-desc {
    font-size: 13.5px;
    color: var(--wla-intel-muted);
    line-height: 1.8;
}

/* ================================================================
   MAP SECTION
   ================================================================ */
.wla-intel-map-bg {
    background: var(--wla-intel-ink);
    border-top: 1px solid rgba(255,255,255,0.06);
}

.wla-intel-map-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-intel-map-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 48px;
}

.wla-intel-map-heading {
    font-size: clamp(36px, 4.5vw, 58px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-intel-white);
    line-height: 0.97;
}

.wla-intel-map-desc {
    font-size: 15px;
    color: rgba(255,255,255,0.45);
    line-height: 1.75;
}

.wla-intel-region-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.wla-intel-rtab {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 100px;
    padding: 8px 18px;
    cursor: pointer;
    transition: all .15s;
}
.wla-intel-rtab:hover,
.wla-intel-rtab--active {
    color: var(--wla-intel-white);
    background: rgba(255,255,255,0.14);
    border-color: rgba(255,255,255,0.25);
}

.wla-intel-map-canvas-wrap {
    position: relative;
}

.wla-intel-jur-tooltip {
    position: absolute;
    background: rgba(255,255,255,0.95);
    border: 1px solid var(--wla-intel-rule);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--wla-intel-ink);
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity .15s;
    white-space: nowrap;
}

.wla-intel-map-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 20px;
}

.wla-intel-map-stat {
    background: rgba(255,255,255,0.04);
    padding: 28px 24px;
}

.wla-intel-map-stat-number {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-intel-white);
    line-height: 1;
}

.wla-intel-map-stat-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-top: 5px;
}

/* ================================================================
   PRICING
   ================================================================ */
.wla-intel-pricing-bg {
    background: var(--wla-intel-off);
    border-top: 1px solid var(--wla-intel-rule);
}

.wla-intel-pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1px;
    background: var(--wla-intel-rule);
    border: 1px solid var(--wla-intel-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-intel-price-card {
    background: var(--wla-intel-white);
    padding: 48px 36px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-intel-price-card:hover {
    background: var(--wla-intel-off);
}
.wla-intel-price-card--featured {
    background: var(--wla-intel-ink);
}
.wla-intel-price-card--featured:hover {
    background: #1a1a18;
}

.wla-intel-pc-badge {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: inline-block;
}
.wla-intel-pc-badge--green {
    color: var(--wla-intel-green);
    background: #f0fdf4;
    border-radius: 100px;
    padding: 4px 12px;
}
.wla-intel-pc-badge--white {
    color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.08);
    border-radius: 100px;
    padding: 4px 12px;
}

.wla-intel-pc-tier {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-intel-ink);
    margin-bottom: 8px;
}
.wla-intel-price-card--featured .wla-intel-pc-tier {
    color: var(--wla-intel-white);
}

.wla-intel-pc-sub {
    font-size: 13px;
    color: var(--wla-intel-muted);
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--wla-intel-rule);
    line-height: 1.6;
}
.wla-intel-price-card--featured .wla-intel-pc-sub {
    color: rgba(255,255,255,0.35);
    border-bottom-color: rgba(255,255,255,0.1);
}

.wla-intel-pc-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.wla-intel-pc-list li {
    font-size: 13.5px;
    color: #666;
    display: flex;
    gap: 10px;
    line-height: 1.5;
    align-items: flex-start;
}
.wla-intel-pc-list li::before {
    content: '✓';
    color: var(--wla-intel-green);
    font-weight: 700;
    flex-shrink: 0;
}
.wla-intel-price-card--featured .wla-intel-pc-list li {
    color: rgba(255,255,255,0.55);
}
.wla-intel-price-card--featured .wla-intel-pc-list li::before {
    color: #4ade80;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-intel-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-intel-animate.wla-intel-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-intel-hero-top {
        grid-template-columns: 1fr;
    }
    .wla-intel-hero-right {
        display: none;
    }
    .wla-intel-hero-left {
        padding: 80px 20px 48px;
    }
    .wla-intel-hero-strip {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-intel-section {
        padding: 72px 20px;
    }
    
    .wla-intel-sig-layout {
        grid-template-columns: 1fr;
    }
    .wla-intel-sig-sidebar {
        border-right: none;
        border-bottom: 1px solid var(--wla-intel-rule);
    }
    
    .wla-intel-process-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-intel-pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-intel-map-head {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .wla-intel-map-inner {
        padding: 72px 20px;
    }
    .wla-intel-map-stats {
        grid-template-columns: 1fr 1fr;
    }
}
/**
 * WLA Bahamas Jurisdiction Styles
 * World Law Alliance Bahamas Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-bahamas-ink: #0D0D0D;
    --wla-bahamas-white: #fff;
    --wla-bahamas-off: #F7F7F5;
    --wla-bahamas-rule: #E8E8E5;
    --wla-bahamas-muted: #9A9A96;
    --wla-bahamas-green: #16A34A;
    --wla-bahamas-blue: #1A56DB;
    --wla-bahamas-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-bahamas-wrapper *,
.wla-bahamas-wrapper *::before,
.wla-bahamas-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-bahamas-wrapper {
    font-family: var(--wla-bahamas-font);
    background: var(--wla-bahamas-white);
    color: var(--wla-bahamas-ink);
    overflow-x: hidden;
}

.wla-bahamas-wrapper a {
    text-decoration: none !important;
    
}

.wla-bahamas-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-bahamas-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-bahamas-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-bahamas-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-bahamas-white);
    background: var(--wla-bahamas-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-bahamas-btn-ink:hover {
    opacity: .8;
}

.wla-bahamas-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-bahamas-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-bahamas-btn-bdr:hover {
    border-color: var(--wla-bahamas-ink);
}

.wla-bahamas-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-bahamas-ink);
    background: var(--wla-bahamas-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-bahamas-btn-white:hover {
    opacity: .88;
}

.wla-bahamas-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-bahamas-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-bahamas-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-bahamas-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-bahamas-muted);
    margin-bottom: 18px;
}

.wla-bahamas-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-bahamas-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-bahamas-ink);
    text-transform: uppercase;
}

.wla-bahamas-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-bahamas-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-bahamas-section {
    padding: 112px 52px;
}

.wla-bahamas-section--dark {
    background: var(--wla-bahamas-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-bahamas-section--alt {
    background: var(--wla-bahamas-white);
    border-top: 1px solid var(--wla-bahamas-rule);
}

.wla-bahamas-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-bahamas-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-bahamas-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-bahamas-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-bahamas-ink) 100%);
}

.wla-bahamas-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-bahamas-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-bahamas-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-bahamas-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-bahamas-white);
    margin-bottom: 16px;
}

.wla-bahamas-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-bahamas-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-bahamas-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-bahamas-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-bahamas-hs:last-child {
    border-right: none;
}

.wla-bahamas-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-bahamas-white);
    line-height: 1;
}

.wla-bahamas-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY BAHAMAS
   ================================================================ */
.wla-bahamas-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-bahamas-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-bahamas-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-bahamas-why-image:hover img {
    transform: scale(1.04);
}

.wla-bahamas-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-bahamas-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-bahamas-why-body {
    font-size: 15px;
    color: var(--wla-bahamas-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-bahamas-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-bahamas-rule);
    border: 1px solid var(--wla-bahamas-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-bahamas-ws {
    background: var(--wla-bahamas-white);
    padding: 20px 18px;
}

.wla-bahamas-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-bahamas-ink);
}

.wla-bahamas-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-bahamas-muted);
    margin-top: 4px;
}

.wla-bahamas-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-bahamas-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-bahamas-rule);
    border: 1px solid var(--wla-bahamas-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-bahamas-pc {
    background: var(--wla-bahamas-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-bahamas-pc:hover {
    background: var(--wla-bahamas-off);
}

.wla-bahamas-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-bahamas-muted);
    margin-bottom: 10px;
}

.wla-bahamas-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-bahamas-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-bahamas-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-bahamas-pc-desc {
    font-size: 13px;
    color: var(--wla-bahamas-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-bahamas-intel-bg {
    background: var(--wla-bahamas-off);
    border-top: 1px solid var(--wla-bahamas-rule);
}

.wla-bahamas-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-bahamas-white);
    border: 1px solid var(--wla-bahamas-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-bahamas-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-bahamas-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-bahamas-rule);
    text-align: left;
    background: var(--wla-bahamas-off);
}

.wla-bahamas-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-bahamas-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-bahamas-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-bahamas-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-bahamas-ink);
}

.wla-bahamas-it-sub {
    font-size: 10px;
    color: var(--wla-bahamas-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-bahamas-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-bahamas-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-bahamas-green);
    white-space: nowrap;
    text-align: right;
}

.wla-bahamas-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-bahamas-corridor-bg {
    background: var(--wla-bahamas-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-bahamas-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-bahamas-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-bahamas-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-bahamas-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-bahamas-white);
    margin-bottom: 4px;
}

.wla-bahamas-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-bahamas-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-bahamas-cta-band {
    background: var(--wla-bahamas-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-bahamas-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-bahamas-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-bahamas-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-bahamas-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-bahamas-animate.wla-bahamas-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-bahamas-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-bahamas-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-bahamas-section {
        padding: 72px 20px;
    }
    
    .wla-bahamas-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-bahamas-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-bahamas-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-bahamas-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA France Jurisdiction Styles
 * World Law Alliance France Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-france-ink: #0D0D0D;
    --wla-france-white: #fff;
    --wla-france-off: #F7F7F5;
    --wla-france-rule: #E8E8E5;
    --wla-france-muted: #9A9A96;
    --wla-france-green: #16A34A;
    --wla-france-blue: #1A56DB;
    --wla-france-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-france-wrapper *,
.wla-france-wrapper *::before,
.wla-france-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-france-wrapper {
    font-family: var(--wla-france-font);
    background: var(--wla-france-white);
    color: var(--wla-france-ink);
    overflow-x: hidden;
}

.wla-france-wrapper a {
    text-decoration: none !important;
    
}

.wla-france-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-france-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-france-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-france-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-france-white);
    background: var(--wla-france-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-france-btn-ink:hover {
    opacity: .8;
}

.wla-france-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-france-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-france-btn-bdr:hover {
    border-color: var(--wla-france-ink);
}

.wla-france-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-france-ink);
    background: var(--wla-france-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-france-btn-white:hover {
    opacity: .88;
}

.wla-france-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-france-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-france-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-france-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-france-muted);
    margin-bottom: 18px;
}

.wla-france-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-france-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-france-ink);
    text-transform: uppercase;
}

.wla-france-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-france-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-france-section {
    padding: 112px 52px;
}

.wla-france-section--dark {
    background: var(--wla-france-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-france-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-france-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 60px;
}

.wla-france-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-france-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-france-ink) 100%);
}

.wla-france-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-france-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-france-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-france-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-france-white);
    margin-bottom: 16px;
}

.wla-france-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-france-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-france-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-france-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-france-hs:last-child {
    border-right: none;
}

.wla-france-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-france-white);
    line-height: 1;
}

.wla-france-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY FRANCE - LAYOUT 2
   ================================================================ */
.wla-france-layout-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-france-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-france-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-france-image:hover img {
    transform: scale(1.04);
}

.wla-france-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-france-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-france-body {
    font-size: 15px;
    color: var(--wla-france-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-france-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.wla-france-points li {
    font-size: 14px;
    color: var(--wla-france-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-france-points li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-france-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-france-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-france-rule);
    border: 1px solid var(--wla-france-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-france-pc {
    background: var(--wla-france-white);
    padding: 38px 30px;
    transition: background .2s;
}
.wla-france-pc:hover {
    background: var(--wla-france-off);
}

.wla-france-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-france-muted);
    margin-bottom: 10px;
}

.wla-france-pc-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-france-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-france-pc-desc {
    font-size: 13px;
    color: var(--wla-france-muted);
    line-height: 1.75;
}

/* ================================================================
   LUXURY SECTOR
   ================================================================ */
.wla-france-luxury-bg {
    background: var(--wla-france-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-france-luxury-intro {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
    margin-bottom: 64px;
}

.wla-france-luxury-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 0;
}

.wla-france-lg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
}
.wla-france-lg:hover {
    background: rgba(255, 255, 255, 0.09);
}

.wla-france-lg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 12px;
}

.wla-france-lg-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-france-white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-france-lg-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.65;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-france-cta-band {
    background: var(--wla-france-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-france-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-france-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-france-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-france-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-france-animate.wla-france-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-france-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-france-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-france-section {
        padding: 72px 20px;
    }
    
    .wla-france-layout-2 {
        grid-template-columns: 1fr;
    }
    
    .wla-france-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-france-luxury-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-france-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Germany Jurisdiction Styles
 * World Law Alliance Germany Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-germany-ink: #0D0D0D;
    --wla-germany-white: #fff;
    --wla-germany-off: #F7F7F5;
    --wla-germany-rule: #E8E8E5;
    --wla-germany-muted: #9A9A96;
    --wla-germany-green: #16A34A;
    --wla-germany-blue: #1A56DB;
    --wla-germany-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-germany-wrapper *,
.wla-germany-wrapper *::before,
.wla-germany-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-germany-wrapper {
    font-family: var(--wla-germany-font);
    background: var(--wla-germany-white);
    color: var(--wla-germany-ink);
    overflow-x: hidden;
}

.wla-germany-wrapper a {
    text-decoration: none !important;
    
}

.wla-germany-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-germany-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-germany-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-germany-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-germany-white);
    background: var(--wla-germany-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-germany-btn-ink:hover {
    opacity: .8;
}

.wla-germany-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-germany-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-germany-btn-bdr:hover {
    border-color: var(--wla-germany-ink);
}

.wla-germany-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-germany-ink);
    background: var(--wla-germany-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-germany-btn-white:hover {
    opacity: .88;
}

.wla-germany-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-germany-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-germany-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-germany-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-germany-muted);
    margin-bottom: 18px;
}

.wla-germany-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-germany-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-germany-ink);
    text-transform: uppercase;
}

.wla-germany-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-germany-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-germany-section {
    padding: 112px 52px;
}

.wla-germany-section--dark {
    background: var(--wla-germany-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-germany-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-germany-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-germany-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-germany-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-germany-ink) 100%);
}

.wla-germany-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-germany-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-germany-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-germany-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-germany-white);
    margin-bottom: 16px;
}

.wla-germany-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-germany-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-germany-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-germany-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-germany-hs:last-child {
    border-right: none;
}

.wla-germany-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-germany-white);
    line-height: 1;
}

.wla-germany-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY GERMANY
   ================================================================ */
.wla-germany-why-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-germany-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-germany-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-germany-why-image:hover img {
    transform: scale(1.04);
}

.wla-germany-why-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-germany-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-germany-why-body {
    font-size: 15px;
    color: var(--wla-germany-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-germany-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-germany-rule);
    border: 1px solid var(--wla-germany-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-germany-ws {
    background: var(--wla-germany-white);
    padding: 20px 18px;
}

.wla-germany-ws-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-germany-ink);
}

.wla-germany-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-germany-muted);
    margin-top: 4px;
}

/* ================================================================
   MITTELSTAND GRID
   ================================================================ */
.wla-germany-mitte-bg {
    background: var(--wla-germany-off);
    border-top: 1px solid var(--wla-germany-rule);
}

.wla-germany-mitte-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-germany-rule);
    border: 1px solid var(--wla-germany-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-germany-mg {
    background: var(--wla-germany-white);
    padding: 40px 32px;
    transition: background .2s;
    cursor: default;
}
.wla-germany-mg:hover {
    background: var(--wla-germany-off);
}

.wla-germany-mg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-germany-muted);
    margin-bottom: 12px;
}

.wla-germany-mg-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-germany-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-germany-mg-desc {
    font-size: 13px;
    color: var(--wla-germany-muted);
    line-height: 1.75;
}

/* ================================================================
   DEVELOPMENTS GRID
   ================================================================ */
.wla-germany-dev-bg {
    background: var(--wla-germany-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-germany-dev-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-germany-dg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 30px;
    transition: background .2s;
}
.wla-germany-dg:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-germany-dg-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.wla-germany-dg-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-germany-white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-germany-dg-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
}

.wla-germany-dg-badge {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 3px 11px;
    margin-top: 10px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-germany-cta-band {
    background: var(--wla-germany-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-germany-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-germany-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-germany-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-germany-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-germany-animate.wla-germany-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-germany-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-germany-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-germany-section {
        padding: 72px 20px;
    }
    
    .wla-germany-why-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-germany-mitte-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-germany-dev-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-germany-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Hong Kong Jurisdiction Styles
 * World Law Alliance Hong Kong Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-hongkong-ink: #0D0D0D;
    --wla-hongkong-white: #fff;
    --wla-hongkong-off: #F7F7F5;
    --wla-hongkong-rule: #E8E8E5;
    --wla-hongkong-muted: #9A9A96;
    --wla-hongkong-green: #16A34A;
    --wla-hongkong-blue: #1A56DB;
    --wla-hongkong-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-hongkong-wrapper *,
.wla-hongkong-wrapper *::before,
.wla-hongkong-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-hongkong-wrapper {
    font-family: var(--wla-hongkong-font);
    background: var(--wla-hongkong-white);
    color: var(--wla-hongkong-ink);
    overflow-x: hidden;
}

.wla-hongkong-wrapper a {
    text-decoration: none !important;
    
}

.wla-hongkong-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-hongkong-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-hongkong-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-hongkong-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hongkong-white);
    background: var(--wla-hongkong-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hongkong-btn-ink:hover {
    opacity: .8;
}

.wla-hongkong-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hongkong-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hongkong-btn-bdr:hover {
    border-color: var(--wla-hongkong-ink);
}

.wla-hongkong-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-hongkong-ink);
    background: var(--wla-hongkong-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-hongkong-btn-white:hover {
    opacity: .88;
}

.wla-hongkong-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-hongkong-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-hongkong-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-hongkong-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-hongkong-muted);
    margin-bottom: 18px;
}

.wla-hongkong-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-hongkong-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-hongkong-ink);
    text-transform: uppercase;
}

.wla-hongkong-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-hongkong-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-hongkong-section {
    padding: 112px 52px;
}

.wla-hongkong-section--dark {
    background: var(--wla-hongkong-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hongkong-section--alt {
    background: var(--wla-hongkong-white);
    border-top: 1px solid var(--wla-hongkong-rule);
}

.wla-hongkong-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-hongkong-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-hongkong-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-hongkong-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-hongkong-ink) 100%);
}

.wla-hongkong-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-hongkong-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-hongkong-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-hongkong-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-hongkong-white);
    margin-bottom: 16px;
}

.wla-hongkong-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-hongkong-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-hongkong-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hongkong-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-hongkong-hs:last-child {
    border-right: none;
}

.wla-hongkong-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-hongkong-white);
    line-height: 1;
}

.wla-hongkong-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY HONG KONG
   ================================================================ */
.wla-hongkong-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-hongkong-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-hongkong-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-hongkong-why-image:hover img {
    transform: scale(1.04);
}

.wla-hongkong-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-hongkong-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-hongkong-why-body {
    font-size: 15px;
    color: var(--wla-hongkong-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-hongkong-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-hongkong-rule);
    border: 1px solid var(--wla-hongkong-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-hongkong-ws {
    background: var(--wla-hongkong-white);
    padding: 20px 18px;
}

.wla-hongkong-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-hongkong-ink);
}

.wla-hongkong-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-hongkong-muted);
    margin-top: 4px;
}

.wla-hongkong-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-hongkong-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-hongkong-rule);
    border: 1px solid var(--wla-hongkong-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-hongkong-pc {
    background: var(--wla-hongkong-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-hongkong-pc:hover {
    background: var(--wla-hongkong-off);
}

.wla-hongkong-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-hongkong-muted);
    margin-bottom: 10px;
}

.wla-hongkong-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-hongkong-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-hongkong-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-hongkong-pc-desc {
    font-size: 13px;
    color: var(--wla-hongkong-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-hongkong-intel-bg {
    background: var(--wla-hongkong-off);
    border-top: 1px solid var(--wla-hongkong-rule);
}

.wla-hongkong-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-hongkong-white);
    border: 1px solid var(--wla-hongkong-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-hongkong-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-hongkong-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-hongkong-rule);
    text-align: left;
    background: var(--wla-hongkong-off);
}

.wla-hongkong-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-hongkong-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-hongkong-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-hongkong-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-hongkong-ink);
}

.wla-hongkong-it-sub {
    font-size: 10px;
    color: var(--wla-hongkong-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-hongkong-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-hongkong-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-hongkong-green);
    white-space: nowrap;
    text-align: right;
}

.wla-hongkong-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-hongkong-corridor-bg {
    background: var(--wla-hongkong-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-hongkong-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-hongkong-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-hongkong-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-hongkong-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-hongkong-white);
    margin-bottom: 4px;
}

.wla-hongkong-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-hongkong-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-hongkong-cta-band {
    background: var(--wla-hongkong-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-hongkong-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-hongkong-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-hongkong-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-hongkong-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-hongkong-animate.wla-hongkong-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-hongkong-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-hongkong-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-hongkong-section {
        padding: 72px 20px;
    }
    
    .wla-hongkong-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-hongkong-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-hongkong-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-hongkong-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA India Jurisdiction Styles
 * World Law Alliance India Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-india-ink: #0D0D0D;
    --wla-india-white: #fff;
    --wla-india-off: #F7F7F5;
    --wla-india-rule: #E8E8E5;
    --wla-india-muted: #9A9A96;
    --wla-india-green: #16A34A;
    --wla-india-blue: #1A56DB;
    --wla-india-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-india-wrapper *,
.wla-india-wrapper *::before,
.wla-india-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-india-wrapper {
    font-family: var(--wla-india-font);
    background: var(--wla-india-white);
    color: var(--wla-india-ink);
    overflow-x: hidden;
}

.wla-india-wrapper a {
    text-decoration: none !important;
    
}

.wla-india-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-india-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-india-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-india-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-india-white);
    background: var(--wla-india-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-india-btn-ink:hover {
    opacity: .8;
}

.wla-india-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-india-btn-bdr:hover {
    border-color: var(--wla-india-ink);
}

.wla-india-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    background: var(--wla-india-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-india-btn-white:hover {
    opacity: .88;
}

.wla-india-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-india-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-india-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-india-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    margin-bottom: 18px;
}

.wla-india-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-india-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-india-ink);
    text-transform: uppercase;
}

.wla-india-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-india-white);
    text-transform: uppercase;
}

.wla-india-subheading {
    font-size: 15.5px;
    color: var(--wla-india-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   RULE
   ================================================================ */
.wla-india-rule {
    height: 1px;
    background: var(--wla-india-rule);
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-india-section {
    padding: 112px 52px;
}

.wla-india-section--dark {
    background: var(--wla-india-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-india-section--partner {
    background: var(--wla-india-white);
    border-top: 1px solid var(--wla-india-rule);
}

.wla-india-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-india-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-india-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.wla-india-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.75) 55%, var(--wla-india-ink) 100%);
}

.wla-india-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-india-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-india-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-india-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-india-white);
    margin-bottom: 20px;
}

.wla-india-hero-subtitle {
    font-size: clamp(18px, 2.5vw, 30px);
    font-weight: 300;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-india-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

/* Hero Stats */
.wla-india-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-india-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-india-hs:last-child {
    border-right: none;
}

.wla-india-hs-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-india-white);
    line-height: 1;
}

.wla-india-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY INDIA
   ================================================================ */
.wla-india-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-india-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 520px;
    position: relative;
}
.wla-india-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-india-why-image:hover img {
    transform: scale(1.04);
}

.wla-india-why-image-tag {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(13, 13, 13, 0.6);
    padding: 7px 14px;
    border-radius: 100px;
}

.wla-india-why-title {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    margin-bottom: 20px;
    line-height: 1.05;
}

.wla-india-why-body {
    font-size: 15px;
    color: var(--wla-india-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-india-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-india-rule);
    border: 1px solid var(--wla-india-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-india-ws {
    background: var(--wla-india-white);
    padding: 22px 20px;
}

.wla-india-ws-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-india-ink);
}

.wla-india-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    margin-top: 4px;
}

.wla-india-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-india-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-india-rule);
    border: 1px solid var(--wla-india-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-india-pc {
    background: var(--wla-india-white);
    padding: 40px 32px;
    transition: background .2s;
    cursor: default;
}
.wla-india-pc:hover {
    background: var(--wla-india-off);
}

.wla-india-pc-icon {
    font-size: 24px;
    margin-bottom: 14px;
}

.wla-india-pc-practice {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    margin-bottom: 10px;
}

.wla-india-pc-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-india-pc-desc {
    font-size: 13px;
    color: var(--wla-india-muted);
    line-height: 1.75;
}

.wla-india-pc-firms {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    margin-top: 14px;
    border-top: 1px solid var(--wla-india-rule);
    padding-top: 14px;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-india-intel-bg {
    background: var(--wla-india-off);
    border-top: 1px solid var(--wla-india-rule);
}

.wla-india-signal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-india-white);
    border: 1px solid var(--wla-india-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-india-signal-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-india-rule);
    text-align: left;
    background: var(--wla-india-off);
}

.wla-india-signal-table tbody td {
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-india-signal-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-india-signal-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-india-st-area {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-india-ink);
}

.wla-india-st-sub {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    margin-top: 3px;
}

.wla-india-st-signal {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}
.wla-india-st-signal strong {
    color: var(--wla-india-ink);
    font-weight: 600;
}

.wla-india-st-idx {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-india-green);
    white-space: nowrap;
    text-align: right;
}
.wla-india-st-idx--active {
    color: var(--wla-india-blue);
}

.wla-india-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-india-corridor-bg {
    background: var(--wla-india-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-india-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-india-cc {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    cursor: pointer;
    display: block;
}
.wla-india-cc:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-india-cc-route {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 8px;
}

.wla-india-cc-from {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-india-white);
}

.wla-india-cc-arrow {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.wla-india-cc-to {
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.wla-india-cc-growth {
    font-size: 11.5px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-india-cc-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.5;
}

/* ================================================================
   PARTNER SPOTLIGHT
   ================================================================ */
.wla-india-partner-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 0;
    border: 1px solid var(--wla-india-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-india-partner-image {
    overflow: hidden;
    position: relative;
}
.wla-india-partner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    min-height: 420px;
    transition: transform .5s;
}
.wla-india-partner-image:hover img {
    transform: scale(1.04);
}

.wla-india-partner-content {
    padding: 52px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--wla-india-rule);
}

.wla-india-pc-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-india-muted);
    margin-bottom: 16px;
}

.wla-india-pc-name {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-india-ink);
    margin-bottom: 6px;
}

.wla-india-pc-firm {
    font-size: 15px;
    color: var(--wla-india-muted);
    margin-bottom: 20px;
}

.wla-india-pc-quote {
    font-size: 17px;
    font-weight: 500;
    color: var(--wla-india-ink);
    line-height: 1.6;
    border-left: 3px solid var(--wla-india-ink);
    padding-left: 20px;
    margin-bottom: 24px;
}

.wla-india-pc-practices {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 24px;
}

.wla-india-pc-prac {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-india-off);
    border-radius: 100px;
    padding: 5px 13px;
}

.wla-india-pc-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-india-cta-band {
    background: var(--wla-india-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-india-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-india-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-india-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-india-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-india-animate.wla-india-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-india-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-india-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-india-section {
        padding: 72px 20px;
    }
    
    .wla-india-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-india-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-india-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-india-partner-layout {
        grid-template-columns: 1fr;
    }
    .wla-india-partner-content {
        border-left: none;
        border-top: 1px solid var(--wla-india-rule);
        padding: 40px 28px;
    }
    
    .wla-india-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Netherlands Jurisdiction Styles
 * World Law Alliance Netherlands Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-netherlands-ink: #0D0D0D;
    --wla-netherlands-white: #fff;
    --wla-netherlands-off: #F7F7F5;
    --wla-netherlands-rule: #E8E8E5;
    --wla-netherlands-muted: #9A9A96;
    --wla-netherlands-green: #16A34A;
    --wla-netherlands-blue: #1A56DB;
    --wla-netherlands-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-netherlands-wrapper *,
.wla-netherlands-wrapper *::before,
.wla-netherlands-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-netherlands-wrapper {
    font-family: var(--wla-netherlands-font);
    background: var(--wla-netherlands-white);
    color: var(--wla-netherlands-ink);
    overflow-x: hidden;
}

.wla-netherlands-wrapper a {
    text-decoration: none !important;
    
}

.wla-netherlands-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-netherlands-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-netherlands-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-netherlands-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-netherlands-white);
    background: var(--wla-netherlands-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-netherlands-btn-ink:hover {
    opacity: .8;
}

.wla-netherlands-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-netherlands-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-netherlands-btn-bdr:hover {
    border-color: var(--wla-netherlands-ink);
}

.wla-netherlands-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-netherlands-ink);
    background: var(--wla-netherlands-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-netherlands-btn-white:hover {
    opacity: .88;
}

.wla-netherlands-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-netherlands-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-netherlands-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-netherlands-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-netherlands-muted);
    margin-bottom: 18px;
}

.wla-netherlands-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-netherlands-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-netherlands-ink);
    text-transform: uppercase;
}

.wla-netherlands-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-netherlands-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-netherlands-section {
    padding: 112px 52px;
}

.wla-netherlands-section--dark {
    background: var(--wla-netherlands-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-netherlands-section--alt {
    background: var(--wla-netherlands-white);
    border-top: 1px solid var(--wla-netherlands-rule);
}

.wla-netherlands-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-netherlands-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-netherlands-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-netherlands-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-netherlands-ink) 100%);
}

.wla-netherlands-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-netherlands-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-netherlands-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-netherlands-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-netherlands-white);
    margin-bottom: 16px;
}

.wla-netherlands-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-netherlands-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-netherlands-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-netherlands-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-netherlands-hs:last-child {
    border-right: none;
}

.wla-netherlands-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-netherlands-white);
    line-height: 1;
}

.wla-netherlands-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY NETHERLANDS
   ================================================================ */
.wla-netherlands-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-netherlands-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-netherlands-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-netherlands-why-image:hover img {
    transform: scale(1.04);
}

.wla-netherlands-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-netherlands-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-netherlands-why-body {
    font-size: 15px;
    color: var(--wla-netherlands-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-netherlands-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-netherlands-rule);
    border: 1px solid var(--wla-netherlands-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-netherlands-ws {
    background: var(--wla-netherlands-white);
    padding: 20px 18px;
}

.wla-netherlands-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-netherlands-ink);
}

.wla-netherlands-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-netherlands-muted);
    margin-top: 4px;
}

.wla-netherlands-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-netherlands-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-netherlands-rule);
    border: 1px solid var(--wla-netherlands-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-netherlands-pc {
    background: var(--wla-netherlands-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-netherlands-pc:hover {
    background: var(--wla-netherlands-off);
}

.wla-netherlands-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-netherlands-muted);
    margin-bottom: 10px;
}

.wla-netherlands-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-netherlands-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-netherlands-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-netherlands-pc-desc {
    font-size: 13px;
    color: var(--wla-netherlands-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-netherlands-intel-bg {
    background: var(--wla-netherlands-off);
    border-top: 1px solid var(--wla-netherlands-rule);
}

.wla-netherlands-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-netherlands-white);
    border: 1px solid var(--wla-netherlands-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-netherlands-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-netherlands-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-netherlands-rule);
    text-align: left;
    background: var(--wla-netherlands-off);
}

.wla-netherlands-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-netherlands-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-netherlands-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-netherlands-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-netherlands-ink);
}

.wla-netherlands-it-sub {
    font-size: 10px;
    color: var(--wla-netherlands-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-netherlands-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-netherlands-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-netherlands-green);
    white-space: nowrap;
    text-align: right;
}

.wla-netherlands-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-netherlands-corridor-bg {
    background: var(--wla-netherlands-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-netherlands-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-netherlands-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-netherlands-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-netherlands-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-netherlands-white);
    margin-bottom: 4px;
}

.wla-netherlands-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-netherlands-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-netherlands-cta-band {
    background: var(--wla-netherlands-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-netherlands-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-netherlands-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-netherlands-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-netherlands-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-netherlands-animate.wla-netherlands-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-netherlands-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-netherlands-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-netherlands-section {
        padding: 72px 20px;
    }
    
    .wla-netherlands-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-netherlands-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-netherlands-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-netherlands-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Poland Jurisdiction Styles
 * World Law Alliance Poland Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-poland-ink: #0D0D0D;
    --wla-poland-white: #fff;
    --wla-poland-off: #F7F7F5;
    --wla-poland-rule: #E8E8E5;
    --wla-poland-muted: #9A9A96;
    --wla-poland-green: #16A34A;
    --wla-poland-blue: #1A56DB;
    --wla-poland-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-poland-wrapper *,
.wla-poland-wrapper *::before,
.wla-poland-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-poland-wrapper {
    font-family: var(--wla-poland-font);
    background: var(--wla-poland-white);
    color: var(--wla-poland-ink);
    overflow-x: hidden;
}

.wla-poland-wrapper a {
    text-decoration: none !important;
    
}

.wla-poland-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-poland-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-poland-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-poland-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-poland-white);
    background: var(--wla-poland-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-poland-btn-ink:hover {
    opacity: .8;
}

.wla-poland-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-poland-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-poland-btn-bdr:hover {
    border-color: var(--wla-poland-ink);
}

.wla-poland-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-poland-ink);
    background: var(--wla-poland-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-poland-btn-white:hover {
    opacity: .88;
}

.wla-poland-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-poland-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-poland-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-poland-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-poland-muted);
    margin-bottom: 18px;
}

.wla-poland-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-poland-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-poland-ink);
    text-transform: uppercase;
}

.wla-poland-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-poland-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-poland-section {
    padding: 112px 52px;
}

.wla-poland-section--dark {
    background: var(--wla-poland-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-poland-section--alt {
    background: var(--wla-poland-white);
    border-top: 1px solid var(--wla-poland-rule);
}

.wla-poland-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-poland-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-poland-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-poland-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-poland-ink) 100%);
}

.wla-poland-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-poland-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-poland-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-poland-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-poland-white);
    margin-bottom: 16px;
}

.wla-poland-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-poland-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-poland-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-poland-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-poland-hs:last-child {
    border-right: none;
}

.wla-poland-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-poland-white);
    line-height: 1;
}

.wla-poland-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY POLAND
   ================================================================ */
.wla-poland-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-poland-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-poland-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-poland-why-image:hover img {
    transform: scale(1.04);
}

.wla-poland-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-poland-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-poland-why-body {
    font-size: 15px;
    color: var(--wla-poland-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-poland-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-poland-rule);
    border: 1px solid var(--wla-poland-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-poland-ws {
    background: var(--wla-poland-white);
    padding: 20px 18px;
}

.wla-poland-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-poland-ink);
}

.wla-poland-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-poland-muted);
    margin-top: 4px;
}

.wla-poland-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-poland-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-poland-rule);
    border: 1px solid var(--wla-poland-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-poland-pc {
    background: var(--wla-poland-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-poland-pc:hover {
    background: var(--wla-poland-off);
}

.wla-poland-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-poland-muted);
    margin-bottom: 10px;
}

.wla-poland-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-poland-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-poland-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-poland-pc-desc {
    font-size: 13px;
    color: var(--wla-poland-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-poland-intel-bg {
    background: var(--wla-poland-off);
    border-top: 1px solid var(--wla-poland-rule);
}

.wla-poland-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-poland-white);
    border: 1px solid var(--wla-poland-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-poland-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-poland-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-poland-rule);
    text-align: left;
    background: var(--wla-poland-off);
}

.wla-poland-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-poland-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-poland-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-poland-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-poland-ink);
}

.wla-poland-it-sub {
    font-size: 10px;
    color: var(--wla-poland-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-poland-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-poland-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-poland-green);
    white-space: nowrap;
    text-align: right;
}

.wla-poland-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-poland-corridor-bg {
    background: var(--wla-poland-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-poland-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-poland-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-poland-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-poland-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-poland-white);
    margin-bottom: 4px;
}

.wla-poland-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-poland-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-poland-cta-band {
    background: var(--wla-poland-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-poland-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-poland-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-poland-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-poland-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-poland-animate.wla-poland-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-poland-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-poland-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-poland-section {
        padding: 72px 20px;
    }
    
    .wla-poland-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-poland-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-poland-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-poland-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Portugal Jurisdiction Styles
 * World Law Alliance Portugal Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-portugal-ink: #0D0D0D;
    --wla-portugal-white: #fff;
    --wla-portugal-off: #F7F7F5;
    --wla-portugal-rule: #E8E8E5;
    --wla-portugal-muted: #9A9A96;
    --wla-portugal-green: #16A34A;
    --wla-portugal-blue: #1A56DB;
    --wla-portugal-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-portugal-wrapper *,
.wla-portugal-wrapper *::before,
.wla-portugal-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-portugal-wrapper {
    font-family: var(--wla-portugal-font);
    background: var(--wla-portugal-white);
    color: var(--wla-portugal-ink);
    overflow-x: hidden;
}

.wla-portugal-wrapper a {
    text-decoration: none !important;
    
}

.wla-portugal-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-portugal-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-portugal-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-portugal-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-portugal-white);
    background: var(--wla-portugal-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-portugal-btn-ink:hover {
    opacity: .8;
}

.wla-portugal-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-portugal-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-portugal-btn-bdr:hover {
    border-color: var(--wla-portugal-ink);
}

.wla-portugal-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-portugal-ink);
    background: var(--wla-portugal-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-portugal-btn-white:hover {
    opacity: .88;
}

.wla-portugal-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-portugal-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-portugal-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-portugal-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-portugal-muted);
    margin-bottom: 18px;
}

.wla-portugal-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-portugal-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-portugal-ink);
    text-transform: uppercase;
}

.wla-portugal-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-portugal-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-portugal-section {
    padding: 112px 52px;
}

.wla-portugal-section--dark {
    background: var(--wla-portugal-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-portugal-section--alt {
    background: var(--wla-portugal-white);
    border-top: 1px solid var(--wla-portugal-rule);
}

.wla-portugal-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-portugal-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-portugal-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-portugal-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-portugal-ink) 100%);
}

.wla-portugal-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-portugal-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-portugal-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-portugal-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-portugal-white);
    margin-bottom: 16px;
}

.wla-portugal-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-portugal-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-portugal-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-portugal-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-portugal-hs:last-child {
    border-right: none;
}

.wla-portugal-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-portugal-white);
    line-height: 1;
}

.wla-portugal-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY PORTUGAL
   ================================================================ */
.wla-portugal-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-portugal-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-portugal-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-portugal-why-image:hover img {
    transform: scale(1.04);
}

.wla-portugal-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-portugal-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-portugal-why-body {
    font-size: 15px;
    color: var(--wla-portugal-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-portugal-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-portugal-rule);
    border: 1px solid var(--wla-portugal-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-portugal-ws {
    background: var(--wla-portugal-white);
    padding: 20px 18px;
}

.wla-portugal-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-portugal-ink);
}

.wla-portugal-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-portugal-muted);
    margin-top: 4px;
}

.wla-portugal-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-portugal-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-portugal-rule);
    border: 1px solid var(--wla-portugal-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-portugal-pc {
    background: var(--wla-portugal-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-portugal-pc:hover {
    background: var(--wla-portugal-off);
}

.wla-portugal-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-portugal-muted);
    margin-bottom: 10px;
}

.wla-portugal-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-portugal-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-portugal-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-portugal-pc-desc {
    font-size: 13px;
    color: var(--wla-portugal-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-portugal-intel-bg {
    background: var(--wla-portugal-off);
    border-top: 1px solid var(--wla-portugal-rule);
}

.wla-portugal-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-portugal-white);
    border: 1px solid var(--wla-portugal-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-portugal-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-portugal-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-portugal-rule);
    text-align: left;
    background: var(--wla-portugal-off);
}

.wla-portugal-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-portugal-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-portugal-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-portugal-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-portugal-ink);
}

.wla-portugal-it-sub {
    font-size: 10px;
    color: var(--wla-portugal-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-portugal-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-portugal-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-portugal-green);
    white-space: nowrap;
    text-align: right;
}

.wla-portugal-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-portugal-corridor-bg {
    background: var(--wla-portugal-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-portugal-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-portugal-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-portugal-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-portugal-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-portugal-white);
    margin-bottom: 4px;
}

.wla-portugal-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-portugal-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-portugal-cta-band {
    background: var(--wla-portugal-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-portugal-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-portugal-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-portugal-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-portugal-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-portugal-animate.wla-portugal-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-portugal-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-portugal-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-portugal-section {
        padding: 72px 20px;
    }
    
    .wla-portugal-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-portugal-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-portugal-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-portugal-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Singapore Jurisdiction Styles
 * World Law Alliance Singapore Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-singapore-ink: #0D0D0D;
    --wla-singapore-white: #fff;
    --wla-singapore-off: #F7F7F5;
    --wla-singapore-rule: #E8E8E5;
    --wla-singapore-muted: #9A9A96;
    --wla-singapore-green: #16A34A;
    --wla-singapore-blue: #1A56DB;
    --wla-singapore-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-singapore-wrapper *,
.wla-singapore-wrapper *::before,
.wla-singapore-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-singapore-wrapper {
    font-family: var(--wla-singapore-font);
    background: var(--wla-singapore-white);
    color: var(--wla-singapore-ink);
    overflow-x: hidden;
}

.wla-singapore-wrapper a {
    text-decoration: none !important;
    
}

.wla-singapore-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-singapore-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-singapore-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-singapore-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-singapore-white);
    background: var(--wla-singapore-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-singapore-btn-ink:hover {
    opacity: .8;
}

.wla-singapore-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-singapore-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-singapore-btn-bdr:hover {
    border-color: var(--wla-singapore-ink);
}

.wla-singapore-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-singapore-ink);
    background: var(--wla-singapore-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-singapore-btn-white:hover {
    opacity: .88;
}

.wla-singapore-btn-white-intel {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-singapore-ink);
    background: var(--wla-singapore-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-singapore-btn-white-intel:hover {
    opacity: .88;
}

.wla-singapore-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-singapore-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-singapore-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-singapore-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-singapore-muted);
    margin-bottom: 18px;
}

.wla-singapore-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-singapore-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-singapore-ink);
    text-transform: uppercase;
}

.wla-singapore-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-singapore-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-singapore-section {
    padding: 112px 52px;
}

.wla-singapore-section--dark {
    background: var(--wla-singapore-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-singapore-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-singapore-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-singapore-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.wla-singapore-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-singapore-ink) 100%);
}

.wla-singapore-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-singapore-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-singapore-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-singapore-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-singapore-white);
    margin-bottom: 16px;
}

.wla-singapore-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-singapore-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-singapore-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-singapore-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-singapore-hs:last-child {
    border-right: none;
}

.wla-singapore-hs-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-singapore-white);
    line-height: 1;
}

.wla-singapore-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   HUB VISUALIZATION
   ================================================================ */
.wla-singapore-hub-bg {
    background: var(--wla-singapore-off);
    border-top: 1px solid var(--wla-singapore-rule);
}

.wla-singapore-hub-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.wla-singapore-hub-canvas-wrap {
    background: var(--wla-singapore-ink);
    border-radius: 14px;
    overflow: hidden;
    padding: 40px;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#wlaHubCanvas {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
}

.wla-singapore-hub-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-singapore-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-singapore-hub-body {
    font-size: 15px;
    color: var(--wla-singapore-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-singapore-hub-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.wla-singapore-hub-points li {
    font-size: 14px;
    color: var(--wla-singapore-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-singapore-hub-points li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-singapore-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-singapore-rule);
    border: 1px solid var(--wla-singapore-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-singapore-pc {
    background: var(--wla-singapore-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-singapore-pc:hover {
    background: var(--wla-singapore-off);
}

.wla-singapore-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-singapore-muted);
    margin-bottom: 10px;
}

.wla-singapore-pc-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-singapore-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-singapore-pc-desc {
    font-size: 13px;
    color: var(--wla-singapore-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE SIGNALS
   ================================================================ */
.wla-singapore-intel-bg {
    background: var(--wla-singapore-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-singapore-signal-rows {
    margin-top: 56px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
}

.wla-singapore-sr {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    align-items: start;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-singapore-sr:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.wla-singapore-sr:last-child {
    border-bottom: none;
}
.wla-singapore-sr:not(:first-child):hover {
    background: rgba(255, 255, 255, 0.03);
}

.wla-singapore-sr--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-singapore-sr-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-singapore-sr-area {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.wla-singapore-sr-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}
.wla-singapore-sr-text strong {
    color: var(--wla-singapore-white);
    font-weight: 600;
}

.wla-singapore-sr-badge {
    font-size: 10.5px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}
.wla-singapore-sr-badge--active {
    color: #60a5fa;
}

.wla-singapore-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-singapore-cta-band {
    background: var(--wla-singapore-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-singapore-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-singapore-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-singapore-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-singapore-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-singapore-animate.wla-singapore-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-singapore-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-singapore-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-singapore-section {
        padding: 72px 20px;
    }
    
    .wla-singapore-hub-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-singapore-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-singapore-sr {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-singapore-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA UAE Jurisdiction Styles
 * World Law Alliance UAE Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-uae-ink: #0D0D0D;
    --wla-uae-white: #fff;
    --wla-uae-off: #F7F7F5;
    --wla-uae-rule: #E8E8E5;
    --wla-uae-muted: #9A9A96;
    --wla-uae-green: #16A34A;
    --wla-uae-gold: #C9A84C;
    --wla-uae-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-uae-wrapper *,
.wla-uae-wrapper *::before,
.wla-uae-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-uae-wrapper {
    font-family: var(--wla-uae-font);
    background: var(--wla-uae-white);
    color: var(--wla-uae-ink);
    overflow-x: hidden;
}

.wla-uae-wrapper a {
    text-decoration: none !important;
    
}

.wla-uae-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-uae-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-uae-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-uae-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uae-white);
    background: var(--wla-uae-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-uae-btn-ink:hover {
    opacity: .8;
}

.wla-uae-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-uae-btn-bdr:hover {
    border-color: var(--wla-uae-ink);
}

.wla-uae-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    background: var(--wla-uae-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-uae-btn-white:hover {
    opacity: .88;
}

.wla-uae-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-uae-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-uae-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.wla-uae-btn-white-dark {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    background: var(--wla-uae-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-uae-btn-white-dark:hover {
    opacity: .88;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-uae-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-uae-muted);
    margin-bottom: 18px;
}

.wla-uae-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-uae-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-uae-ink);
    text-transform: uppercase;
}

.wla-uae-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-uae-white);
    text-transform: uppercase;
}

.wla-uae-subtext {
    font-size: 15.5px;
    color: var(--wla-uae-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-uae-section {
    padding: 112px 52px;
}

.wla-uae-section--dark {
    background: var(--wla-uae-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-uae-section--alt {
    background: var(--wla-uae-white);
    border-top: 1px solid var(--wla-uae-rule);
}

.wla-uae-section--vision {
    background: var(--wla-uae-off);
    border-top: 1px solid var(--wla-uae-rule);
}

.wla-uae-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-uae-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-uae-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .45;
}

.wla-uae-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-uae-ink) 100%);
}

.wla-uae-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-uae-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-uae-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-uae-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-uae-white);
    margin-bottom: 16px;
}

.wla-uae-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-uae-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-uae-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-uae-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-uae-hs:last-child {
    border-right: none;
}

.wla-uae-hs-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-uae-white);
    line-height: 1;
}

.wla-uae-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   ZONES (DIFC / ADGM / MAINLAND)
   ================================================================ */
.wla-uae-zones-bg {
    background: var(--wla-uae-off);
    border-top: 1px solid var(--wla-uae-rule);
}

.wla-uae-zone-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid var(--wla-uae-rule);
    margin-top: 56px;
    flex-wrap: wrap;
}

.wla-uae-ztab {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uae-muted);
    padding: 16px 28px;
    border-bottom: 2.5px solid transparent;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}
.wla-uae-ztab:hover {
    color: var(--wla-uae-ink);
}
.wla-uae-ztab-active {
    color: var(--wla-uae-ink);
    border-bottom-color: var(--wla-uae-ink);
}

.wla-uae-zone-panels {
    margin-top: 36px;
}

.wla-uae-zone-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}
.wla-uae-zone-panel-active {
    display: grid;
}

.wla-uae-zp-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    margin-bottom: 16px;
    line-height: 1.1;
}

.wla-uae-zp-body {
    font-size: 15px;
    color: var(--wla-uae-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-uae-zp-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.wla-uae-zp-list li {
    font-size: 14px;
    color: var(--wla-uae-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-uae-zp-list li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-uae-zp-image {
    border-radius: 14px;
    overflow: hidden;
}
.wla-uae-zp-image img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    transition: transform .5s;
}
.wla-uae-zp-image:hover img {
    transform: scale(1.04);
}

.wla-uae-zp-facts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 24px;
}

.wla-uae-zpf {
    background: var(--wla-uae-white);
    border: 1px solid var(--wla-uae-rule);
    border-radius: 10px;
    padding: 18px 16px;
    text-align: center;
}
.wla-uae-zpf-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-uae-ink);
}
.wla-uae-zpf-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-uae-muted);
    margin-top: 4px;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-uae-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-uae-rule);
    border: 1px solid var(--wla-uae-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-uae-pc {
    background: var(--wla-uae-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-uae-pc:hover {
    background: var(--wla-uae-off);
}

.wla-uae-pc-icon {
    font-size: 22px;
    margin-bottom: 12px;
}

.wla-uae-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-uae-muted);
    margin-bottom: 10px;
}

.wla-uae-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-uae-pc-desc {
    font-size: 13px;
    color: var(--wla-uae-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE SIGNALS
   ================================================================ */
.wla-uae-intel-bg {
    background: var(--wla-uae-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-uae-signal-rows {
    margin-top: 56px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
}

.wla-uae-sr-header {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wla-uae-sr-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-uae-sr {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background .12s;
}
.wla-uae-sr:last-child {
    border-bottom: none;
}
.wla-uae-sr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.wla-uae-sr-area {
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.wla-uae-sr-text {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}
.wla-uae-sr-text strong {
    color: var(--wla-uae-white);
    font-weight: 600;
}

.wla-uae-sr-badge {
    font-size: 10.5px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}
.wla-uae-sr-badge--active {
    color: #60a5fa;
}

.wla-uae-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   VISION 2031
   ================================================================ */
.wla-uae-v2030-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.wla-uae-v2030-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-uae-muted);
    margin-bottom: 16px;
}

.wla-uae-v2030-item {
    background: var(--wla-uae-white);
    border: 1px solid var(--wla-uae-rule);
    border-radius: 10px;
    padding: 20px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    transition: all .2s;
    cursor: default;
}
.wla-uae-v2030-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transform: translateX(4px);
}
.wla-uae-v2030-item + .wla-uae-v2030-item {
    margin-top: 12px;
}

.wla-uae-v2030-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.wla-uae-v2030-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    margin-bottom: 4px;
}

.wla-uae-v2030-desc {
    font-size: 12.5px;
    color: var(--wla-uae-muted);
    line-height: 1.5;
}

.wla-uae-v2030-title-main {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-uae-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-uae-v2030-body {
    font-size: 15px;
    color: var(--wla-uae-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-uae-v2030-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-uae-cta-band {
    background: var(--wla-uae-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-uae-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-uae-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-uae-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-uae-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-uae-animate.wla-uae-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-uae-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-uae-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-uae-section {
        padding: 72px 20px;
    }
    
    .wla-uae-zone-panel-active {
        grid-template-columns: 1fr;
    }
    
    .wla-uae-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-uae-v2030-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-uae-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-uae-zone-tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    
    .wla-uae-sr {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .wla-uae-sr-header {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .wla-uae-zp-facts {
        grid-template-columns: 1fr 1fr;
    }
}
/**
 * WLA United Kingdom Jurisdiction Styles
 * World Law Alliance United Kingdom Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-uk-ink: #0D0D0D;
    --wla-uk-white: #fff;
    --wla-uk-off: #F7F7F5;
    --wla-uk-rule: #E8E8E5;
    --wla-uk-muted: #9A9A96;
    --wla-uk-green: #16A34A;
    --wla-uk-blue: #1A56DB;
    --wla-uk-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-uk-wrapper *,
.wla-uk-wrapper *::before,
.wla-uk-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-uk-wrapper {
    font-family: var(--wla-uk-font);
    background: var(--wla-uk-white);
    color: var(--wla-uk-ink);
    overflow-x: hidden;
}

.wla-uk-wrapper a {
    text-decoration: none !important;
    
}

.wla-uk-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-uk-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-uk-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-uk-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uk-white);
    background: var(--wla-uk-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-uk-btn-ink:hover {
    opacity: .8;
}

.wla-uk-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-uk-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-uk-btn-bdr:hover {
    border-color: var(--wla-uk-ink);
}

.wla-uk-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-uk-ink);
    background: var(--wla-uk-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-uk-btn-white:hover {
    opacity: .88;
}

.wla-uk-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-uk-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-uk-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-uk-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-uk-muted);
    margin-bottom: 18px;
}

.wla-uk-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-uk-ink);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-uk-section {
    padding: 112px 52px;
}

.wla-uk-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-uk-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-uk-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .4;
}

.wla-uk-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.8) 60%, var(--wla-uk-ink) 100%);
}

.wla-uk-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-uk-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-uk-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-uk-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-uk-white);
    margin-bottom: 16px;
}

.wla-uk-hero-subtitle {
    font-size: clamp(16px, 2.2vw, 26px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-uk-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-uk-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-uk-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-uk-hs:last-child {
    border-right: none;
}

.wla-uk-hs-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-uk-white);
    line-height: 1;
}

.wla-uk-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY ENGLISH LAW
   ================================================================ */
.wla-uk-law-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-uk-law-content {
    display: flex;
    flex-direction: column;
}

.wla-uk-law-title {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-uk-ink);
    margin-bottom: 20px;
    line-height: 1.05;
}

.wla-uk-law-body {
    font-size: 15px;
    color: var(--wla-uk-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-uk-law-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.wla-uk-law-points li {
    font-size: 14px;
    color: var(--wla-uk-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-uk-law-points li::before {
    content: '✓';
    color: var(--wla-uk-green);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.wla-uk-law-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-uk-law-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-uk-law-image:hover img {
    transform: scale(1.04);
}

/* ================================================================
   KEY DEVELOPMENTS
   ================================================================ */
.wla-uk-dev-bg {
    background: var(--wla-uk-off);
    border-top: 1px solid var(--wla-uk-rule);
}

.wla-uk-dev-rows {
    margin-top: 64px;
}

.wla-uk-dev-row {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 32px;
    padding: 32px 0;
    border-top: 1px solid var(--wla-uk-rule);
    align-items: start;
    transition: padding-left .15s;
}
.wla-uk-dev-row:last-child {
    border-bottom: 1px solid var(--wla-uk-rule);
}
.wla-uk-dev-row:hover {
    padding-left: 8px;
}

.wla-uk-dr-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wla-uk-dr-date {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-uk-muted);
}

.wla-uk-dr-status {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 100px;
    display: inline-flex;
    width: fit-content;
}
.wla-uk-dr-status--live {
    color: var(--wla-uk-green);
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}
.wla-uk-dr-status--watch {
    color: var(--wla-uk-blue);
    background: #eff4ff;
    border: 1px solid #bfdbfe;
}

.wla-uk-dr-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-uk-ink);
    margin-bottom: 8px;
    line-height: 1.2;
}

.wla-uk-dr-desc {
    font-size: 14px;
    color: var(--wla-uk-muted);
    line-height: 1.75;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-uk-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-uk-rule);
    border: 1px solid var(--wla-uk-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-uk-pc {
    background: var(--wla-uk-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-uk-pc:hover {
    background: var(--wla-uk-off);
}

.wla-uk-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-uk-muted);
    margin-bottom: 10px;
}

.wla-uk-pc-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-uk-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-uk-pc-desc {
    font-size: 13px;
    color: var(--wla-uk-muted);
    line-height: 1.75;
}

.wla-uk-practice-buttons {
    margin-top: 40px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-uk-cta-band {
    background: var(--wla-uk-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-uk-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-uk-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-uk-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-uk-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-uk-animate.wla-uk-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-uk-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-uk-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-uk-section {
        padding: 72px 20px;
    }
    
    .wla-uk-law-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-uk-dev-row {
        grid-template-columns: 1fr;
    }
    
    .wla-uk-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-uk-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Zambia Jurisdiction Styles
 * World Law Alliance Zambia Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-zambia-ink: #0D0D0D;
    --wla-zambia-white: #fff;
    --wla-zambia-off: #F7F7F5;
    --wla-zambia-rule: #E8E8E5;
    --wla-zambia-muted: #9A9A96;
    --wla-zambia-green: #16A34A;
    --wla-zambia-blue: #1A56DB;
    --wla-zambia-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-zambia-wrapper *,
.wla-zambia-wrapper *::before,
.wla-zambia-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-zambia-wrapper {
    font-family: var(--wla-zambia-font);
    background: var(--wla-zambia-white);
    color: var(--wla-zambia-ink);
    overflow-x: hidden;
}

.wla-zambia-wrapper a {
    text-decoration: none !important;
    
}

.wla-zambia-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-zambia-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-zambia-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-zambia-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-zambia-white);
    background: var(--wla-zambia-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-zambia-btn-ink:hover {
    opacity: .8;
}

.wla-zambia-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-zambia-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-zambia-btn-bdr:hover {
    border-color: var(--wla-zambia-ink);
}

.wla-zambia-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-zambia-ink);
    background: var(--wla-zambia-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-zambia-btn-white:hover {
    opacity: .88;
}

.wla-zambia-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-zambia-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-zambia-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-zambia-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-zambia-muted);
    margin-bottom: 18px;
}

.wla-zambia-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-zambia-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-zambia-ink);
    text-transform: uppercase;
}

.wla-zambia-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-zambia-white);
    text-transform: uppercase;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-zambia-section {
    padding: 112px 52px;
}

.wla-zambia-section--dark {
    background: var(--wla-zambia-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-zambia-section--alt {
    background: var(--wla-zambia-white);
    border-top: 1px solid var(--wla-zambia-rule);
}

.wla-zambia-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-zambia-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-zambia-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .38;
}

.wla-zambia-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.3) 0%, rgba(13, 13, 13, 0.78) 58%, var(--wla-zambia-ink) 100%);
}

.wla-zambia-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
}

.wla-zambia-flag {
    font-size: 48px;
    margin-bottom: 16px;
}

.wla-zambia-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-zambia-hero-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.92;
    text-transform: uppercase;
    color: var(--wla-zambia-white);
    margin-bottom: 16px;
}

.wla-zambia-hero-subtitle {
    font-size: clamp(15px, 2vw, 24px);
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 36px;
}

.wla-zambia-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-zambia-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-zambia-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-zambia-hs:last-child {
    border-right: none;
}

.wla-zambia-hs-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-zambia-white);
    line-height: 1;
}

.wla-zambia-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   WHY ZAMBIA
   ================================================================ */
.wla-zambia-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-zambia-why-image {
    border-radius: 14px;
    overflow: hidden;
    height: 500px;
}
.wla-zambia-why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-zambia-why-image:hover img {
    transform: scale(1.04);
}

.wla-zambia-why-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-zambia-ink);
    margin-bottom: 18px;
    line-height: 1.1;
}

.wla-zambia-why-body {
    font-size: 15px;
    color: var(--wla-zambia-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-zambia-why-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-zambia-rule);
    border: 1px solid var(--wla-zambia-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 28px;
}

.wla-zambia-ws {
    background: var(--wla-zambia-white);
    padding: 20px 18px;
}

.wla-zambia-ws-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-zambia-ink);
}

.wla-zambia-ws-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-zambia-muted);
    margin-top: 4px;
}

.wla-zambia-why-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   PRACTICE GRID
   ================================================================ */
.wla-zambia-practice-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-zambia-rule);
    border: 1px solid var(--wla-zambia-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-zambia-pc {
    background: var(--wla-zambia-white);
    padding: 40px 30px;
    transition: background .2s;
}
.wla-zambia-pc:hover {
    background: var(--wla-zambia-off);
}

.wla-zambia-pc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-zambia-muted);
    margin-bottom: 10px;
}

.wla-zambia-pc-icon {
    font-size: 22px;
    margin-bottom: 10px;
}

.wla-zambia-pc-title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-zambia-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-zambia-pc-desc {
    font-size: 13px;
    color: var(--wla-zambia-muted);
    line-height: 1.7;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-zambia-intel-bg {
    background: var(--wla-zambia-off);
    border-top: 1px solid var(--wla-zambia-rule);
}

.wla-zambia-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-zambia-white);
    border: 1px solid var(--wla-zambia-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-zambia-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-zambia-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-zambia-rule);
    text-align: left;
    background: var(--wla-zambia-off);
}

.wla-zambia-intel-table tbody td {
    padding: 18px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-zambia-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-zambia-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-zambia-it-area {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-zambia-ink);
}

.wla-zambia-it-sub {
    font-size: 10px;
    color: var(--wla-zambia-muted);
    margin-top: 2px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wla-zambia-it-text {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}

.wla-zambia-it-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-zambia-green);
    white-space: nowrap;
    text-align: right;
}

.wla-zambia-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CORRIDORS
   ================================================================ */
.wla-zambia-corridor-bg {
    background: var(--wla-zambia-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-zambia-corridor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-zambia-cg {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
    display: block;
    cursor: pointer;
}
.wla-zambia-cg:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-zambia-cg-route {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-zambia-white);
    margin-bottom: 4px;
}

.wla-zambia-cg-growth {
    font-size: 12px;
    font-weight: 700;
    color: #4ade80;
    margin-bottom: 8px;
}

.wla-zambia-cg-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-zambia-cta-band {
    background: var(--wla-zambia-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-zambia-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-zambia-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-zambia-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-zambia-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-zambia-animate.wla-zambia-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-zambia-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-zambia-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-zambia-section {
        padding: 72px 20px;
    }
    
    .wla-zambia-why-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-zambia-practice-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-zambia-corridor-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-zambia-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA About Page Styles
 * World Law Alliance About Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-about-ink: #0D0D0D;
    --wla-about-white: #fff;
    --wla-about-off: #F7F7F5;
    --wla-about-rule: #E8E8E5;
    --wla-about-muted: #9A9A96;
    --wla-about-green: #16A34A;
    --wla-about-blue: #1A56DB;
    --wla-about-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-about-wrapper *,
.wla-about-wrapper *::before,
.wla-about-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-about-wrapper {
    font-family: var(--wla-about-font);
    background: var(--wla-about-white);
    color: var(--wla-about-ink);
    overflow-x: hidden;
}

.wla-about-wrapper a {
    text-decoration: none !important;
    
}

.wla-about-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-about-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-about-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-about-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-about-white);
    background: var(--wla-about-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-about-btn-ink:hover {
    opacity: .8;
}

.wla-about-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-about-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-about-btn-bdr:hover {
    border-color: var(--wla-about-ink);
}

.wla-about-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-about-ink);
    background: var(--wla-about-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-about-btn-white:hover {
    opacity: .88;
}

.wla-about-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-about-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-about-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-about-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-about-muted);
    margin-bottom: 18px;
}

.wla-about-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-about-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-about-ink);
    text-transform: uppercase;
}

.wla-about-heading-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-about-white);
    text-transform: uppercase;
}

.wla-about-subheading {
    font-size: 15.5px;
    color: var(--wla-about-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   RULE
   ================================================================ */
.wla-about-rule {
    height: 1px;
    background: var(--wla-about-rule);
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-about-section {
    padding: 112px 52px;
}

.wla-about-section--dark {
    background: var(--wla-about-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-about-section--team {
    background: var(--wla-about-off);
    border-top: 1px solid var(--wla-about-rule);
}

.wla-about-section--vision {
    background: var(--wla-about-white);
    border-top: 1px solid var(--wla-about-rule);
}

.wla-about-section--globe {
    background: var(--wla-about-off);
    border-top: 1px solid var(--wla-about-rule);
}

.wla-about-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-about-hero {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-about-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .35;
}

.wla-about-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.2) 0%, rgba(13, 13, 13, 0.75) 60%, var(--wla-about-ink) 100%);
}

.wla-about-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 900px;
}

.wla-about-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wla-about-hero-eyebrow::before {
    content: '';
    display: block;
    width: 28px;
    height: 1px;
    background: rgba(255, 255, 255, 0.35);
}

.wla-about-hero-title {
    font-size: clamp(52px, 7vw, 100px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.93;
    text-transform: uppercase;
    color: var(--wla-about-white);
    margin-bottom: 28px;
}

.wla-about-hero-description {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 580px;
    margin-bottom: 44px;
}

.wla-about-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wla-about-hero-scroll {
    position: absolute;
    bottom: 32px;
    left: 52px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
}

.wla-about-scroll-line {
    width: 40px;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
}

/* ================================================================
   STATS STRIP
   ================================================================ */
.wla-about-stats-strip {
    background: var(--wla-about-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 64px 52px;
}

.wla-about-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-about-stat-c {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 24px;
    text-align: center;
    transition: background .2s;
}
.wla-about-stat-c:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-about-stat-n {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-about-white);
    line-height: 1;
}

.wla-about-stat-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 8px;
}

/* ================================================================
   FOUNDING STORY
   ================================================================ */
.wla-about-story-grid {
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    gap: 48px;
    margin-top: 72px;
}

.wla-about-story-col-rule {
    background: var(--wla-about-rule);
}

.wla-about-story-drop {
    font-size: 68px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-about-ink);
    float: left;
    line-height: 0.85;
    margin-right: 8px;
    margin-top: 4px;
}

.wla-about-story-body {
    font-size: 15px;
    color: #444;
    line-height: 1.85;
}
.wla-about-story-body + .wla-about-story-body {
    margin-top: 20px;
}

.wla-about-story-pull {
    font-size: 17px;
    font-weight: 600;
    color: var(--wla-about-ink);
    line-height: 1.5;
    border-left: 3px solid var(--wla-about-ink);
    padding-left: 20px;
    margin: 24px 0;
}

/* ================================================================
   THREE PILLARS
   ================================================================ */
.wla-about-pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-about-rule);
    border: 1px solid var(--wla-about-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-about-pillar {
    background: var(--wla-about-white);
    padding: 56px 44px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-about-pillar:hover {
    background: var(--wla-about-off);
}

.wla-about-pillar-number {
    font-size: clamp(72px, 7vw, 108px);
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-about-off);
    line-height: 1;
    margin-bottom: -8px;
    transition: color .2s;
}
.wla-about-pillar:hover .wla-about-pillar-number {
    color: #e8e8e6;
}

.wla-about-pillar-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-about-ink);
    margin-bottom: 14px;
    line-height: 1.15;
}

.wla-about-pillar-desc {
    font-size: 14px;
    color: var(--wla-about-muted);
    line-height: 1.8;
}

/* ================================================================
   TIMELINE
   ================================================================ */
.wla-about-timeline-bg {
    background: var(--wla-about-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-about-tl-track {
    display: flex;
    gap: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 64px;
    overflow-x: auto;
    scrollbar-width: none;
}
.wla-about-tl-track::-webkit-scrollbar {
    display: none;
}

.wla-about-tl-year {
    width: 200px;
    flex-shrink: 0;
    padding: 28px 0 28px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    cursor: pointer;
    transition: background .2s;
    position: relative;
}
.wla-about-tl-year:hover,
.wla-about-tl-year--active {
    background: rgba(255, 255, 255, 0.04);
}

.wla-about-tl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: -5px;
    left: 24px;
    transition: all .2s;
}
.wla-about-tl-year:hover .wla-about-tl-dot,
.wla-about-tl-year--active .wla-about-tl-dot {
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.15);
}

.wla-about-tl-year-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: rgba(255, 255, 255, 0.2);
    line-height: 1;
    margin-bottom: 10px;
    transition: color .2s;
}
.wla-about-tl-year:hover .wla-about-tl-year-number,
.wla-about-tl-year--active .wla-about-tl-year-number {
    color: var(--wla-about-white);
}

.wla-about-tl-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 6px;
    transition: color .2s;
}
.wla-about-tl-year:hover .wla-about-tl-title,
.wla-about-tl-year--active .wla-about-tl-title {
    color: rgba(255, 255, 255, 0.75);
}

.wla-about-tl-metric {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.28);
    line-height: 1.5;
}

/* ================================================================
   TEAM GRID
   ================================================================ */
.wla-about-team-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.wla-about-team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 44px;
}

.wla-about-tc {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--wla-about-rule);
    transition: all .25s;
    display: block;
    background: var(--wla-about-white);
}
.wla-about-tc:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.wla-about-tc-image-wrap {
    overflow: hidden;
}

.wla-about-tc-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    transition: transform .5s;
    background: var(--wla-about-off);
}
.wla-about-tc:hover .wla-about-tc-img {
    transform: scale(1.06);
}

.wla-about-tc-info {
    padding: 18px 18px 22px;
}

.wla-about-tc-name {
    font-size: 13.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--wla-about-ink);
}

.wla-about-tc-role {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-about-muted);
    margin-top: 4px;
}

.wla-about-tc-jur {
    font-size: 11px;
    color: var(--wla-about-muted);
    margin-top: 3px;
}

/* ================================================================
   VISION
   ================================================================ */
.wla-about-vision-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 0;
}

.wla-about-vision-image {
    border-radius: 14px;
    overflow: hidden;
    height: 520px;
}
.wla-about-vision-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wla-about-vision-statement {
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.3;
    color: var(--wla-about-ink);
    margin-bottom: 28px;
    text-transform: uppercase;
}

.wla-about-vision-body {
    font-size: 15px;
    color: var(--wla-about-muted);
    line-height: 1.8;
    margin-bottom: 28px;
}

.wla-about-vision-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}
.wla-about-vision-list li {
    font-size: 14px;
    color: var(--wla-about-ink);
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.5;
}
.wla-about-vision-list li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-about-vision-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   GLOBAL REACH
   ================================================================ */
.wla-about-region-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-about-rule);
    border: 1px solid var(--wla-about-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-about-rc {
    background: var(--wla-about-white);
    padding: 36px 28px;
    cursor: pointer;
    transition: background .2s;
}
.wla-about-rc:hover,
.wla-about-rc--active {
    background: var(--wla-about-ink);
}

.wla-about-rc-number {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-about-ink);
    line-height: 1;
    margin-bottom: 8px;
    transition: color .2s;
}
.wla-about-rc:hover .wla-about-rc-number,
.wla-about-rc--active .wla-about-rc-number {
    color: var(--wla-about-white);
}

.wla-about-rc-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-about-muted);
    transition: color .2s;
}
.wla-about-rc:hover .wla-about-rc-name,
.wla-about-rc--active .wla-about-rc-name {
    color: rgba(255, 255, 255, 0.4);
}

.wla-about-rc-countries {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.6;
    display: none;
}
.wla-about-rc--active .wla-about-rc-countries {
    display: block;
}

.wla-about-region-buttons {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}

/* ================================================================
   CONNECTED ORGANISATIONS
   ================================================================ */
.wla-about-connected-bg {
    background: var(--wla-about-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-about-connected-intro {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
    margin-bottom: 64px;
}

.wla-about-connected-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
}

.wla-about-corg {
    background: rgba(255, 255, 255, 0.04);
    padding: 48px 44px;
    transition: background .2s;
}
.wla-about-corg:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-about-corg-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 16px;
}

.wla-about-corg-name {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-about-white);
    margin-bottom: 10px;
}

.wla-about-corg-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    margin-bottom: 24px;
}

.wla-about-corg-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-about-white);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 18px;
    border-radius: 4px;
    transition: border-color .15s;
}
.wla-about-corg-link:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-about-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-about-animate.wla-about-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-about-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-about-hero-scroll {
        left: 20px;
    }
    
    .wla-about-section {
        padding: 72px 20px;
    }
    
    .wla-about-stats-strip {
        padding: 40px 20px;
    }
    .wla-about-stats-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-about-story-grid {
        grid-template-columns: 1fr;
    }
    .wla-about-story-col-rule {
        display: none;
    }
    
    .wla-about-pillars-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-about-team-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-about-vision-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-about-region-cards {
        grid-template-columns: 1fr;
    }
    
    .wla-about-connected-grid {
        grid-template-columns: 1fr;
    }
}
/**
 * WLA Arbitration & Mediation Styles
 * World Law Alliance Arbitration Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-arbitration-ink: #0D0D0D;
    --wla-arbitration-white: #fff;
    --wla-arbitration-off: #F7F7F5;
    --wla-arbitration-rule: #E8E8E5;
    --wla-arbitration-muted: #9A9A96;
    --wla-arbitration-green: #16A34A;
    --wla-arbitration-blue: #1A56DB;
    --wla-arbitration-red: #DC2626;
    --wla-arbitration-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-arbitration-wrapper *,
.wla-arbitration-wrapper *::before,
.wla-arbitration-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-arbitration-wrapper {
    font-family: var(--wla-arbitration-font);
    background: var(--wla-arbitration-white);
    color: var(--wla-arbitration-ink);
    overflow-x: hidden;
}

.wla-arbitration-wrapper a {
    text-decoration: none !important;
    
}

.wla-arbitration-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-arbitration-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-arbitration-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-arbitration-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-arbitration-ink);
    background: var(--wla-arbitration-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-arbitration-btn-white:hover {
    opacity: .88;
}

.wla-arbitration-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-arbitration-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-arbitration-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-arbitration-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-arbitration-muted);
    margin-bottom: 18px;
}

.wla-arbitration-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-arbitration-heading {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-arbitration-ink);
    text-transform: uppercase;
}

.wla-arbitration-heading-dark {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-arbitration-white);
    text-transform: uppercase;
}

.wla-arbitration-subtext {
    font-size: 15.5px;
    color: var(--wla-arbitration-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-arbitration-section {
    padding: 112px 52px;
}

.wla-arbitration-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-arbitration-hero {
    min-height: 100vh;
    background: var(--wla-arbitration-ink);
    display: flex;
    flex-direction: column;
}

.wla-arbitration-hero-main {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.wla-arbitration-hero-left {
    padding: 80px 64px 60px 52px;
}

.wla-arbitration-breadcrumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wla-arbitration-breadcrumb span {
    color: rgba(255, 255, 255, 0.12);
}

.wla-arbitration-hero-title {
    font-size: clamp(44px, 5.5vw, 80px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-arbitration-white);
    margin-bottom: 24px;
}

.wla-arbitration-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-arbitration-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero Right - Institution Selector */
.wla-arbitration-hero-right {
    padding: 60px 52px 60px 32px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.wla-arbitration-inst-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.wla-arbitration-inst-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wla-arbitration-inst {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    padding: 18px 20px;
    cursor: pointer;
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.wla-arbitration-inst:hover,
.wla-arbitration-inst-active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}
.wla-arbitration-inst-active {
    border-color: rgba(255, 255, 255, 0.35);
}

.wla-arbitration-inst-name {
    font-size: 15px;
    font-weight: 700;
    color: var(--wla-arbitration-white);
    letter-spacing: 0.02em;
}

.wla-arbitration-inst-full {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 3px;
}

.wla-arbitration-inst-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 11px;
    border-radius: 100px;
    flex-shrink: 0;
}
.wla-arbitration-inst-badge--active {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.2);
}
.wla-arbitration-inst-badge--available {
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wla-arbitration-inst-detail {
    display: none;
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.6;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    width: 100%;
}
.wla-arbitration-inst-active .wla-arbitration-inst-detail {
    display: block;
}

/* Hero Strip Stats */
.wla-arbitration-hero-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.wla-arbitration-hs {
    padding: 22px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}
.wla-arbitration-hs:last-child {
    border-right: none;
}

.wla-arbitration-hs-number {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-arbitration-white);
    line-height: 1;
}

.wla-arbitration-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 5px;
}

/* ================================================================
   CAPABILITIES ACCORDION
   ================================================================ */
.wla-arbitration-cap-rows {
    margin-top: 72px;
}

.wla-arbitration-cap-row {
    display: grid;
    grid-template-columns: 72px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 36px 0;
    border-top: 1px solid var(--wla-arbitration-rule);
    cursor: pointer;
    transition: padding-left .15s;
}
.wla-arbitration-cap-row:last-child {
    border-bottom: 1px solid var(--wla-arbitration-rule);
}
.wla-arbitration-cap-row:hover {
    padding-left: 8px;
}
.wla-arbitration-cap-row-open {
    padding-left: 8px;
}

.wla-arbitration-cr-number {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wla-arbitration-off);
    transition: color .2s;
}
.wla-arbitration-cap-row:hover .wla-arbitration-cr-number,
.wla-arbitration-cap-row-open .wla-arbitration-cr-number {
    color: #ccc;
}

.wla-arbitration-cr-title {
    font-size: clamp(20px, 2.5vw, 30px);
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-arbitration-ink);
    line-height: 1.1;
}

.wla-arbitration-cr-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--wla-arbitration-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: var(--wla-arbitration-muted);
    transition: all .25s;
    flex-shrink: 0;
}
.wla-arbitration-cap-row:hover .wla-arbitration-cr-toggle {
    border-color: var(--wla-arbitration-ink);
    color: var(--wla-arbitration-ink);
}
.wla-arbitration-cap-row-open .wla-arbitration-cr-toggle {
    transform: rotate(45deg);
    background: var(--wla-arbitration-ink);
    border-color: var(--wla-arbitration-ink);
    color: var(--wla-arbitration-white);
}

.wla-arbitration-cr-expand {
    display: none;
    padding: 0 0 36px 96px;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    border-bottom: 1px solid var(--wla-arbitration-rule);
    margin-top: -8px;
}
.wla-arbitration-cr-expand-open {
    display: grid;
}

.wla-arbitration-cr-desc {
    font-size: 14.5px;
    color: var(--wla-arbitration-muted);
    line-height: 1.8;
}

.wla-arbitration-cr-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wla-arbitration-cr-list li {
    font-size: 13.5px;
    color: var(--wla-arbitration-muted);
    display: flex;
    gap: 10px;
    line-height: 1.5;
    align-items: flex-start;
}
.wla-arbitration-cr-list li::before {
    content: '→';
    color: var(--wla-arbitration-ink);
    font-weight: 700;
    flex-shrink: 0;
}

/* ================================================================
   INSTITUTION TABLE
   ================================================================ */
.wla-arbitration-inst-table-bg {
    background: var(--wla-arbitration-off);
    border-top: 1px solid var(--wla-arbitration-rule);
}

.wla-arbitration-inst-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-arbitration-white);
    border: 1px solid var(--wla-arbitration-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-arbitration-inst-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-arbitration-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-arbitration-rule);
    text-align: left;
    background: var(--wla-arbitration-off);
}

.wla-arbitration-inst-table tbody td {
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
    transition: background .12s;
}
.wla-arbitration-inst-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-arbitration-inst-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-arbitration-it-inst {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--wla-arbitration-ink);
}

.wla-arbitration-it-full {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-arbitration-muted);
    margin-top: 3px;
}

.wla-arbitration-it-seat {
    font-size: 13.5px;
    color: #555;
}

.wla-arbitration-it-time {
    font-size: 13px;
    font-weight: 600;
    color: var(--wla-arbitration-green);
}

.wla-arbitration-it-wla {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 13px;
    border-radius: 100px;
    background: #f0fdf4;
    color: var(--wla-arbitration-green);
    white-space: nowrap;
    display: inline-block;
}

/* ================================================================
   ENFORCEMENT SECTION
   ================================================================ */
.wla-arbitration-enf-bg {
    background: var(--wla-arbitration-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-arbitration-enf-inner {
    padding: 112px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-arbitration-enf-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-top: 64px;
}

.wla-arbitration-enf-canvas-wrap {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    padding: 32px;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wla-arbitration-enf-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 20px;
}

.wla-arbitration-enf-row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-arbitration-enf-row:last-child {
    border-bottom: none;
}

.wla-arbitration-enf-country {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    width: 100px;
    flex-shrink: 0;
}

.wla-arbitration-enf-bar-wrap {
    flex: 1;
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    overflow: hidden;
}

.wla-arbitration-enf-bar {
    height: 100%;
    border-radius: 4px;
    background: #4ade80;
    transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0;
}

.wla-arbitration-enf-pct {
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
    width: 36px;
    text-align: right;
    flex-shrink: 0;
}

/* Neutrals Card */
.wla-arbitration-neutrals-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: background .2s;
}
.wla-arbitration-neutrals-card:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-arbitration-nc-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 8px;
}

.wla-arbitration-nc-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--wla-arbitration-white);
    margin-bottom: 4px;
}

.wla-arbitration-nc-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

.wla-arbitration-nc-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-arbitration-white);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 10px 18px;
    border-radius: 6px;
    flex-shrink: 0;
    transition: background .15s;
}
.wla-arbitration-nc-link:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Enforcement Content */
.wla-arbitration-enf-title {
    font-size: clamp(24px, 3vw, 38px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-arbitration-white);
    margin-bottom: 20px;
    line-height: 1.1;
}

.wla-arbitration-enf-body {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.8;
    margin-bottom: 28px;
}

.wla-arbitration-enf-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.wla-arbitration-enf-points li {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    gap: 12px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-arbitration-enf-points li::before {
    content: '✓';
    color: #4ade80;
    font-weight: 700;
    flex-shrink: 0;
}

/* ================================================================
   PROCESS TIMELINE
   ================================================================ */
.wla-arbitration-timeline {
    margin-top: 72px;
    position: relative;
    padding-left: 48px;
}
.wla-arbitration-timeline::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, var(--wla-arbitration-rule) 10%, var(--wla-arbitration-rule) 90%, transparent);
}

.wla-arbitration-pt-item {
    position: relative;
    padding: 0 0 48px 40px;
}
.wla-arbitration-pt-item:last-child {
    padding-bottom: 0;
}

.wla-arbitration-pt-dot {
    position: absolute;
    left: -40px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--wla-arbitration-white);
    border: 2px solid var(--wla-arbitration-rule);
    transition: all .2s;
    z-index: 1;
}
.wla-arbitration-pt-item:hover .wla-arbitration-pt-dot {
    background: var(--wla-arbitration-ink);
    border-color: var(--wla-arbitration-ink);
}

.wla-arbitration-pt-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-arbitration-muted);
    margin-bottom: 8px;
}

.wla-arbitration-pt-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-arbitration-ink);
    margin-bottom: 10px;
    line-height: 1.15;
}

.wla-arbitration-pt-desc {
    font-size: 14px;
    color: var(--wla-arbitration-muted);
    line-height: 1.8;
    max-width: 600px;
}

.wla-arbitration-pt-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-arbitration-green);
    background: #f0fdf4;
    border-radius: 100px;
    padding: 4px 13px;
    margin-top: 10px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-arbitration-cta-band {
    background: var(--wla-arbitration-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-arbitration-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-arbitration-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-arbitration-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-arbitration-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-arbitration-animate.wla-arbitration-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-arbitration-hero-main {
        grid-template-columns: 1fr;
    }
    
    .wla-arbitration-hero-right {
        display: none;
    }
    
    .wla-arbitration-hero-left {
        padding: 80px 20px 56px;
    }
    
    .wla-arbitration-hero-strip {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-arbitration-section {
        padding: 72px 20px;
    }
    
    .wla-arbitration-cr-expand {
        grid-template-columns: 1fr;
        padding-left: 24px;
    }
    
    .wla-arbitration-enf-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-arbitration-enf-inner {
        padding: 72px 20px;
    }
    
    .wla-arbitration-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Clients Page Styles
 * World Law Alliance Clients Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-clients-ink: #0D0D0D;
    --wla-clients-white: #fff;
    --wla-clients-off: #F7F7F5;
    --wla-clients-rule: #E8E8E5;
    --wla-clients-muted: #9A9A96;
    --wla-clients-green: #16A34A;
    --wla-clients-blue: #1A56DB;
    --wla-clients-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-clients-wrapper *,
.wla-clients-wrapper *::before,
.wla-clients-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-clients-wrapper {
    font-family: var(--wla-clients-font);
    background: var(--wla-clients-white);
    color: var(--wla-clients-ink);
    overflow-x: hidden;
}

.wla-clients-wrapper a {
    text-decoration: none !important;
    
}

.wla-clients-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-clients-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-clients-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-clients-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    background: var(--wla-clients-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-clients-btn-ink:hover {
    opacity: .8;
}

.wla-clients-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-clients-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-clients-btn-bdr:hover {
    border-color: var(--wla-clients-ink);
}

.wla-clients-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-clients-ink);
    background: var(--wla-clients-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-clients-btn-white:hover {
    opacity: .88;
}

.wla-clients-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-clients-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-clients-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-clients-muted);
    margin-bottom: 18px;
}

.wla-clients-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-clients-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.97;
    color: var(--wla-clients-ink);
    text-transform: uppercase;
}

.wla-clients-subheading {
    font-size: 15.5px;
    color: var(--wla-clients-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   RULE
   ================================================================ */
.wla-clients-rule {
    height: 1px;
    background: var(--wla-clients-rule);
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-clients-section {
    padding: 112px 52px;
}

.wla-clients-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-clients-hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.wla-clients-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wla-clients-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(13, 13, 13, 0.72) 0%, rgba(13, 13, 13, 0.3) 55%, rgba(13, 13, 13, 0.05) 100%);
}

.wla-clients-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
    max-width: 680px;
}

.wla-clients-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 24px;
}

.wla-clients-hero-title {
    font-size: clamp(44px, 5.5vw, 78px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.97;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    margin-bottom: 24px;
}

.wla-clients-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.75;
    max-width: 480px;
    margin-bottom: 36px;
}

.wla-clients-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Glass Card */
.wla-clients-glass-card {
    position: absolute;
    right: 52px;
    bottom: 72px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 32px 28px;
    width: 280px;
}

.wla-clients-gc-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
}

.wla-clients-gc-stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wla-clients-gc-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wla-clients-gc-stat-n {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.025em;
    color: var(--wla-clients-white);
}

.wla-clients-gc-stat-l {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    text-align: right;
}

.wla-clients-gc-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.wla-clients-gc-live {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.wla-clients-gdot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaGp 2s infinite;
}

@keyframes wlaGp {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

/* ================================================================
   SECTORS SCROLL
   ================================================================ */
.wla-clients-sectors-scroll {
    overflow-x: auto;
    padding: 0 52px 32px;
    margin-top: 56px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.wla-clients-sectors-scroll::-webkit-scrollbar {
    display: none;
}

.wla-clients-sectors-track {
    display: flex;
    gap: 16px;
    width: max-content;
}

.wla-clients-sector-card {
    width: 280px;
    height: 340px;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    transition: transform .3s;
}
.wla-clients-sector-card:hover {
    transform: translateY(-6px);
}
.wla-clients-sector-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.wla-clients-sector-card:hover img {
    transform: scale(1.06);
}

.wla-clients-sector-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.85) 0%, rgba(13, 13, 13, 0.1) 50%, transparent 100%);
}

.wla-clients-sector-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
}

.wla-clients-sector-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
}

.wla-clients-sector-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    line-height: 1.2;
}

.wla-clients-sector-desc {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    margin-top: 8px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(8px);
    transition: all .25s;
}
.wla-clients-sector-card:hover .wla-clients-sector-desc {
    opacity: 1;
    transform: none;
}

.wla-clients-scroll-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 52px;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-clients-muted);
    margin-top: 12px;
}

.wla-clients-hint-line {
    flex: 1;
    max-width: 60px;
    height: 1px;
    background: var(--wla-clients-rule);
}

/* ================================================================
   PROCESS
   ================================================================ */
.wla-clients-process-wrap {
    margin-top: 72px;
}

.wla-clients-process-step {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 0;
    align-items: center;
    position: relative;
}
.wla-clients-process-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 48px;
    background: var(--wla-clients-rule);
}

.wla-clients-ps-content {
    padding: 44px 48px;
    border: 1px solid var(--wla-clients-rule);
    border-radius: 14px;
    background: var(--wla-clients-white);
    transition: background .2s, box-shadow .2s;
}
.wla-clients-ps-content:hover {
    background: var(--wla-clients-off);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.wla-clients-ps-right {
    text-align: right;
}

.wla-clients-ps-empty {
    opacity: 0;
}

.wla-clients-ps-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wla-clients-ps-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--wla-clients-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--wla-clients-white);
    letter-spacing: 0.02em;
    flex-shrink: 0;
    z-index: 1;
}

.wla-clients-ps-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-clients-muted);
    margin-bottom: 12px;
}

.wla-clients-ps-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-clients-ink);
    margin-bottom: 10px;
    line-height: 1.15;
}

.wla-clients-ps-desc {
    font-size: 14px;
    color: var(--wla-clients-muted);
    line-height: 1.8;
}

.wla-clients-ps-spacer {
    height: 48px;
}

/* ================================================================
   CASE STUDIES
   ================================================================ */
.wla-clients-cs-bg {
    background: var(--wla-clients-off);
    border-top: 1px solid var(--wla-clients-rule);
}

.wla-clients-cs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 64px;
}

.wla-clients-cs-card {
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    height: 400px;
    cursor: pointer;
    display: block;
    transition: transform .3s;
}
.wla-clients-cs-card:hover {
    transform: translateY(-4px);
}
.wla-clients-cs-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s;
}
.wla-clients-cs-card:hover img {
    transform: scale(1.04);
}

.wla-clients-cs-card--tall {
    height: 500px;
}

.wla-clients-cs-card--stack {
    height: 242px;
}

.wla-clients-cs-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.wla-clients-cs-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.9) 0%, rgba(13, 13, 13, 0.2) 60%, transparent 100%);
}

.wla-clients-cs-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
}

.wla-clients-cs-sector {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 10px;
}

.wla-clients-cs-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    line-height: 1.2;
    margin-bottom: 10px;
}

.wla-clients-cs-meta {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    gap: 16px;
}
.wla-clients-cs-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wla-clients-cs-arrow {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    transition: all .2s;
}
.wla-clients-cs-card:hover .wla-clients-cs-arrow {
    background: rgba(255, 255, 255, 0.25);
    color: var(--wla-clients-white);
}

/* ================================================================
   INTELLIGENCE FEED
   ================================================================ */
.wla-clients-ifeed-bg {
    background: var(--wla-clients-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wla-clients-ifeed-inner {
    padding: 100px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-clients-ifeed-head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    margin-bottom: 64px;
}

.wla-clients-if-h {
    font-size: clamp(38px, 4.5vw, 62px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    line-height: 0.97;
}

.wla-clients-if-p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
}

.wla-clients-if-cta {
    margin-top: 24px;
}

.wla-clients-feed-items {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-clients-feed-item {
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: background .15s;
    cursor: default;
}
.wla-clients-feed-item:hover {
    background: rgba(255, 255, 255, 0.02);
}

.wla-clients-fi-jur {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}

.wla-clients-fi-signal {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.wla-clients-fi-signal strong {
    color: var(--wla-clients-white);
    font-weight: 600;
}

.wla-clients-fi-idx {
    font-size: 13px;
    font-weight: 600;
    color: #4ade80;
    white-space: nowrap;
}
.wla-clients-fi-idx--active {
    color: #60a5fa;
}

.wla-clients-feed-cta {
    margin-top: 36px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wla-clients-feed-meta {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

/* ================================================================
   TESTIMONIALS
   ================================================================ */
.wla-clients-testi-bg {
    background: var(--wla-clients-off);
    border-top: 1px solid var(--wla-clients-rule);
}

.wla-clients-testi-track-wrap {
    overflow-x: auto;
    padding: 0 52px 40px;
    margin-top: 56px;
    scrollbar-width: none;
}
.wla-clients-testi-track-wrap::-webkit-scrollbar {
    display: none;
}

.wla-clients-testi-track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.wla-clients-tcard {
    width: 360px;
    background: var(--wla-clients-white);
    border: 1px solid var(--wla-clients-rule);
    border-radius: 14px;
    padding: 40px 32px;
    flex-shrink: 0;
    transition: box-shadow .2s;
}
.wla-clients-tcard:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
}

.wla-clients-tc-open {
    font-size: 48px;
    font-weight: 600;
    color: var(--wla-clients-rule);
    line-height: 1;
    margin-bottom: 10px;
}

.wla-clients-tc-q {
    font-size: 15.5px;
    font-weight: 400;
    color: var(--wla-clients-ink);
    line-height: 1.7;
    margin-bottom: 28px;
}

.wla-clients-tc-name {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-clients-ink);
}

.wla-clients-tc-firm {
    font-size: 11.5px;
    color: var(--wla-clients-muted);
    margin-top: 4px;
}

/* ================================================================
   BOTTOM CTA STRIP
   ================================================================ */
.wla-clients-cta-strip {
    background: var(--wla-clients-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-clients-cs-h {
    font-size: clamp(28px, 3vw, 44px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-clients-white);
    line-height: 1.05;
    max-width: 520px;
}

.wla-clients-cs-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-clients-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-clients-animate.wla-clients-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-clients-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-clients-glass-card {
        display: none;
    }
    
    .wla-clients-sectors-scroll {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .wla-clients-scroll-hint {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .wla-clients-section {
        padding: 72px 20px;
    }
    
    .wla-clients-process-step {
        grid-template-columns: 1fr;
    }
    .wla-clients-ps-empty,
    .wla-clients-ps-center,
    .wla-clients-ps-spacer {
        display: none;
    }
    .wla-clients-ps-right {
        text-align: left;
    }
    
    .wla-clients-cs-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-clients-ifeed-head {
        grid-template-columns: 1fr;
    }
    .wla-clients-ifeed-inner {
        padding: 72px 20px;
    }
    
    .wla-clients-testi-track-wrap {
        padding-left: 20px;
    }
    
    .wla-clients-cta-strip {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-clients-feed-item {
        grid-template-columns: 60px 1fr auto;
        gap: 12px;
    }
}
/**
 * WLA For Firms Page Styles
 * World Law Alliance For Firms Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-firms-ink: #0D0D0D;
    --wla-firms-white: #fff;
    --wla-firms-off: #F7F7F5;
    --wla-firms-rule: #E8E8E5;
    --wla-firms-muted: #9A9A96;
    --wla-firms-green: #16A34A;
    --wla-firms-blue: #1A56DB;
    --wla-firms-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-firms-wrapper *,
.wla-firms-wrapper *::before,
.wla-firms-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-firms-wrapper {
    font-family: var(--wla-firms-font);
    background: var(--wla-firms-white);
    color: var(--wla-firms-ink);
    overflow-x: hidden;
}

.wla-firms-wrapper a {
    text-decoration: none !important;
    
}

.wla-firms-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-firms-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-firms-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-firms-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-firms-white);
    background: var(--wla-firms-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-firms-btn-ink:hover {
    opacity: .8;
}

.wla-firms-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-firms-btn-bdr:hover {
    border-color: var(--wla-firms-ink);
}

.wla-firms-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    background: var(--wla-firms-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-firms-btn-white:hover {
    opacity: .88;
}

.wla-firms-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-firms-white);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-firms-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-firms-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-firms-muted);
    margin-bottom: 18px;
}

.wla-firms-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 0.97;
    color: var(--wla-firms-ink);
    text-transform: uppercase;
}

.wla-firms-subheading {
    font-size: 15.5px;
    color: var(--wla-firms-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-firms-section {
    padding: 112px 52px;
}

.wla-firms-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-firms-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-firms-hero-left {
    background: var(--wla-firms-ink);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 72px 64px;
    position: relative;
    overflow: hidden;
}

.wla-firms-hero-ghost {
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-size: 240px;
    font-weight: 600;
    letter-spacing: -0.06em;
    color: rgba(255, 255, 255, 0.03);
    line-height: 1;
    pointer-events: none;
    text-transform: uppercase;
}

.wla-firms-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 28px;
}

.wla-firms-hero-title {
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 600;
    letter-spacing: -0.035em;
    line-height: 0.97;
    text-transform: uppercase;
    color: var(--wla-firms-white);
    margin-bottom: 28px;
}

.wla-firms-hero-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-firms-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* Hero Right - Cards */
.wla-firms-hero-right {
    background: var(--wla-firms-off);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--wla-firms-rule);
}

.wla-firms-hrc {
    background: var(--wla-firms-white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px 36px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    transition: background .2s;
}
.wla-firms-hrc:hover {
    background: var(--wla-firms-off);
}

.wla-firms-hrc--dark {
    background: var(--wla-firms-ink);
}
.wla-firms-hrc--dark .wla-firms-hrc-number {
    color: rgba(255, 255, 255, 0.06);
}
.wla-firms-hrc--dark .wla-firms-hrc-title {
    color: var(--wla-firms-white);
}
.wla-firms-hrc--dark .wla-firms-hrc-sub {
    color: rgba(255, 255, 255, 0.4);
}
.wla-firms-hrc--dark:hover {
    background: #1a1a18;
}

.wla-firms-hrc--full {
    grid-column: 1 / -1;
    min-height: 140px;
}

.wla-firms-hrc-number {
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--wla-firms-off);
    line-height: 1;
    margin-bottom: auto;
}

.wla-firms-hrc-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    line-height: 1.15;
    margin-bottom: 6px;
}

.wla-firms-hrc-sub {
    font-size: 12px;
    color: var(--wla-firms-muted);
    line-height: 1.5;
}

/* ================================================================
   FEATURE ROWS
   ================================================================ */
.wla-firms-feature-rows {
    margin-top: 72px;
}

.wla-firms-feat-row {
    display: grid;
    grid-template-columns: 64px 1fr 1fr;
    gap: 0;
    padding: 40px 0;
    border-top: 1px solid var(--wla-firms-rule);
    transition: background .15s;
    border-radius: 0;
    cursor: default;
}
.wla-firms-feat-row:last-child {
    border-bottom: 1px solid var(--wla-firms-rule);
}
.wla-firms-feat-row:hover {
    background: var(--wla-firms-off);
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
    border-color: transparent;
}

.wla-firms-fr-num {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ccc;
    padding-top: 4px;
}

.wla-firms-fr-title {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    line-height: 1.15;
    padding-right: 48px;
}

.wla-firms-fr-desc {
    font-size: 14.5px;
    color: var(--wla-firms-muted);
    line-height: 1.8;
    padding-left: 32px;
    border-left: 1px solid var(--wla-firms-rule);
}

/* ================================================================
   ACCREDITATION PATH
   ================================================================ */
.wla-firms-acc-bg {
    background: var(--wla-firms-off);
    border-top: 1px solid var(--wla-firms-rule);
}

.wla-firms-acc-path {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    position: relative;
    margin-top: 72px;
}
.wla-firms-acc-path::before {
    content: '';
    position: absolute;
    top: 40px;
    left: 15%;
    right: 15%;
    height: 1px;
    background: var(--wla-firms-rule);
    z-index: 0;
}

.wla-firms-acp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
    z-index: 1;
}

.wla-firms-acp-dot {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--wla-firms-white);
    border: 2px solid var(--wla-firms-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--wla-firms-ink);
    margin-bottom: 24px;
    transition: all .2s;
    flex-shrink: 0;
}
.wla-firms-acp-step:hover .wla-firms-acp-dot {
    background: var(--wla-firms-ink);
    color: var(--wla-firms-white);
    border-color: var(--wla-firms-ink);
}

.wla-firms-acp-step--active .wla-firms-acp-dot {
    background: var(--wla-firms-ink);
    color: var(--wla-firms-white);
    border-color: var(--wla-firms-ink);
    box-shadow: 0 0 0 6px rgba(13, 13, 13, 0.08);
}
.wla-firms-acp-step--active .wla-firms-acp-name {
    color: var(--wla-firms-ink);
}

.wla-firms-acp-level {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-firms-muted);
    margin-bottom: 10px;
}

.wla-firms-acp-name {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    margin-bottom: 12px;
}

.wla-firms-acp-desc {
    font-size: 13.5px;
    color: var(--wla-firms-muted);
    line-height: 1.7;
    max-width: 240px;
}

/* ================================================================
   METRICS GRID
   ================================================================ */
.wla-firms-metrics-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 72px;
}

.wla-firms-metric-card {
    background: var(--wla-firms-white);
    border: 1px solid var(--wla-firms-rule);
    border-radius: 14px;
    padding: 40px 32px;
    text-align: center;
    transition: all .2s;
}
.wla-firms-metric-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    transform: translateY(-3px);
}

.wla-firms-mc-n {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: var(--wla-firms-ink);
    line-height: 1;
    margin-bottom: 10px;
}

.wla-firms-mc-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-firms-muted);
}

.wla-firms-mc-sub {
    font-size: 13px;
    color: var(--wla-firms-muted);
    margin-top: 8px;
    line-height: 1.5;
}

/* ================================================================
   APPLICATION FORM
   ================================================================ */
.wla-firms-app-bg {
    background: var(--wla-firms-ink);
}

.wla-firms-app-inner {
    padding: 100px 52px;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.wla-firms-app-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-firms-app-title {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 600;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-firms-white);
    line-height: 0.97;
    margin-bottom: 24px;
}

.wla-firms-app-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.75;
    margin-bottom: 36px;
}

.wla-firms-app-checks {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wla-firms-app-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}
.wla-firms-app-check::before {
    content: '✓';
    color: #4ade80;
    font-weight: 600;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Form */
.wla-firms-app-form {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 40px;
}

.wla-firms-form-title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--wla-firms-white);
    margin-bottom: 28px;
}

.wla-firms-form-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.wla-firms-form-label {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
}

.wla-firms-form-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--wla-firms-white);
    font-family: var(--wla-firms-font);
    transition: border-color .15s;
    outline: none;
}
.wla-firms-form-input::placeholder {
    color: rgba(255, 255, 255, 0.25);
}
.wla-firms-form-input:focus {
    border-color: rgba(255, 255, 255, 0.35);
}

.wla-firms-form-select {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: var(--wla-firms-white);
    font-family: var(--wla-firms-font);
    outline: none;
    appearance: none;
    cursor: pointer;
    transition: border-color .15s;
}
.wla-firms-form-select option {
    background: #222;
    color: var(--wla-firms-white);
}

.wla-firms-form-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wla-firms-form-submit {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
    background: var(--wla-firms-white);
    border: none;
    padding: 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity .15s;
    font-family: var(--wla-firms-font);
    margin-top: 8px;
}
.wla-firms-form-submit:hover {
    opacity: .88;
}

.wla-firms-form-note {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
    margin-top: 12px;
}

/* ================================================================
   TESTIMONIALS STRIP
   ================================================================ */
.wla-firms-tstrip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-firms-rule);
    border-top: 1px solid var(--wla-firms-rule);
    border-bottom: 1px solid var(--wla-firms-rule);
}

.wla-firms-tc {
    background: var(--wla-firms-white);
    padding: 52px 40px;
    transition: background .2s;
}
.wla-firms-tc:hover {
    background: var(--wla-firms-off);
}

.wla-firms-tc-open {
    font-size: 48px;
    font-weight: 600;
    color: var(--wla-firms-rule);
    line-height: 1;
    margin-bottom: 10px;
}

.wla-firms-tc-q {
    font-size: 15.5px;
    font-weight: 400;
    color: var(--wla-firms-ink);
    line-height: 1.7;
    margin-bottom: 28px;
}

.wla-firms-tc-name {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-firms-ink);
}

.wla-firms-tc-firm {
    font-size: 11.5px;
    color: var(--wla-firms-muted);
    margin-top: 4px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-firms-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-firms-animate.wla-firms-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-firms-hero {
        grid-template-columns: 1fr;
    }
    .wla-firms-hero-left {
        padding: 80px 20px 56px;
    }
    .wla-firms-hero-right {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-firms-section {
        padding: 72px 20px;
    }
    
    .wla-firms-feat-row {
        grid-template-columns: 48px 1fr;
        gap: 0;
    }
    .wla-firms-fr-desc {
        display: none;
    }
    .wla-firms-feat-row:hover .wla-firms-fr-desc {
        display: block;
        padding: 16px 0 0;
        border-left: none;
        grid-column: 2;
        border-top: 1px solid var(--wla-firms-rule);
    }
    
    .wla-firms-acc-path {
        grid-template-columns: 1fr;
    }
    .wla-firms-acc-path::before {
        display: none;
    }
    
    .wla-firms-metrics-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-firms-app-inner {
        grid-template-columns: 1fr;
        padding: 72px 20px;
    }
    
    .wla-firms-tstrip {
        grid-template-columns: 1fr;
    }
}
/**
 * WLA Partner Directory Styles
 * World Law Alliance Directory Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-directory-ink: #0D0D0D;
    --wla-directory-white: #fff;
    --wla-directory-off: #F7F7F5;
    --wla-directory-rule: #E8E8E5;
    --wla-directory-muted: #9A9A96;
    --wla-directory-green: #16A34A;
    --wla-directory-blue: #1A56DB;
    --wla-directory-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-directory-wrapper *,
.wla-directory-wrapper *::before,
.wla-directory-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-directory-wrapper {
    font-family: var(--wla-directory-font);
    background: var(--wla-directory-white);
    color: var(--wla-directory-ink);
    overflow-x: hidden;
}

.wla-directory-wrapper a {
    text-decoration: none !important;
    
}

.wla-directory-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-directory-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-directory-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-directory-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-directory-white);
    background: var(--wla-directory-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-directory-btn-ink:hover {
    opacity: .8;
}

.wla-directory-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-directory-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-directory-btn-bdr:hover {
    border-color: var(--wla-directory-ink);
}

/* ================================================================
   HERO
   ================================================================ */
.wla-directory-hero {
    background: var(--wla-directory-ink);
    min-height: 72vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.wla-directory-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .12;
}

.wla-directory-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(13, 13, 13, 0.4) 0%, rgba(13, 13, 13, 0.9) 70%, var(--wla-directory-ink) 100%);
}

.wla-directory-hero-content {
    position: relative;
    z-index: 2;
    padding: 80px 52px 72px;
}

.wla-directory-hero-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.wla-directory-hero-title {
    font-size: clamp(44px, 5.5vw, 80px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.95;
    text-transform: uppercase;
    color: var(--wla-directory-white);
    margin-bottom: 28px;
    max-width: 700px;
}

/* Search Bar */
.wla-directory-search-bar {
    display: flex;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    overflow: hidden;
    max-width: 660px;
    transition: border-color .2s;
    margin-bottom: 24px;
}
.wla-directory-search-bar:focus-within {
    border-color: rgba(255, 255, 255, 0.35);
}

.wla-directory-search-input {
    flex: 1;
    background: none;
    border: none;
    outline: none;
    padding: 16px 20px;
    font-size: 15px;
    color: var(--wla-directory-white);
    font-family: var(--wla-directory-font);
}
.wla-directory-search-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.wla-directory-search-btn {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-directory-ink);
    background: var(--wla-directory-white);
    border: none;
    padding: 14px 24px;
    cursor: pointer;
    font-family: var(--wla-directory-font);
    transition: opacity .15s;
    white-space: nowrap;
}
.wla-directory-search-btn:hover {
    opacity: .88;
}

/* Filter Chips */
.wla-directory-filter-chips {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.wla-directory-filter-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 6px;
    width: 100%;
}

.wla-directory-chip {
    font-size: 11.5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 7px 16px;
    cursor: pointer;
    transition: all .15s;
}
.wla-directory-chip:hover {
    color: var(--wla-directory-white);
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.28);
}
.wla-directory-chip--selected {
    color: var(--wla-directory-ink);
    background: var(--wla-directory-white);
    border-color: var(--wla-directory-white);
}

/* ================================================================
   STICKY FILTER BAR
   ================================================================ */
.wla-directory-filter-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--wla-directory-rule);
    padding: 0 52px;
}

.wla-directory-fb-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
    overflow-x: auto;
    scrollbar-width: none;
    height: 52px;
}
.wla-directory-fb-inner::-webkit-scrollbar {
    display: none;
}

.wla-directory-fbt {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-directory-muted);
    padding: 0 18px;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s;
    flex-shrink: 0;
}
.wla-directory-fbt:hover {
    color: var(--wla-directory-ink);
}
.wla-directory-fbt--active {
    color: var(--wla-directory-ink);
    border-bottom-color: var(--wla-directory-ink);
}

.wla-directory-fb-divider {
    width: 1px;
    height: 24px;
    background: var(--wla-directory-rule);
    flex-shrink: 0;
}

.wla-directory-fb-count {
    font-size: 11.5px;
    font-weight: 500;
    color: var(--wla-directory-muted);
    margin-left: auto;
    white-space: nowrap;
    padding-left: 20px;
}
.wla-directory-fb-count strong {
    font-weight: 600;
    color: var(--wla-directory-ink);
}

/* ================================================================
   MAIN LAYOUT
   ================================================================ */
.wla-directory-main-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 0;
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 52px 0;
    min-height: 600px;
    border-bottom: 1px solid var(--wla-directory-rule);
}

/* ================================================================
   SIDEBAR
   ================================================================ */
.wla-directory-sidebar {
    border-right: 1px solid var(--wla-directory-rule);
    padding: 0 32px 40px 0;
    position: sticky;
    top: 112px;
    height: fit-content;
}

.wla-directory-sb-section {
    margin-bottom: 32px;
}

.wla-directory-sb-title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-directory-muted);
    margin-bottom: 14px;
}

.wla-directory-sb-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    cursor: pointer;
}

.wla-directory-sb-checkbox {
    width: 16px;
    height: 16px;
    border: 1.5px solid var(--wla-directory-rule);
    border-radius: 4px;
    flex-shrink: 0;
    transition: all .15s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--wla-directory-white);
}
.wla-directory-sb-checkbox--checked {
    background: var(--wla-directory-ink);
    border-color: var(--wla-directory-ink);
}
.wla-directory-sb-checkbox--checked::after {
    content: '✓';
}

.wla-directory-sb-label {
    font-size: 13.5px;
    color: var(--wla-directory-ink);
    transition: color .15s;
}
.wla-directory-sb-option:hover .wla-directory-sb-label {
    color: var(--wla-directory-ink);
}

.wla-directory-sb-count {
    font-size: 11px;
    color: var(--wla-directory-muted);
    margin-left: auto;
}

/* Tier Filter */
.wla-directory-tier-filter {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wla-directory-tf-btn {
    padding: 10px 14px;
    border: 1.5px solid var(--wla-directory-rule);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--wla-directory-muted);
    cursor: pointer;
    transition: all .15s;
    text-align: center;
}
.wla-directory-tf-btn:hover {
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-ink);
}
.wla-directory-tf-btn--active {
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-ink);
}
.wla-directory-tf-btn--anchor.wla-directory-tf-btn--active {
    background: var(--wla-directory-ink);
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-white);
}

/* Clear Button */
.wla-directory-clear-btn {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-directory-muted);
    background: none;
    border: 1.5px solid var(--wla-directory-rule);
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-family: var(--wla-directory-font);
    transition: all .15s;
}
.wla-directory-clear-btn:hover {
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-ink);
}

/* ================================================================
   FIRMS GRID
   ================================================================ */
.wla-directory-firms-area {
    padding: 0 0 40px 40px;
}

.wla-directory-firms-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 12px;
}

.wla-directory-fh-count {
    font-size: 13.5px;
    color: var(--wla-directory-muted);
}
.wla-directory-fh-count strong {
    color: var(--wla-directory-ink);
    font-weight: 600;
}

.wla-directory-fh-sort {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-directory-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}
.wla-directory-fh-sort:hover {
    color: var(--wla-directory-ink);
}

.wla-directory-firms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Firm Card */
.wla-directory-fc {
    background: var(--wla-directory-white);
    border: 1px solid var(--wla-directory-rule);
    border-radius: 12px;
    overflow: hidden;
    transition: all .25s;
    cursor: pointer;
    display: block;
}
.wla-directory-fc:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.09);
    transform: translateY(-3px);
}

.wla-directory-fc-top {
    padding: 24px 20px 16px;
    position: relative;
}

.wla-directory-fc-tier-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 4px 10px;
}
.wla-directory-fc-tier-badge--anchor {
    color: var(--wla-directory-white);
    background: var(--wla-directory-ink);
}
.wla-directory-fc-tier-badge--distinguished {
    color: var(--wla-directory-blue);
    background: #eff4ff;
}
.wla-directory-fc-tier-badge--partner {
    color: var(--wla-directory-muted);
    background: var(--wla-directory-off);
}

.wla-directory-fc-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--wla-directory-off);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--wla-directory-muted);
    margin-bottom: 14px;
    flex-shrink: 0;
    overflow: hidden;
}
.wla-directory-fc-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wla-directory-fc-name {
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-directory-ink);
    margin-bottom: 3px;
    line-height: 1.2;
}

.wla-directory-fc-jur {
    font-size: 11.5px;
    color: var(--wla-directory-muted);
    margin-bottom: 10px;
}

.wla-directory-fc-practices {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.wla-directory-fc-prac {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-directory-off);
    border-radius: 100px;
    padding: 3px 9px;
}

.wla-directory-fc-bottom {
    padding: 12px 20px 16px;
    border-top: 1px solid var(--wla-directory-rule);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wla-directory-fc-contact {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-directory-ink);
    display: flex;
    align-items: center;
    gap: 5px;
    transition: gap .15s;
}
.wla-directory-fc:hover .wla-directory-fc-contact {
    gap: 9px;
}

/* Spotlight Card */
.wla-directory-fc--spotlight {
    grid-column: 1 / -1;
    background: var(--wla-directory-ink);
    border-color: var(--wla-directory-ink);
}
.wla-directory-fc--spotlight .wla-directory-fc-name {
    color: var(--wla-directory-white);
}
.wla-directory-fc--spotlight .wla-directory-fc-jur {
    color: rgba(255, 255, 255, 0.45);
}
.wla-directory-fc--spotlight .wla-directory-fc-prac {
    color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}
.wla-directory-fc--spotlight .wla-directory-fc-bottom {
    border-top-color: rgba(255, 255, 255, 0.08);
}
.wla-directory-fc--spotlight .wla-directory-fc-contact {
    color: var(--wla-directory-white);
}
.wla-directory-fc--spotlight .wla-directory-fc-top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: flex-start;
}

/* ================================================================
   PAGINATION
   ================================================================ */
.wla-directory-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 48px 0;
}

.wla-directory-pg-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1.5px solid var(--wla-directory-rule);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    color: var(--wla-directory-muted);
    cursor: pointer;
    transition: all .15s;
}
.wla-directory-pg-btn:hover {
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-ink);
}
.wla-directory-pg-btn--active {
    background: var(--wla-directory-ink);
    border-color: var(--wla-directory-ink);
    color: var(--wla-directory-white);
}
.wla-directory-pg-btn--arrow {
    font-size: 16px;
}
.wla-directory-pg-btn--disabled {
    pointer-events: none;
}

/* ================================================================
   MAP REGION EXPLORER
   ================================================================ */
.wla-directory-map-bg {
    background: var(--wla-directory-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.wla-directory-map-inner {
    padding: 80px 52px;
    max-width: 1240px;
    margin: 0 auto;
}

.wla-directory-map-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-directory-map-title {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-directory-white);
    text-transform: uppercase;
}

.wla-directory-region-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 48px;
}

.wla-directory-rc {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    cursor: pointer;
    transition: background .2s;
}
.wla-directory-rc:hover,
.wla-directory-rc--active {
    background: rgba(255, 255, 255, 0.1);
}

.wla-directory-rc-number {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: var(--wla-directory-white);
    line-height: 1;
    margin-bottom: 8px;
}

.wla-directory-rc-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-directory-rc-countries {
    margin-top: 12px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1.6;
    display: none;
}
.wla-directory-rc--active .wla-directory-rc-countries {
    display: block;
}
.wla-directory-rc--active .wla-directory-rc-name {
    color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   APPLY STRIP
   ================================================================ */
.wla-directory-apply-strip {
    background: var(--wla-directory-off);
    border-top: 1px solid var(--wla-directory-rule);
    padding: 72px 52px;
}

.wla-directory-as-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-directory-as-title {
    font-size: clamp(24px, 2.8vw, 40px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-directory-ink);
    max-width: 480px;
    line-height: 1.1;
}

.wla-directory-as-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-directory-hero-content {
        padding: 60px 20px 56px;
    }
    
    .wla-directory-filter-bar {
        padding: 0 20px;
    }
    
    .wla-directory-main-layout {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    
    .wla-directory-sidebar {
        position: static;
        border-right: none;
        border-bottom: 1px solid var(--wla-directory-rule);
        padding: 32px 0;
    }
    
    .wla-directory-firms-area {
        padding: 32px 0;
    }
    
    .wla-directory-firms-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-directory-fc--spotlight .wla-directory-fc-top {
        grid-template-columns: 1fr;
    }
    
    .wla-directory-region-cards {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-directory-map-inner {
        padding: 64px 20px;
    }
    
    .wla-directory-apply-strip {
        padding: 60px 20px;
    }
    
    .wla-directory-as-inner {
        flex-direction: column;
    }
}
/**
 * WLA Corridor Page Styles
 * World Law Alliance US to Europe Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-corridor-ink: #0D0D0D;
    --wla-corridor-white: #fff;
    --wla-corridor-off: #F7F7F5;
    --wla-corridor-rule: #E8E8E5;
    --wla-corridor-muted: #9A9A96;
    --wla-corridor-green: #16A34A;
    --wla-corridor-blue: #1A56DB;
    --wla-corridor-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-corridor-wrapper *,
.wla-corridor-wrapper *::before,
.wla-corridor-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-corridor-wrapper {
    font-family: var(--wla-corridor-font);
    background: var(--wla-corridor-white);
    color: var(--wla-corridor-ink);
    overflow-x: hidden;
}

.wla-corridor-wrapper a {
    text-decoration: none !important;
    
}

.wla-corridor-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-corridor-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-corridor-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-corridor-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    background: var(--wla-corridor-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-btn-white:hover {
    opacity: .88;
}

.wla-corridor-btn-white-intel {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    background: var(--wla-corridor-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-btn-white-intel:hover {
    opacity: .88;
}

.wla-corridor-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-corridor-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-corridor-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-corridor-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-corridor-muted);
    margin-bottom: 18px;
}

.wla-corridor-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-corridor-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-ink);
    text-transform: uppercase;
}

.wla-corridor-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-white);
    text-transform: uppercase;
}

.wla-corridor-subheading {
    font-size: 15.5px;
    color: var(--wla-corridor-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-corridor-section {
    padding: 112px 52px;
}

.wla-corridor-section--dark {
    background: var(--wla-corridor-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-section--related {
    background: var(--wla-corridor-off);
    border-top: 1px solid var(--wla-corridor-rule);
}

.wla-corridor-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-corridor-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-corridor-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-corridor-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-corridor-hero-bg-l {
    background: url("https://images.unsplash.com/photo-1534430480872-3498386e7856?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-hero-bg-r {
    background: url("https://images.unsplash.com/photo-1467269204594-9661b134dd2b?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-hero-div {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.wla-corridor-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-corridor-h-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.wla-corridor-display {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-corridor-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-corridor-white);
    line-height: .95;
}

.wla-corridor-cd-arrow {
    font-size: clamp(28px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wla-corridor-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: .95;
}

.wla-corridor-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: .95;
}

.wla-corridor-h-p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-corridor-h-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-corridor-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-corridor-hs:last-child {
    border-right: none;
}

.wla-corridor-hs-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-corridor-white);
    line-height: 1;
}

.wla-corridor-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES COVERED
   ================================================================ */
.wla-corridor-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-corridor-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-corridor-bs {
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
}
.wla-corridor-bs:first-child {
    border-right: 1px solid var(--wla-corridor-rule);
}

.wla-corridor-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-corridor-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-corridor-green);
}

.wla-corridor-bs-country {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    margin-bottom: 14px;
    line-height: 1;
}

.wla-corridor-bs-desc {
    font-size: 14.5px;
    color: var(--wla-corridor-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-corridor-bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.wla-corridor-bst {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    background: var(--wla-corridor-off);
    border-radius: 100px;
    padding: 4px 11px;
}

.wla-corridor-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    display: inline-block;
}

.wla-corridor-bs-bg {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-corridor-off);
    line-height: 1;
    pointer-events: none;
}

/* Badge */
.wla-corridor-badge {
    background: var(--wla-corridor-ink);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-corridor-wb-title {
    font-size: 13.5px;
    color: var(--wla-corridor-white);
    font-weight: 600;
}

.wla-corridor-wb-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-corridor-wb-badge {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   THEMES GRID
   ================================================================ */
.wla-corridor-themes-bg {
    background: var(--wla-corridor-off);
    border-top: 1px solid var(--wla-corridor-rule);
}

.wla-corridor-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-corridor-rule);
    border: 1px solid var(--wla-corridor-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-corridor-tg {
    background: var(--wla-corridor-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-corridor-tg:hover {
    background: var(--wla-corridor-off);
}

.wla-corridor-tg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-muted);
    margin-bottom: 12px;
}

.wla-corridor-tg-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-corridor-tg-desc {
    font-size: 13.5px;
    color: var(--wla-corridor-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE ROWS
   ================================================================ */
.wla-corridor-intel-bg {
    background: var(--wla-corridor-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-intel-rows {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-corridor-ir {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-corridor-ir:last-child {
    border-bottom: none;
}

.wla-corridor-ir--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-corridor-ir-jur {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.wla-corridor-ir-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-corridor-ir-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}

.wla-corridor-ir-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-corridor-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-corridor-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-corridor-rel-card {
    border: 1px solid var(--wla-corridor-rule);
    border-radius: 10px;
    padding: 20px 16px;
    background: var(--wla-corridor-white);
    transition: all .2s;
    display: block;
}
.wla-corridor-rel-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-corridor-rc-route {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-ink);
    margin-bottom: 4px;
}

.wla-corridor-rc-growth {
    font-size: 12px;
    font-weight: 700;
    color: var(--wla-corridor-green);
    margin-bottom: 6px;
}

.wla-corridor-rc-desc {
    font-size: 11.5px;
    color: var(--wla-corridor-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-corridor-cta-band {
    background: var(--wla-corridor-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-corridor-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-corridor-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-corridor-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-corridor-animate.wla-corridor-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-corridor-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-corridor-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-section {
        padding: 72px 20px;
    }
    
    .wla-corridor-both-sides {
        grid-template-columns: 1fr;
    }
    .wla-corridor-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-corridor-rule);
    }
    
    .wla-corridor-themes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-ir {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-corridor-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA UK to Africa Corridor Styles
 * World Law Alliance UK to Africa Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-corridor-ukafrica-ink: #0D0D0D;
    --wla-corridor-ukafrica-white: #fff;
    --wla-corridor-ukafrica-off: #F7F7F5;
    --wla-corridor-ukafrica-rule: #E8E8E5;
    --wla-corridor-ukafrica-muted: #9A9A96;
    --wla-corridor-ukafrica-green: #16A34A;
    --wla-corridor-ukafrica-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-corridor-ukafrica-wrapper *,
.wla-corridor-ukafrica-wrapper *::before,
.wla-corridor-ukafrica-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-corridor-ukafrica-wrapper {
    font-family: var(--wla-corridor-ukafrica-font);
    background: var(--wla-corridor-ukafrica-white);
    color: var(--wla-corridor-ukafrica-ink);
    overflow-x: hidden;
}

.wla-corridor-ukafrica-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-corridor-ukafrica-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-corridor-ukafrica-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-corridor-ukafrica-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    background: var(--wla-corridor-ukafrica-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-ukafrica-btn-white:hover {
    opacity: .88;
}

.wla-corridor-ukafrica-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-corridor-ukafrica-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.wla-corridor-ukafrica-btn-white-dark {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    background: var(--wla-corridor-ukafrica-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-ukafrica-btn-white-dark:hover {
    opacity: .88;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-corridor-ukafrica-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-muted);
    margin-bottom: 18px;
}

.wla-corridor-ukafrica-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-corridor-ukafrica-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-ukafrica-ink);
    text-transform: uppercase;
}

.wla-corridor-ukafrica-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-ukafrica-white);
    text-transform: uppercase;
}

.wla-corridor-ukafrica-subtext {
    font-size: 15.5px;
    color: var(--wla-corridor-ukafrica-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-corridor-ukafrica-section {
    padding: 112px 52px;
}

.wla-corridor-ukafrica-section--dark {
    background: var(--wla-corridor-ukafrica-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-ukafrica-section--related {
    background: var(--wla-corridor-ukafrica-off);
    border-top: 1px solid var(--wla-corridor-ukafrica-rule);
}

.wla-corridor-ukafrica-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-corridor-ukafrica-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-corridor-ukafrica-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-corridor-ukafrica-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-corridor-ukafrica-hero-bg-left {
    background: url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-ukafrica-hero-bg-right {
    background: url("https://images.unsplash.com/photo-1489493887464-892be6d1daae?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-ukafrica-hero-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.wla-corridor-ukafrica-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-corridor-ukafrica-hero-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

/* Corridor Display */
.wla-corridor-ukafrica-corridor-display {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-corridor-ukafrica-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-white);
    line-height: 0.95;
}

.wla-corridor-ukafrica-cd-arrow {
    font-size: clamp(28px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wla-corridor-ukafrica-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.95;
}

.wla-corridor-ukafrica-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: 0.95;
}

.wla-corridor-ukafrica-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-corridor-ukafrica-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-corridor-ukafrica-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-ukafrica-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-corridor-ukafrica-hs:last-child {
    border-right: none;
}

.wla-corridor-ukafrica-hs-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-corridor-ukafrica-white);
    line-height: 1;
}

.wla-corridor-ukafrica-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES
   ================================================================ */
.wla-corridor-ukafrica-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-corridor-ukafrica-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-corridor-ukafrica-bs {
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
}
.wla-corridor-ukafrica-bs:first-child {
    border-right: 1px solid var(--wla-corridor-ukafrica-rule);
}

.wla-corridor-ukafrica-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-corridor-ukafrica-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-corridor-ukafrica-green);
}

.wla-corridor-ukafrica-bs-country {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    margin-bottom: 14px;
    line-height: 1;
}

.wla-corridor-ukafrica-bs-desc {
    font-size: 14.5px;
    color: var(--wla-corridor-ukafrica-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-corridor-ukafrica-bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.wla-corridor-ukafrica-bst {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    background: var(--wla-corridor-ukafrica-off);
    border-radius: 100px;
    padding: 4px 11px;
}

.wla-corridor-ukafrica-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-ukafrica-bs-link:hover {
    opacity: .7;
}

.wla-corridor-ukafrica-bs-bg {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-corridor-ukafrica-off);
    line-height: 1;
    pointer-events: none;
}

/* WLA Badge */
.wla-corridor-ukafrica-badge {
    background: var(--wla-corridor-ukafrica-ink);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-corridor-ukafrica-badge-title {
    font-size: 13.5px;
    color: var(--wla-corridor-ukafrica-white);
    font-weight: 600;
}

.wla-corridor-ukafrica-badge-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-corridor-ukafrica-badge-tag {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   THEMES
   ================================================================ */
.wla-corridor-ukafrica-themes-bg {
    background: var(--wla-corridor-ukafrica-off);
    border-top: 1px solid var(--wla-corridor-ukafrica-rule);
}

.wla-corridor-ukafrica-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-corridor-ukafrica-rule);
    border: 1px solid var(--wla-corridor-ukafrica-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-corridor-ukafrica-tg {
    background: var(--wla-corridor-ukafrica-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-corridor-ukafrica-tg:hover {
    background: var(--wla-corridor-ukafrica-off);
}

.wla-corridor-ukafrica-tg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-muted);
    margin-bottom: 12px;
}

.wla-corridor-ukafrica-tg-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-corridor-ukafrica-tg-desc {
    font-size: 13.5px;
    color: var(--wla-corridor-ukafrica-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE
   ================================================================ */
.wla-corridor-ukafrica-intel-bg {
    background: var(--wla-corridor-ukafrica-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-ukafrica-intel-rows {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-corridor-ukafrica-ir {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-corridor-ukafrica-ir:last-child {
    border-bottom: none;
}

.wla-corridor-ukafrica-ir--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-corridor-ukafrica-ir-jur {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.wla-corridor-ukafrica-ir-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-corridor-ukafrica-ir-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}

.wla-corridor-ukafrica-ir-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-corridor-ukafrica-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-corridor-ukafrica-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-corridor-ukafrica-rel-card {
    border: 1px solid var(--wla-corridor-ukafrica-rule);
    border-radius: 10px;
    padding: 20px 16px;
    background: var(--wla-corridor-ukafrica-white);
    transition: all .2s;
    display: block;
}
.wla-corridor-ukafrica-rel-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-corridor-ukafrica-rc-route {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-ink);
    margin-bottom: 4px;
}

.wla-corridor-ukafrica-rc-growth {
    font-size: 12px;
    font-weight: 700;
    color: var(--wla-corridor-ukafrica-green);
    margin-bottom: 6px;
}

.wla-corridor-ukafrica-rc-desc {
    font-size: 11.5px;
    color: var(--wla-corridor-ukafrica-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-corridor-ukafrica-cta-band {
    background: var(--wla-corridor-ukafrica-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-corridor-ukafrica-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-ukafrica-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-corridor-ukafrica-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-corridor-ukafrica-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-corridor-ukafrica-animate.wla-corridor-ukafrica-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-corridor-ukafrica-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-corridor-ukafrica-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-ukafrica-section {
        padding: 72px 20px;
    }
    
    .wla-corridor-ukafrica-both-sides {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-ukafrica-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-corridor-ukafrica-rule);
    }
    
    .wla-corridor-ukafrica-themes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-ukafrica-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-ukafrica-ir {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-corridor-ukafrica-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-corridor-ukafrica-badge {
        flex-direction: column;
        text-align: center;
    }
}
/**
 * WLA Corridors Landing Page Styles
 * World Law Alliance Corridors Landing Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-clp-ink: #0D0D0D;
    --wla-clp-white: #fff;
    --wla-clp-off: #F8F8F6;
    --wla-clp-rule: #DDDDD9;
    --wla-clp-muted: #9A9A96;
    --wla-clp-green: #16A34A;
    --wla-clp-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-corridors-lp-wrapper *,
.wla-corridors-lp-wrapper *::before,
.wla-corridors-lp-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-corridors-lp-wrapper {
    font-family: var(--wla-clp-font);
    background: var(--wla-clp-white);
    color: var(--wla-clp-ink);
    overflow-x: hidden;
}

.wla-corridors-lp-wrapper a {
    text-decoration: none !important;
    
}

.wla-corridors-lp-wrapper img {
    display: block;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-corridors-lp-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-corridors-lp-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-corridors-lp-btn-white {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-clp-ink);
    background: var(--wla-clp-white);
    padding: 14px 30px;
    display: inline-block;
    transition: opacity .15s;
    border: none;
    cursor: pointer;
}
.wla-corridors-lp-btn-white:hover {
    opacity: .88;
}

.wla-corridors-lp-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-clp-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 13px 26px;
    display: inline-block;
    transition: border-color .15s;
    background: none;
    cursor: pointer;
}
.wla-corridors-lp-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.7);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-corridors-lp-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--wla-clp-muted);
    margin-bottom: 16px;
}

.wla-corridors-lp-eyebrow-dark {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 16px;
}

.wla-corridors-lp-heading {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-clp-ink);
}

.wla-corridors-lp-heading-dark {
    font-size: clamp(36px, 4.5vw, 62px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-clp-white);
}

.wla-corridors-lp-body {
    font-size: 15px;
    color: var(--wla-clp-muted);
    line-height: 1.82;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-corridors-lp-section {
    padding: 112px 52px;
}

.wla-corridors-lp-section--dark {
    background: var(--wla-clp-ink);
}

.wla-corridors-lp-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-corridors-lp-hero {
    min-height: 88vh;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 64px;
}

.wla-corridors-lp-hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.wla-corridors-lp-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 13, 13, 0.72);
}

.wla-corridors-lp-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 80px;
    max-width: 1200px;
}

.wla-corridors-lp-h-eye {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 18px;
}

.wla-corridors-lp-h-title {
    font-size: clamp(52px, 7vw, 104px);
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 0.88;
    text-transform: uppercase;
    color: var(--wla-clp-white);
    margin-bottom: 22px;
}

.wla-corridors-lp-h-sub {
    font-size: clamp(14px, 1.5vw, 17px);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.50);
    line-height: 1.8;
    max-width: 520px;
    margin-bottom: 40px;
}

.wla-corridors-lp-h-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   CORRIDORS TABLE
   ================================================================ */
.wla-corridors-lp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 52px;
}

.wla-corridors-lp-table-header {
    display: grid;
    grid-template-columns: 36px 1fr 130px 150px 100px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid var(--wla-clp-ink);
}

.wla-corridors-lp-th {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-clp-muted);
}

.wla-corridors-lp-row {
    display: grid;
    grid-template-columns: 36px 1fr 130px 150px 100px;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--wla-clp-rule);
    transition: background .15s;
}
.wla-corridors-lp-row:hover {
    background: var(--wla-clp-off);
}

.wla-corridors-lp-row-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: var(--wla-clp-rule);
}

.wla-corridors-lp-row-title {
    font-size: clamp(14px, 1.6vw, 17px);
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-clp-ink);
}

.wla-corridors-lp-row-sub {
    font-size: 11px;
    color: var(--wla-clp-muted);
    margin-top: 3px;
}

.wla-corridors-lp-row-source {
    font-size: 11.5px;
    color: var(--wla-clp-muted);
}

.wla-corridors-lp-row-dest {
    font-size: 11.5px;
    color: var(--wla-clp-muted);
}

.wla-corridors-lp-row-growth {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    text-align: center;
    width: fit-content;
}

.wla-corridors-lp-row-growth--green {
    color: var(--wla-clp-green);
    background: rgba(22, 163, 74, 0.08);
    border: 1px solid rgba(22, 163, 74, 0.2);
}

.wla-corridors-lp-row-growth--muted {
    color: var(--wla-clp-muted);
    background: var(--wla-clp-off);
    border: 1px solid var(--wla-clp-rule);
}

/* ================================================================
   LEADERSHIP SECTION
   ================================================================ */
.wla-corridors-lp-leadership-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.wla-corridors-lp-leadership-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.82;
    margin-bottom: 24px;
}

.wla-corridors-lp-leadership-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.wla-corridors-lp-leadership-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
}

.wla-corridors-lp-ls-item {
    background: rgba(255, 255, 255, 0.04);
    padding: 28px;
}

.wla-corridors-lp-ls-number {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--wla-clp-white);
    line-height: 1;
}

.wla-corridors-lp-ls-number--green {
    color: var(--wla-clp-green);
}

.wla-corridors-lp-ls-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 6px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-corridors-lp-cta-band {
    background: var(--wla-clp-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-corridors-lp-cta-title {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 800;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--wla-clp-white);
    max-width: 560px;
    line-height: 1.0;
}

.wla-corridors-lp-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-corridors-lp-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-corridors-lp-animate.wla-corridors-lp-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-corridors-lp-hero-content {
        padding: 0 20px 60px;
    }
    
    .wla-corridors-lp-section {
        padding: 72px 20px;
    }
    
    .wla-corridors-lp-table-header,
    .wla-corridors-lp-row {
        grid-template-columns: 30px 1fr;
        gap: 8px 12px;
    }
    
    .wla-corridors-lp-table-header .wla-corridors-lp-th:nth-child(3),
    .wla-corridors-lp-table-header .wla-corridors-lp-th:nth-child(4),
    .wla-corridors-lp-table-header .wla-corridors-lp-th:nth-child(5),
    .wla-corridors-lp-row .wla-corridors-lp-row-source,
    .wla-corridors-lp-row .wla-corridors-lp-row-dest,
    .wla-corridors-lp-row .wla-corridors-lp-row-growth {
        display: none;
    }
    
    .wla-corridors-lp-row .wla-corridors-lp-row-number {
        grid-row: 1;
        grid-column: 1;
        align-self: center;
    }
    
    .wla-corridors-lp-row > div:first-of-type {
        grid-row: 1;
        grid-column: 2;
    }
    
    .wla-corridors-lp-leadership-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-corridors-lp-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA GCC to SE Asia Corridor Page Styles
 * World Law Alliance GCC to SE Asia Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-gcc-seasia-ink: #0D0D0D;
    --wla-gcc-seasia-white: #fff;
    --wla-gcc-seasia-off: #F7F7F5;
    --wla-gcc-seasia-rule: #E8E8E5;
    --wla-gcc-seasia-muted: #9A9A96;
    --wla-gcc-seasia-green: #16A34A;
    --wla-gcc-seasia-blue: #1A56DB;
    --wla-gcc-seasia-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-gcc-seasia-wrapper *,
.wla-gcc-seasia-wrapper *::before,
.wla-gcc-seasia-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-gcc-seasia-wrapper {
    font-family: var(--wla-gcc-seasia-font);
    background: var(--wla-gcc-seasia-white);
    color: var(--wla-gcc-seasia-ink);
    overflow-x: hidden;
}

.wla-gcc-seasia-wrapper a {
    text-decoration: none !important;
    
}

.wla-gcc-seasia-wrapper img {
    display: block;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-gcc-seasia-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-gcc-seasia-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-gcc-seasia-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    background: var(--wla-gcc-seasia-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-gcc-seasia-btn-white:hover {
    opacity: .88;
}

.wla-gcc-seasia-btn-white-intel {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    background: var(--wla-gcc-seasia-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-gcc-seasia-btn-white-intel:hover {
    opacity: .88;
}

.wla-gcc-seasia-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-gcc-seasia-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-gcc-seasia-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-muted);
    margin-bottom: 18px;
}

.wla-gcc-seasia-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-gcc-seasia-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-gcc-seasia-ink);
    text-transform: uppercase;
}

.wla-gcc-seasia-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-gcc-seasia-white);
    text-transform: uppercase;
}

.wla-gcc-seasia-subheading {
    font-size: 15.5px;
    color: var(--wla-gcc-seasia-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-gcc-seasia-section {
    padding: 112px 52px;
}

.wla-gcc-seasia-section--dark {
    background: var(--wla-gcc-seasia-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-gcc-seasia-section--related {
    background: var(--wla-gcc-seasia-off);
    border-top: 1px solid var(--wla-gcc-seasia-rule);
}

.wla-gcc-seasia-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-gcc-seasia-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-gcc-seasia-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-gcc-seasia-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-gcc-seasia-hero-bg-l {
    background: url("https://images.unsplash.com/photo-1518684079-3c830dcef090?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-gcc-seasia-hero-bg-r {
    background: url("https://images.unsplash.com/photo-1525625293386-3f8f99389edd?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-gcc-seasia-hero-div {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.wla-gcc-seasia-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-gcc-seasia-h-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.wla-gcc-seasia-corridor-display {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-gcc-seasia-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-white);
    line-height: .95;
}

.wla-gcc-seasia-cd-arrow {
    font-size: clamp(28px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wla-gcc-seasia-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: .95;
}

.wla-gcc-seasia-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: .95;
}

.wla-gcc-seasia-h-p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-gcc-seasia-h-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-gcc-seasia-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-gcc-seasia-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-gcc-seasia-hs:last-child {
    border-right: none;
}

.wla-gcc-seasia-hs-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-gcc-seasia-white);
    line-height: 1;
}

.wla-gcc-seasia-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES COVERED
   ================================================================ */
.wla-gcc-seasia-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-gcc-seasia-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-gcc-seasia-bs {
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
}
.wla-gcc-seasia-bs:first-child {
    border-right: 1px solid var(--wla-gcc-seasia-rule);
}

.wla-gcc-seasia-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-gcc-seasia-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-gcc-seasia-green);
}

.wla-gcc-seasia-bs-country {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    margin-bottom: 14px;
    line-height: 1;
}

.wla-gcc-seasia-bs-desc {
    font-size: 14.5px;
    color: var(--wla-gcc-seasia-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-gcc-seasia-bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.wla-gcc-seasia-bst {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    background: var(--wla-gcc-seasia-off);
    border-radius: 100px;
    padding: 4px 11px;
}

.wla-gcc-seasia-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    display: inline-block;
}

.wla-gcc-seasia-bs-bg {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-gcc-seasia-off);
    line-height: 1;
    pointer-events: none;
}

/* Badge */
.wla-gcc-seasia-badge {
    background: var(--wla-gcc-seasia-ink);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-gcc-seasia-wb-title {
    font-size: 13.5px;
    color: var(--wla-gcc-seasia-white);
    font-weight: 600;
}

.wla-gcc-seasia-wb-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-gcc-seasia-wb-badge {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   THEMES GRID
   ================================================================ */
.wla-gcc-seasia-themes-bg {
    background: var(--wla-gcc-seasia-off);
    border-top: 1px solid var(--wla-gcc-seasia-rule);
}

.wla-gcc-seasia-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-gcc-seasia-rule);
    border: 1px solid var(--wla-gcc-seasia-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-gcc-seasia-tg {
    background: var(--wla-gcc-seasia-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-gcc-seasia-tg:hover {
    background: var(--wla-gcc-seasia-off);
}

.wla-gcc-seasia-tg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-muted);
    margin-bottom: 12px;
}

.wla-gcc-seasia-tg-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-gcc-seasia-tg-desc {
    font-size: 13.5px;
    color: var(--wla-gcc-seasia-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE ROWS
   ================================================================ */
.wla-gcc-seasia-intel-bg {
    background: var(--wla-gcc-seasia-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-gcc-seasia-intel-rows {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-gcc-seasia-ir {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-gcc-seasia-ir:last-child {
    border-bottom: none;
}

.wla-gcc-seasia-ir--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-gcc-seasia-ir-jur {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.wla-gcc-seasia-ir-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-gcc-seasia-ir-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}

.wla-gcc-seasia-ir-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-gcc-seasia-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-gcc-seasia-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-gcc-seasia-rel-card {
    border: 1px solid var(--wla-gcc-seasia-rule);
    border-radius: 10px;
    padding: 20px 16px;
    background: var(--wla-gcc-seasia-white);
    transition: all .2s;
    display: block;
}
.wla-gcc-seasia-rel-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-gcc-seasia-rc-route {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-ink);
    margin-bottom: 4px;
}

.wla-gcc-seasia-rc-growth {
    font-size: 12px;
    font-weight: 700;
    color: var(--wla-gcc-seasia-green);
    margin-bottom: 6px;
}

.wla-gcc-seasia-rc-desc {
    font-size: 11.5px;
    color: var(--wla-gcc-seasia-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-gcc-seasia-cta-band {
    background: var(--wla-gcc-seasia-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-gcc-seasia-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-gcc-seasia-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-gcc-seasia-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-gcc-seasia-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-gcc-seasia-animate.wla-gcc-seasia-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-gcc-seasia-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-gcc-seasia-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-gcc-seasia-section {
        padding: 72px 20px;
    }
    
    .wla-gcc-seasia-both-sides {
        grid-template-columns: 1fr;
    }
    .wla-gcc-seasia-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-gcc-seasia-rule);
    }
    
    .wla-gcc-seasia-themes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-gcc-seasia-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-gcc-seasia-ir {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-gcc-seasia-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA Gulf to CEE Corridor Styles
 * World Law Alliance Gulf to CEE Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-corridor-gulfcee-ink: #0D0D0D;
    --wla-corridor-gulfcee-white: #fff;
    --wla-corridor-gulfcee-off: #F7F7F5;
    --wla-corridor-gulfcee-rule: #E8E8E5;
    --wla-corridor-gulfcee-muted: #9A9A96;
    --wla-corridor-gulfcee-green: #16A34A;
    --wla-corridor-gulfcee-blue: #1A56DB;
    --wla-corridor-gulfcee-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-corridor-gulfcee-wrapper *,
.wla-corridor-gulfcee-wrapper *::before,
.wla-corridor-gulfcee-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-corridor-gulfcee-wrapper {
    font-family: var(--wla-corridor-gulfcee-font);
    background: var(--wla-corridor-gulfcee-white);
    color: var(--wla-corridor-gulfcee-ink);
    overflow-x: hidden;
}

.wla-corridor-gulfcee-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-corridor-gulfcee-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-corridor-gulfcee-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-corridor-gulfcee-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
    background: var(--wla-corridor-gulfcee-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-gulfcee-btn-white:hover {
    opacity: .88;
}

.wla-corridor-gulfcee-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-corridor-gulfcee-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-corridor-gulfcee-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    margin-bottom: 18px;
}

.wla-corridor-gulfcee-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-corridor-gulfcee-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-gulfcee-ink);
    text-transform: uppercase;
}

.wla-corridor-gulfcee-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-gulfcee-white);
    text-transform: uppercase;
}

.wla-corridor-gulfcee-subtext {
    font-size: 15.5px;
    color: var(--wla-corridor-gulfcee-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-corridor-gulfcee-section {
    padding: 112px 52px;
}

.wla-corridor-gulfcee-section--dark {
    background: var(--wla-corridor-gulfcee-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-gulfcee-section--coverage {
    background: var(--wla-corridor-gulfcee-white);
    border-top: 1px solid var(--wla-corridor-gulfcee-rule);
}

.wla-corridor-gulfcee-section--related {
    background: var(--wla-corridor-gulfcee-white);
    border-top: 1px solid var(--wla-corridor-gulfcee-rule);
}

.wla-corridor-gulfcee-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-corridor-gulfcee-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-corridor-gulfcee-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-corridor-gulfcee-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-corridor-gulfcee-hero-bg-left {
    background: url('https://images.unsplash.com/photo-1518684079-3c830dcef090?w=960&q=80') center/cover;
    opacity: .25;
}

.wla-corridor-gulfcee-hero-bg-right {
    background: url('https://images.unsplash.com/photo-1467269204594-9661b134dd2b?w=960&q=80') center/cover;
    opacity: .25;
}

.wla-corridor-gulfcee-hero-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-50%);
}

.wla-corridor-gulfcee-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-corridor-gulfcee-hero-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wla-corridor-gulfcee-hero-crumb span {
    color: rgba(255, 255, 255, 0.15);
}

/* Corridor Display */
.wla-corridor-gulfcee-corridor-display {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-corridor-gulfcee-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-white);
    line-height: 0.95;
}

.wla-corridor-gulfcee-cd-arrow {
    font-size: clamp(28px, 4vw, 56px);
    color: rgba(255, 255, 255, 0.25);
    flex-shrink: 0;
}

.wla-corridor-gulfcee-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
    line-height: 0.95;
}

.wla-corridor-gulfcee-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: 0.95;
}

.wla-corridor-gulfcee-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-corridor-gulfcee-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 56px;
}

/* Hero Stats */
.wla-corridor-gulfcee-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-gulfcee-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-corridor-gulfcee-hs:last-child {
    border-right: none;
}

.wla-corridor-gulfcee-hs-number {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-corridor-gulfcee-white);
    line-height: 1;
}

.wla-corridor-gulfcee-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES
   ================================================================ */
.wla-corridor-gulfcee-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-corridor-gulfcee-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-corridor-gulfcee-bs {
    padding: 52px 48px;
    position: relative;
    overflow: hidden;
}
.wla-corridor-gulfcee-bs:first-child {
    border-right: 1px solid var(--wla-corridor-gulfcee-rule);
}

.wla-corridor-gulfcee-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-corridor-gulfcee-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-corridor-gulfcee-green);
}

.wla-corridor-gulfcee-bs-country {
    font-size: clamp(28px, 3.5vw, 48px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
    margin-bottom: 14px;
}

.wla-corridor-gulfcee-bs-desc {
    font-size: 15px;
    color: var(--wla-corridor-gulfcee-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-corridor-gulfcee-bs-practices {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 20px;
}

.wla-corridor-gulfcee-bp {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
    background: var(--wla-corridor-gulfcee-off);
    border-radius: 100px;
    padding: 4px 12px;
}

.wla-corridor-gulfcee-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap .15s;
}
.wla-corridor-gulfcee-bs-link:hover {
    gap: 10px;
}

.wla-corridor-gulfcee-bs-bg {
    position: absolute;
    bottom: -20px;
    right: -10px;
    font-size: 130px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-corridor-gulfcee-off);
    line-height: 1;
    pointer-events: none;
}

/* WLA Both Sides Badge */
.wla-corridor-gulfcee-badge {
    background: var(--wla-corridor-gulfcee-ink);
    border-radius: 12px;
    padding: 28px 32px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-corridor-gulfcee-badge-title {
    font-size: 14px;
    color: var(--wla-corridor-gulfcee-white);
    font-weight: 600;
}

.wla-corridor-gulfcee-badge-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-corridor-gulfcee-badge-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   DEAL FLOW DATA
   ================================================================ */
.wla-corridor-gulfcee-dealflow-bg {
    background: var(--wla-corridor-gulfcee-off);
    border-top: 1px solid var(--wla-corridor-gulfcee-rule);
}

.wla-corridor-gulfcee-df-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wla-corridor-gulfcee-rule);
    border: 1px solid var(--wla-corridor-gulfcee-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-corridor-gulfcee-dfc {
    background: var(--wla-corridor-gulfcee-white);
    padding: 36px 28px;
    transition: background .2s;
}
.wla-corridor-gulfcee-dfc:hover {
    background: var(--wla-corridor-gulfcee-off);
}

.wla-corridor-gulfcee-dfc-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    margin-bottom: 10px;
}

.wla-corridor-gulfcee-dfc-value {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-corridor-gulfcee-ink);
    line-height: 1;
}

.wla-corridor-gulfcee-dfc-label {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    margin-top: 6px;
}

.wla-corridor-gulfcee-dfc-note {
    font-size: 12.5px;
    color: var(--wla-corridor-gulfcee-muted);
    margin-top: 8px;
    line-height: 1.5;
}

/* ================================================================
   SECTOR ACTIVITY
   ================================================================ */
.wla-corridor-gulfcee-sector-bg {
    background: var(--wla-corridor-gulfcee-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-gulfcee-sector-rows {
    margin-top: 56px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
}

.wla-corridor-gulfcee-sr--header {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    padding: 14px 22px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    gap: 20px;
}

.wla-corridor-gulfcee-sr-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-corridor-gulfcee-sr {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background .12s;
}
.wla-corridor-gulfcee-sr:last-child {
    border-bottom: none;
}
.wla-corridor-gulfcee-sr:hover {
    background: rgba(255, 255, 255, 0.03);
}

.wla-corridor-gulfcee-sr-sector {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-white);
}

.wla-corridor-gulfcee-sr-sub {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
}

.wla-corridor-gulfcee-sr-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.wla-corridor-gulfcee-sr-growth {
    font-size: 14px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}
.wla-corridor-gulfcee-sr-growth--active {
    color: #60a5fa;
}

/* ================================================================
   PRACTICE COVERAGE TABLE
   ================================================================ */
.wla-corridor-gulfcee-cov-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid var(--wla-corridor-gulfcee-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-corridor-gulfcee-cov-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-corridor-gulfcee-rule);
    text-align: left;
    background: var(--wla-corridor-gulfcee-off);
}

.wla-corridor-gulfcee-cov-table tbody td {
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-corridor-gulfcee-cov-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-corridor-gulfcee-cov-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-corridor-gulfcee-ct-practice {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
}

.wla-corridor-gulfcee-ct-side {
    font-size: 13.5px;
    color: #555;
}

/* ================================================================
   INTELLIGENCE SIGNALS
   ================================================================ */
.wla-corridor-gulfcee-intel-bg {
    background: var(--wla-corridor-gulfcee-off);
    border-top: 1px solid var(--wla-corridor-gulfcee-rule);
}

.wla-corridor-gulfcee-signal-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-corridor-gulfcee-white);
    border: 1px solid var(--wla-corridor-gulfcee-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-corridor-gulfcee-signal-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-corridor-gulfcee-rule);
    text-align: left;
    background: var(--wla-corridor-gulfcee-off);
}

.wla-corridor-gulfcee-signal-table tbody td {
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
}
.wla-corridor-gulfcee-signal-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-corridor-gulfcee-signal-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-corridor-gulfcee-st-jur {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
}

.wla-corridor-gulfcee-st-area {
    font-size: 10.5px;
    color: var(--wla-corridor-gulfcee-muted);
    margin-top: 3px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.wla-corridor-gulfcee-st-signal {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}
.wla-corridor-gulfcee-st-signal strong {
    color: var(--wla-corridor-gulfcee-ink);
    font-weight: 600;
}

.wla-corridor-gulfcee-st-idx {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-corridor-gulfcee-green);
    white-space: nowrap;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-corridor-gulfcee-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-corridor-gulfcee-rel-card {
    border: 1px solid var(--wla-corridor-gulfcee-rule);
    border-radius: 10px;
    padding: 24px 18px;
    transition: all .2s;
    display: block;
}
.wla-corridor-gulfcee-rel-card:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-corridor-gulfcee-rc-route {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-ink);
    margin-bottom: 4px;
}

.wla-corridor-gulfcee-rc-growth {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-corridor-gulfcee-green);
    margin-bottom: 6px;
}

.wla-corridor-gulfcee-rc-desc {
    font-size: 11.5px;
    color: var(--wla-corridor-gulfcee-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-corridor-gulfcee-cta-band {
    background: var(--wla-corridor-gulfcee-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-corridor-gulfcee-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-gulfcee-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-corridor-gulfcee-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-corridor-gulfcee-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-corridor-gulfcee-animate.wla-corridor-gulfcee-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-corridor-gulfcee-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-corridor-gulfcee-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-gulfcee-section {
        padding: 72px 20px;
    }
    
    .wla-corridor-gulfcee-both-sides {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-gulfcee-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-corridor-gulfcee-rule);
    }
    
    .wla-corridor-gulfcee-df-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-gulfcee-sr,
    .wla-corridor-gulfcee-sr--header {
        grid-template-columns: 1fr auto;
    }
    
    .wla-corridor-gulfcee-sr-desc {
        display: none;
    }
    
    .wla-corridor-gulfcee-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-gulfcee-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-corridor-gulfcee-badge {
        flex-direction: column;
        text-align: center;
    }
}
/**
 * WLA EU to India Corridor Page Styles
 * World Law Alliance EU to India Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-eu-india-ink: #0D0D0D;
    --wla-eu-india-white: #fff;
    --wla-eu-india-off: #F7F7F5;
    --wla-eu-india-rule: #E8E8E5;
    --wla-eu-india-muted: #9A9A96;
    --wla-eu-india-green: #16A34A;
    --wla-eu-india-blue: #1A56DB;
    --wla-eu-india-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-eu-india-wrapper *,
.wla-eu-india-wrapper *::before,
.wla-eu-india-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-eu-india-wrapper {
    font-family: var(--wla-eu-india-font);
    background: var(--wla-eu-india-white);
    color: var(--wla-eu-india-ink);
    overflow-x: hidden;
}

.wla-eu-india-wrapper a {
    text-decoration: none !important;
    
}

.wla-eu-india-wrapper img {
    display: block;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-eu-india-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-eu-india-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-eu-india-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    background: var(--wla-eu-india-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-eu-india-btn-white:hover {
    opacity: .88;
}

.wla-eu-india-btn-white-intel {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    background: var(--wla-eu-india-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-eu-india-btn-white-intel:hover {
    opacity: .88;
}

.wla-eu-india-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-eu-india-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-eu-india-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-eu-india-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-eu-india-muted);
    margin-bottom: 18px;
}

.wla-eu-india-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-eu-india-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-eu-india-ink);
    text-transform: uppercase;
}

.wla-eu-india-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-eu-india-white);
    text-transform: uppercase;
}

.wla-eu-india-subheading {
    font-size: 15.5px;
    color: var(--wla-eu-india-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-eu-india-section {
    padding: 112px 52px;
}

.wla-eu-india-section--dark {
    background: var(--wla-eu-india-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-eu-india-section--related {
    background: var(--wla-eu-india-off);
    border-top: 1px solid var(--wla-eu-india-rule);
}

.wla-eu-india-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-eu-india-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-eu-india-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-eu-india-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-eu-india-hero-bg-l {
    background: url("https://images.unsplash.com/photo-1467269204594-9661b134dd2b?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-eu-india-hero-bg-r {
    background: url("https://images.unsplash.com/photo-1524492412937-b28074a5d7da?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-eu-india-hero-div {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.wla-eu-india-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-eu-india-h-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

.wla-eu-india-corridor-display {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-eu-india-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-eu-india-white);
    line-height: .95;
}

.wla-eu-india-cd-arrow {
    font-size: clamp(28px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wla-eu-india-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: .95;
}

.wla-eu-india-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: .95;
}

.wla-eu-india-h-p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-eu-india-h-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-eu-india-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-eu-india-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-eu-india-hs:last-child {
    border-right: none;
}

.wla-eu-india-hs-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-eu-india-white);
    line-height: 1;
}

.wla-eu-india-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES COVERED
   ================================================================ */
.wla-eu-india-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-eu-india-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-eu-india-bs {
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
}
.wla-eu-india-bs:first-child {
    border-right: 1px solid var(--wla-eu-india-rule);
}

.wla-eu-india-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-eu-india-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-eu-india-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-eu-india-green);
}

.wla-eu-india-bs-country {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    margin-bottom: 14px;
    line-height: 1;
}

.wla-eu-india-bs-desc {
    font-size: 14.5px;
    color: var(--wla-eu-india-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-eu-india-bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.wla-eu-india-bst {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    background: var(--wla-eu-india-off);
    border-radius: 100px;
    padding: 4px 11px;
}

.wla-eu-india-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    display: inline-block;
}

.wla-eu-india-bs-bg {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-eu-india-off);
    line-height: 1;
    pointer-events: none;
}

/* Badge */
.wla-eu-india-badge {
    background: var(--wla-eu-india-ink);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-eu-india-wb-title {
    font-size: 13.5px;
    color: var(--wla-eu-india-white);
    font-weight: 600;
}

.wla-eu-india-wb-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-eu-india-wb-badge {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   THEMES GRID
   ================================================================ */
.wla-eu-india-themes-bg {
    background: var(--wla-eu-india-off);
    border-top: 1px solid var(--wla-eu-india-rule);
}

.wla-eu-india-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-eu-india-rule);
    border: 1px solid var(--wla-eu-india-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-eu-india-tg {
    background: var(--wla-eu-india-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-eu-india-tg:hover {
    background: var(--wla-eu-india-off);
}

.wla-eu-india-tg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-eu-india-muted);
    margin-bottom: 12px;
}

.wla-eu-india-tg-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-eu-india-tg-desc {
    font-size: 13.5px;
    color: var(--wla-eu-india-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE ROWS
   ================================================================ */
.wla-eu-india-intel-bg {
    background: var(--wla-eu-india-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-eu-india-intel-rows {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-eu-india-ir {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-eu-india-ir:last-child {
    border-bottom: none;
}

.wla-eu-india-ir--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-eu-india-ir-jur {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.wla-eu-india-ir-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-eu-india-ir-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}

.wla-eu-india-ir-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-eu-india-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-eu-india-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-eu-india-rel-card {
    border: 1px solid var(--wla-eu-india-rule);
    border-radius: 10px;
    padding: 20px 16px;
    background: var(--wla-eu-india-white);
    transition: all .2s;
    display: block;
}
.wla-eu-india-rel-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-eu-india-rc-route {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-eu-india-ink);
    margin-bottom: 4px;
}

.wla-eu-india-rc-growth {
    font-size: 12px;
    font-weight: 700;
    color: var(--wla-eu-india-green);
    margin-bottom: 6px;
}

.wla-eu-india-rc-desc {
    font-size: 11.5px;
    color: var(--wla-eu-india-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-eu-india-cta-band {
    background: var(--wla-eu-india-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-eu-india-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-eu-india-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-eu-india-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-eu-india-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-eu-india-animate.wla-eu-india-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-eu-india-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-eu-india-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-eu-india-section {
        padding: 72px 20px;
    }
    
    .wla-eu-india-both-sides {
        grid-template-columns: 1fr;
    }
    .wla-eu-india-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-eu-india-rule);
    }
    
    .wla-eu-india-themes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-eu-india-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-eu-india-ir {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-eu-india-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/**
 * WLA APAC to Americas Corridor Styles
 * World Law Alliance APAC to Americas Corridor Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-corridor-apacamericas-ink: #0D0D0D;
    --wla-corridor-apacamericas-white: #fff;
    --wla-corridor-apacamericas-off: #F7F7F5;
    --wla-corridor-apacamericas-rule: #E8E8E5;
    --wla-corridor-apacamericas-muted: #9A9A96;
    --wla-corridor-apacamericas-green: #16A34A;
    --wla-corridor-apacamericas-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-corridor-apacamericas-wrapper *,
.wla-corridor-apacamericas-wrapper *::before,
.wla-corridor-apacamericas-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-corridor-apacamericas-wrapper {
    font-family: var(--wla-corridor-apacamericas-font);
    background: var(--wla-corridor-apacamericas-white);
    color: var(--wla-corridor-apacamericas-ink);
    overflow-x: hidden;
}

.wla-corridor-apacamericas-wrapper a {
    text-decoration: none !important;
    
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-corridor-apacamericas-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-corridor-apacamericas-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-corridor-apacamericas-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    background: var(--wla-corridor-apacamericas-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-apacamericas-btn-white:hover {
    opacity: .88;
}

.wla-corridor-apacamericas-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-corridor-apacamericas-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.wla-corridor-apacamericas-btn-white-dark {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    background: var(--wla-corridor-apacamericas-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-apacamericas-btn-white-dark:hover {
    opacity: .88;
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-corridor-apacamericas-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-muted);
    margin-bottom: 18px;
}

.wla-corridor-apacamericas-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-corridor-apacamericas-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-apacamericas-ink);
    text-transform: uppercase;
}

.wla-corridor-apacamericas-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-corridor-apacamericas-white);
    text-transform: uppercase;
}

.wla-corridor-apacamericas-subtext {
    font-size: 15.5px;
    color: var(--wla-corridor-apacamericas-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-corridor-apacamericas-section {
    padding: 112px 52px;
}

.wla-corridor-apacamericas-section--dark {
    background: var(--wla-corridor-apacamericas-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-apacamericas-section--related {
    background: var(--wla-corridor-apacamericas-off);
    border-top: 1px solid var(--wla-corridor-apacamericas-rule);
}

.wla-corridor-apacamericas-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-corridor-apacamericas-hero {
    min-height: 100vh;
    padding-top: 60px;
    background: var(--wla-corridor-apacamericas-ink);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wla-corridor-apacamericas-hero-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.wla-corridor-apacamericas-hero-bg-left {
    background: url("https://images.unsplash.com/photo-1525625293386-3f8f99389edd?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-apacamericas-hero-bg-right {
    background: url("https://images.unsplash.com/photo-1534430480872-3498386e7856?w=960&q=80") center/cover;
    opacity: .22;
}

.wla-corridor-apacamericas-hero-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(-50%);
}

.wla-corridor-apacamericas-hero-content {
    position: relative;
    z-index: 2;
    padding: 0 52px 72px;
}

.wla-corridor-apacamericas-hero-crumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 24px;
}

/* Corridor Display */
.wla-corridor-apacamericas-corridor-display {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.wla-corridor-apacamericas-cd-from {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-white);
    line-height: 0.95;
}

.wla-corridor-apacamericas-cd-arrow {
    font-size: clamp(28px, 4vw, 52px);
    color: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.wla-corridor-apacamericas-cd-to {
    font-size: clamp(40px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.95;
}

.wla-corridor-apacamericas-cd-growth {
    font-size: clamp(32px, 4.5vw, 64px);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #4ade80;
    line-height: 0.95;
}

.wla-corridor-apacamericas-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 680px;
    margin-bottom: 36px;
}

.wla-corridor-apacamericas-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

/* Hero Stats */
.wla-corridor-apacamericas-hero-stats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-apacamericas-hs {
    padding: 22px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.wla-corridor-apacamericas-hs:last-child {
    border-right: none;
}

.wla-corridor-apacamericas-hs-number {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--wla-corridor-apacamericas-white);
    line-height: 1;
}

.wla-corridor-apacamericas-hs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 4px;
}

/* ================================================================
   BOTH SIDES
   ================================================================ */
.wla-corridor-apacamericas-both-sides {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-corridor-apacamericas-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-corridor-apacamericas-bs {
    padding: 52px 44px;
    position: relative;
    overflow: hidden;
}
.wla-corridor-apacamericas-bs:first-child {
    border-right: 1px solid var(--wla-corridor-apacamericas-rule);
}

.wla-corridor-apacamericas-bs-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-muted);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wla-corridor-apacamericas-bs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wla-corridor-apacamericas-green);
}

.wla-corridor-apacamericas-bs-country {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    margin-bottom: 14px;
    line-height: 1;
}

.wla-corridor-apacamericas-bs-desc {
    font-size: 14.5px;
    color: var(--wla-corridor-apacamericas-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

.wla-corridor-apacamericas-bs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.wla-corridor-apacamericas-bst {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    background: var(--wla-corridor-apacamericas-off);
    border-radius: 100px;
    padding: 4px 11px;
}

.wla-corridor-apacamericas-bs-link {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    display: inline-block;
    transition: opacity .15s;
}
.wla-corridor-apacamericas-bs-link:hover {
    opacity: .7;
}

.wla-corridor-apacamericas-bs-bg {
    position: absolute;
    bottom: -18px;
    right: -8px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-corridor-apacamericas-off);
    line-height: 1;
    pointer-events: none;
}

/* WLA Badge */
.wla-corridor-apacamericas-badge {
    background: var(--wla-corridor-apacamericas-ink);
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.wla-corridor-apacamericas-badge-title {
    font-size: 13.5px;
    color: var(--wla-corridor-apacamericas-white);
    font-weight: 600;
}

.wla-corridor-apacamericas-badge-sub {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 4px;
}

.wla-corridor-apacamericas-badge-tag {
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 6px 14px;
    border: 1px solid rgba(74, 222, 128, 0.2);
    flex-shrink: 0;
}

/* ================================================================
   THEMES
   ================================================================ */
.wla-corridor-apacamericas-themes-bg {
    background: var(--wla-corridor-apacamericas-off);
    border-top: 1px solid var(--wla-corridor-apacamericas-rule);
}

.wla-corridor-apacamericas-themes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-corridor-apacamericas-rule);
    border: 1px solid var(--wla-corridor-apacamericas-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-corridor-apacamericas-tg {
    background: var(--wla-corridor-apacamericas-white);
    padding: 40px 32px;
    transition: background .2s;
}
.wla-corridor-apacamericas-tg:hover {
    background: var(--wla-corridor-apacamericas-off);
}

.wla-corridor-apacamericas-tg-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-muted);
    margin-bottom: 12px;
}

.wla-corridor-apacamericas-tg-title {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-corridor-apacamericas-tg-desc {
    font-size: 13.5px;
    color: var(--wla-corridor-apacamericas-muted);
    line-height: 1.75;
}

/* ================================================================
   INTELLIGENCE
   ================================================================ */
.wla-corridor-apacamericas-intel-bg {
    background: var(--wla-corridor-apacamericas-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-corridor-apacamericas-intel-rows {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 56px;
}

.wla-corridor-apacamericas-ir {
    display: grid;
    grid-template-columns: 140px 1fr auto;
    gap: 20px;
    padding: 20px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.wla-corridor-apacamericas-ir:last-child {
    border-bottom: none;
}

.wla-corridor-apacamericas-ir--header {
    background: rgba(255, 255, 255, 0.04);
}

.wla-corridor-apacamericas-ir-jur {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.45);
}

.wla-corridor-apacamericas-ir-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.5;
}

.wla-corridor-apacamericas-ir-growth {
    font-size: 13px;
    font-weight: 700;
    color: #4ade80;
    white-space: nowrap;
    text-align: right;
}
.wla-corridor-apacamericas-ir-growth--watch {
    color: #60a5fa;
}

.wla-corridor-apacamericas-ir-th {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

.wla-corridor-apacamericas-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   RELATED CORRIDORS
   ================================================================ */
.wla-corridor-apacamericas-rel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin-top: 48px;
}

.wla-corridor-apacamericas-rel-card {
    border: 1px solid var(--wla-corridor-apacamericas-rule);
    border-radius: 10px;
    padding: 20px 16px;
    background: var(--wla-corridor-apacamericas-white);
    transition: all .2s;
    display: block;
}
.wla-corridor-apacamericas-rel-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-corridor-apacamericas-rc-route {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-ink);
    margin-bottom: 4px;
}

.wla-corridor-apacamericas-rc-growth {
    font-size: 12px;
    font-weight: 700;
    color: var(--wla-corridor-apacamericas-green);
    margin-bottom: 6px;
}

.wla-corridor-apacamericas-rc-desc {
    font-size: 11.5px;
    color: var(--wla-corridor-apacamericas-muted);
    line-height: 1.5;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-corridor-apacamericas-cta-band {
    background: var(--wla-corridor-apacamericas-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-corridor-apacamericas-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-corridor-apacamericas-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-corridor-apacamericas-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-corridor-apacamericas-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-corridor-apacamericas-animate.wla-corridor-apacamericas-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-corridor-apacamericas-hero-content {
        padding: 0 20px 56px;
    }
    
    .wla-corridor-apacamericas-hero-stats {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-apacamericas-section {
        padding: 72px 20px;
    }
    
    .wla-corridor-apacamericas-both-sides {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-apacamericas-bs:first-child {
        border-right: none;
        border-bottom: 1px solid var(--wla-corridor-apacamericas-rule);
    }
    
    .wla-corridor-apacamericas-themes-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-corridor-apacamericas-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .wla-corridor-apacamericas-ir {
        grid-template-columns: 100px 1fr auto;
        gap: 12px;
    }
    
    .wla-corridor-apacamericas-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-corridor-apacamericas-badge {
        flex-direction: column;
        text-align: center;
    }
}
/**
 * WLA Intellectual Property Styles
 * World Law Alliance IP Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-ip-ink: #0D0D0D;
    --wla-ip-white: #fff;
    --wla-ip-off: #F7F7F5;
    --wla-ip-rule: #E8E8E5;
    --wla-ip-muted: #9A9A96;
    --wla-ip-green: #16A34A;
    --wla-ip-blue: #1A56DB;
    --wla-ip-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-ip-wrapper *,
.wla-ip-wrapper *::before,
.wla-ip-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-ip-wrapper {
    font-family: var(--wla-ip-font);
    background: var(--wla-ip-white);
    color: var(--wla-ip-ink);
    overflow-x: hidden;
}

.wla-ip-wrapper a {
    text-decoration: none !important;
    
}

.wla-ip-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-ip-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-ip-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-ip-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    background: var(--wla-ip-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-ip-btn-white:hover {
    opacity: .88;
}

.wla-ip-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-ip-white);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-ip-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

.wla-ip-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-ip-white);
    background: var(--wla-ip-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-ip-btn-ink:hover {
    opacity: .8;
}

.wla-ip-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-ip-btn-bdr:hover {
    border-color: var(--wla-ip-ink);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-ip-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    margin-bottom: 18px;
}

.wla-ip-heading {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-ip-ink);
    text-transform: uppercase;
}

.wla-ip-subtext {
    font-size: 15.5px;
    color: var(--wla-ip-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-ip-section {
    padding: 112px 52px;
}

.wla-ip-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-ip-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 60px;
    background: var(--wla-ip-ink);
}

.wla-ip-hero-left {
    padding: 80px 64px 72px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-ip-hero-breadcrumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.wla-ip-hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.15);
}

.wla-ip-hero-title {
    font-size: clamp(44px, 5.5vw, 80px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-ip-white);
    margin-bottom: 24px;
}

.wla-ip-hero-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 440px;
    margin-bottom: 40px;
}

.wla-ip-hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 52px;
}

.wla-ip-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wla-ip-htag {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    padding: 6px 16px;
    cursor: default;
    transition: all .15s;
}
.wla-ip-htag:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Hero Right */
.wla-ip-hero-right {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding: 52px;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
}

.wla-ip-jur-grid-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
}

.wla-ip-jur-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.wla-ip-jur-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    padding: 16px 18px;
    transition: background .15s;
    cursor: default;
}
.wla-ip-jur-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.wla-ip-ji-name {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--wla-ip-white);
}

.wla-ip-ji-reg {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 3px;
}

.wla-ip-ji-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #4ade80;
    margin-top: 6px;
}

.wla-ip-ji-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
}

/* ================================================================
   IP PRACTICE GRID
   ================================================================ */
.wla-ip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--wla-ip-rule);
    border: 1px solid var(--wla-ip-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-ip-card {
    background: var(--wla-ip-white);
    padding: 48px 36px;
    transition: background .2s, transform .2s;
    cursor: default;
    position: relative;
    overflow: hidden;
}
.wla-ip-card:hover {
    background: var(--wla-ip-off);
}

.wla-ip-card-number {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    margin-bottom: 18px;
}

.wla-ip-card-icon {
    font-size: 28px;
    margin-bottom: 14px;
}

.wla-ip-card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    margin-bottom: 12px;
    line-height: 1.2;
}

.wla-ip-card-desc {
    font-size: 13.5px;
    color: var(--wla-ip-muted);
    line-height: 1.8;
    margin-bottom: 16px;
}

.wla-ip-card-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wla-ip-card-list li {
    font-size: 13px;
    color: var(--wla-ip-muted);
    display: flex;
    gap: 8px;
    line-height: 1.5;
    align-items: flex-start;
}
.wla-ip-card-list li::before {
    content: '·';
    color: var(--wla-ip-ink);
    font-weight: 700;
    flex-shrink: 0;
}

.wla-ip-card-bg {
    position: absolute;
    bottom: -12px;
    right: -4px;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: var(--wla-ip-off);
    line-height: 1;
    pointer-events: none;
    transition: color .2s;
}
.wla-ip-card:hover .wla-ip-card-bg {
    color: #e8e8e6;
}

/* ================================================================
   IP IN M&A FEATURE
   ================================================================ */
.wla-ip-feature-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid var(--wla-ip-rule);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 72px;
}

.wla-ip-feature-image {
    overflow: hidden;
    min-height: 480px;
    position: relative;
}
.wla-ip-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s;
}
.wla-ip-feature-image:hover img {
    transform: scale(1.04);
}

.wla-ip-feature-image-label {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(13, 13, 13, 0.6);
    padding: 6px 14px;
    border-radius: 100px;
}

.wla-ip-feature-content {
    padding: 56px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid var(--wla-ip-rule);
}

.wla-ip-fc-tag {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    margin-bottom: 14px;
}

.wla-ip-fc-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    margin-bottom: 16px;
    line-height: 1.15;
}

.wla-ip-fc-body {
    font-size: 14.5px;
    color: var(--wla-ip-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-ip-fc-points {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}
.wla-ip-fc-points li {
    font-size: 14px;
    color: var(--wla-ip-ink);
    display: flex;
    gap: 10px;
    align-items: flex-start;
    line-height: 1.5;
}
.wla-ip-fc-points li::before {
    content: '→';
    font-weight: 700;
    flex-shrink: 0;
}

.wla-ip-fc-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   INTELLIGENCE TABLE
   ================================================================ */
.wla-ip-intel-bg {
    background: var(--wla-ip-off);
    border-top: 1px solid var(--wla-ip-rule);
}

.wla-ip-intel-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--wla-ip-white);
    border: 1px solid var(--wla-ip-rule);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-ip-intel-table thead th {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    padding: 14px 22px;
    border-bottom: 1px solid var(--wla-ip-rule);
    text-align: left;
    background: var(--wla-ip-off);
}

.wla-ip-intel-table tbody td {
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0ee;
    vertical-align: middle;
    transition: background .12s;
}
.wla-ip-intel-table tbody tr:last-child td {
    border-bottom: none;
}
.wla-ip-intel-table tbody tr:hover td {
    background: #fafaf8;
}

.wla-ip-it-jur {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
}

.wla-ip-it-area {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    margin-top: 3px;
}

.wla-ip-it-signal {
    font-size: 13.5px;
    color: #555;
    line-height: 1.5;
}
.wla-ip-it-signal strong {
    color: var(--wla-ip-ink);
    font-weight: 600;
}

.wla-ip-it-idx {
    font-size: 13px;
    font-weight: 700;
    color: var(--wla-ip-green);
    text-align: right;
    white-space: nowrap;
}
.wla-ip-it-idx--ac {
    color: var(--wla-ip-blue);
}

.wla-ip-intel-footer {
    margin-top: 24px;
    text-align: right;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-ip-cta-band {
    background: var(--wla-ip-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-ip-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-ip-white);
    max-width: 560px;
    line-height: 1.05;
}

.wla-ip-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   RELATED PRACTICES
   ================================================================ */
.wla-ip-related-bg {
    background: var(--wla-ip-off);
    border-top: 1px solid var(--wla-ip-rule);
}

.wla-ip-rel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.wla-ip-rel-card {
    background: var(--wla-ip-white);
    border: 1px solid var(--wla-ip-rule);
    border-radius: 12px;
    padding: 28px 24px;
    transition: all .2s;
    display: block;
}
.wla-ip-rel-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.wla-ip-rc-tag {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--wla-ip-muted);
    margin-bottom: 10px;
}

.wla-ip-rc-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    margin-bottom: 8px;
    line-height: 1.2;
}

.wla-ip-rc-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--wla-ip-ink);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: gap .15s;
}
.wla-ip-rel-card:hover .wla-ip-rc-link {
    gap: 9px;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-ip-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-ip-animate.wla-ip-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-ip-hero {
        grid-template-columns: 1fr;
    }
    
    .wla-ip-hero-left {
        padding: 80px 20px 56px;
    }
    
    .wla-ip-hero-right {
        display: none;
    }
    
    .wla-ip-section {
        padding: 72px 20px;
    }
    
    .wla-ip-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-ip-feature-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-ip-feature-content {
        border-left: none;
        border-top: 1px solid var(--wla-ip-rule);
        padding: 40px 24px;
    }
    
    .wla-ip-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
    
    .wla-ip-rel-grid {
        grid-template-columns: 1fr 1fr;
    }
}
/**
 * WLA Labour & Employment Page Styles
 * World Law Alliance Labour & Employment Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
:root {
    --wla-employment-ink: #0D0D0D;
    --wla-employment-white: #fff;
    --wla-employment-off: #F7F7F5;
    --wla-employment-rule: #E8E8E5;
    --wla-employment-muted: #9A9A96;
    --wla-employment-green: #16A34A;
    --wla-employment-blue: #1A56DB;
    --wla-employment-font: 'Inter', sans-serif;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-employment-wrapper *,
.wla-employment-wrapper *::before,
.wla-employment-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-employment-wrapper {
    font-family: var(--wla-employment-font);
    background: var(--wla-employment-white);
    color: var(--wla-employment-ink);
    overflow-x: hidden;
}

.wla-employment-wrapper a {
    text-decoration: none !important;
    
}

.wla-employment-wrapper img {
    display: block;
    max-width: 100%;
}

/* ================================================================
   SCROLLBAR
   ================================================================ */
.wla-employment-wrapper::-webkit-scrollbar {
    width: 2px;
}
.wla-employment-wrapper::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* ================================================================
   BUTTONS
   ================================================================ */
.wla-employment-btn-ink {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-employment-white);
    background: var(--wla-employment-ink);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-employment-btn-ink:hover {
    opacity: .8;
}

.wla-employment-btn-bdr {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-employment-ink);
    border: 1.5px solid #ddd;
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-employment-btn-bdr:hover {
    border-color: var(--wla-employment-ink);
}

.wla-employment-btn-white {
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--wla-employment-ink);
    background: var(--wla-employment-white);
    padding: 13px 26px;
    border-radius: 4px;
    display: inline-block;
    transition: opacity .15s;
}
.wla-employment-btn-white:hover {
    opacity: .88;
}

.wla-employment-btn-ghost-white {
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--wla-employment-white);
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    padding: 12px 22px;
    border-radius: 4px;
    display: inline-block;
    transition: border-color .15s;
}
.wla-employment-btn-ghost-white:hover {
    border-color: rgba(255, 255, 255, 0.6);
}

/* ================================================================
   TYPOGRAPHY
   ================================================================ */
.wla-employment-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-employment-muted);
    margin-bottom: 18px;
}

.wla-employment-eyebrow-dark {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
}

.wla-employment-heading {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-employment-ink);
    text-transform: uppercase;
}

.wla-employment-heading-dark {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: var(--wla-employment-white);
    text-transform: uppercase;
}

.wla-employment-subheading {
    font-size: 15.5px;
    color: var(--wla-employment-muted);
    line-height: 1.75;
    max-width: 520px;
    margin-top: 20px;
}

/* ================================================================
   SECTIONS
   ================================================================ */
.wla-employment-section {
    padding: 112px 52px;
}

.wla-employment-section--dark {
    background: var(--wla-employment-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-employment-container {
    max-width: 1240px;
    margin: 0 auto;
}

/* ================================================================
   HERO SECTION
   ================================================================ */
.wla-employment-hero {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    overflow: hidden;
}

.wla-employment-hero-left {
    position: relative;
    overflow: hidden;
}
.wla-employment-hero-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .5;
}

.wla-employment-hero-grad {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 13, 13, 0.95) 0%, rgba(13, 13, 13, 0.4) 60%, transparent 100%);
}

.wla-employment-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 52px;
}

.wla-employment-h-breadcrumb {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 20px;
}

.wla-employment-h-title {
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.94;
    text-transform: uppercase;
    color: var(--wla-employment-white);
    margin-bottom: 20px;
}

.wla-employment-h-desc {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    max-width: 420px;
    margin-bottom: 32px;
}

.wla-employment-h-btns {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Hero Right - Legislation Feed */
.wla-employment-hero-right {
    background: var(--wla-employment-ink);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px;
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.wla-employment-leg-title {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wla-employment-leg-live {
    color: #4ade80;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 10px;
}

.wla-employment-ldot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #4ade80;
    animation: wlaEmpPulse 2s infinite;
}

@keyframes wlaEmpPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: .3; }
}

.wla-employment-leg-rows {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wla-employment-leg-row {
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: padding-left .15s;
    cursor: default;
}
.wla-employment-leg-row:last-child {
    border-bottom: none;
}
.wla-employment-leg-row:hover {
    padding-left: 6px;
}

.wla-employment-lr-jur {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 6px;
}

.wla-employment-lr-law {
    font-size: 14px;
    font-weight: 600;
    color: var(--wla-employment-white);
    margin-bottom: 4px;
    line-height: 1.3;
}

.wla-employment-lr-impact {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
}

.wla-employment-lr-badge {
    display: inline-flex;
    font-size: 9.5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 100px;
    margin-top: 7px;
}
.wla-employment-lr-badge--active {
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border: 1px solid rgba(74, 222, 128, 0.15);
}
.wla-employment-lr-badge--watch {
    color: #f59e0b;
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.15);
}

/* ================================================================
   SCENARIO GRID
   ================================================================ */
.wla-employment-scenario-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 72px;
}

.wla-employment-sc {
    background: var(--wla-employment-white);
    border: 1px solid var(--wla-employment-rule);
    border-radius: 12px;
    padding: 36px 28px;
    transition: all .25s;
    cursor: default;
    position: relative;
    overflow: hidden;
}
.wla-employment-sc:hover {
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    background: var(--wla-employment-off);
}

.wla-employment-sc-scenario {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-employment-muted);
    margin-bottom: 14px;
}

.wla-employment-sc-title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    color: var(--wla-employment-ink);
    margin-bottom: 12px;
    line-height: 1.2;
}

.wla-employment-sc-desc {
    font-size: 13.5px;
    color: var(--wla-employment-muted);
    line-height: 1.75;
    margin-bottom: 16px;
}

.wla-employment-sc-jurisdictions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.wla-employment-sc-jur {
    font-size: 9.5px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #555;
    background: var(--wla-employment-off);
    border-radius: 100px;
    padding: 3px 10px;
}

.wla-employment-sc-bg {
    position: absolute;
    bottom: -16px;
    right: -6px;
    font-size: 100px;
    font-weight: 700;
    color: var(--wla-employment-off);
    line-height: 1;
    pointer-events: none;
}
.wla-employment-sc:hover .wla-employment-sc-bg {
    color: #e8e8e6;
}

/* ================================================================
   GC EMPLOYMENT SECTION
   ================================================================ */
.wla-employment-gc-bg {
    background: var(--wla-employment-off);
    border-top: 1px solid var(--wla-employment-rule);
}

.wla-employment-gc-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    margin-top: 64px;
}

.wla-employment-gc-checklist {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--wla-employment-rule);
    border-radius: 14px;
    overflow: hidden;
    background: var(--wla-employment-white);
}

.wla-employment-gcl-header {
    padding: 16px 24px;
    background: var(--wla-employment-ink);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.wla-employment-gcl-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 24px;
    border-bottom: 1px solid var(--wla-employment-rule);
    cursor: default;
    transition: background .15s;
}
.wla-employment-gcl-item:last-child {
    border-bottom: none;
}
.wla-employment-gcl-item:hover {
    background: var(--wla-employment-off);
}

.wla-employment-gcl-check {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background: var(--wla-employment-ink);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: var(--wla-employment-white);
    flex-shrink: 0;
    margin-top: 1px;
}

.wla-employment-gcl-text {
    font-size: 14px;
    color: var(--wla-employment-ink);
    line-height: 1.5;
}

.wla-employment-gc-title {
    font-size: clamp(22px, 2.8vw, 36px);
    font-weight: 700;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    color: var(--wla-employment-ink);
    margin-bottom: 16px;
    line-height: 1.1;
}

.wla-employment-gc-body {
    font-size: 15px;
    color: var(--wla-employment-muted);
    line-height: 1.8;
    margin-bottom: 24px;
}

.wla-employment-gc-features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.wla-employment-gef {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: var(--wla-employment-ink);
    line-height: 1.5;
}
.wla-employment-gef::before {
    content: '✓';
    color: var(--wla-employment-green);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}

.wla-employment-gc-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ================================================================
   M&A EMPLOYMENT
   ================================================================ */
.wla-employment-ma-bg {
    background: var(--wla-employment-ink);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-employment-ma-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    overflow: hidden;
    margin-top: 64px;
}

.wla-employment-ma-card {
    background: rgba(255, 255, 255, 0.04);
    padding: 36px 28px;
    transition: background .2s;
}
.wla-employment-ma-card:hover {
    background: rgba(255, 255, 255, 0.08);
}

.wla-employment-mac-n {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 14px;
}

.wla-employment-mac-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wla-employment-white);
    margin-bottom: 10px;
    line-height: 1.2;
}

.wla-employment-mac-desc {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.65;
}

.wla-employment-mac-badge {
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.1);
    border-radius: 100px;
    padding: 3px 11px;
    margin-top: 10px;
}

/* ================================================================
   CTA BAND
   ================================================================ */
.wla-employment-cta-band {
    background: var(--wla-employment-ink);
    padding: 80px 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wla-employment-cta-title {
    font-size: clamp(26px, 3.2vw, 44px);
    font-weight: 700;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: var(--wla-employment-white);
    max-width: 540px;
    line-height: 1.05;
}

.wla-employment-cta-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-employment-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-employment-animate.wla-employment-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 960px) {
    .wla-employment-hero {
        grid-template-columns: 1fr;
    }
    .wla-employment-hero-right {
        display: none;
    }
    
    .wla-employment-section {
        padding: 72px 20px;
    }
    
    .wla-employment-scenario-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-employment-gc-layout {
        grid-template-columns: 1fr;
    }
    
    .wla-employment-ma-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-employment-cta-band {
        flex-direction: column;
        padding: 60px 20px;
    }
}
/* ================================================================
   contact Us 
   ================================================================ */
.wla-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #0D0D0D;
    color: #fff;
    padding: 60px 40px;
    gap: 40px;
    margin: 0 auto;
}

.wla-form-header .wla-eyebrow {
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 18px;
    display: block;
}

.wla-title {
    font-size: clamp(34px, 4.2vw, 58px);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 0.97;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wla-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
    max-width: 420px;
    margin-bottom: 40px;
}

.wla-sidebar {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wla-address-block {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    margin-bottom: 28px;
}

.wla-address-block h4 {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 10px;
}

.wla-address-block p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.8;
    margin: 4px 0;
}

.wla-form-group {
    margin-bottom: 14px;
}

.wla-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.wla-form-group label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 7px;
    display: block;
}

.wla-form-group input,
.wla-form-group select,
.wla-form-group textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    font-family: inherit;
    outline: none;
    transition: border-color 0.15s;
    display: block;
}

.wla-form-group input:focus,
.wla-form-group select:focus,
.wla-form-group textarea:focus {
    border-color: rgba(255, 255, 255, 0.35);
}

.wla-form-group textarea {
    min-height: 88px;
    resize: vertical;
}

.wla-submit-btn {
    width: 100% !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase;
    color: #0D0D0D !important;
    background: #fff !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-family: inherit;
    transition: opacity 0.15s !important;
    margin-top: 6px;
}

.wla-submit-btn:hover {
    opacity: 0.88;
}

.wla-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.wla-note {
    font-size: 11.5px;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-top: 10px;
    line-height: 1.5;
}

#wla-form-response {
    margin-top: 14px;
    padding: 10px 0;
}
 
@media (max-width: 960px) {
    .wla-contact-wrapper {
        grid-template-columns: 1fr;
        padding: 40px 20px;
    }
    .wla-sidebar {
        border-left: none;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        padding-top: 30px;
    }
    .wla-form-row {
        grid-template-columns: 1fr;
    }
}
/* =============================================
   WLA CORRIDOR MEMBERSHIP FORM - PUBLIC CSS
   File: css/world-law-alliance-business-legal-network-public.css
   ============================================= */

@import url('https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/css/intlTelInput.min.css');

/* ======================================================
   HERO FULL WIDTH — SINGLE CLEAN BLOCK (no duplicates)
   ====================================================== */

/*
   Full-width breakout technique:
   Works inside Elementor, Astra, GeneratePress, Divi etc.
   The key is: left + margin-left together, NOT calc() alone.
*/
.wlac-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 640px;

    margin: 0;
    padding: 0;
    left: auto;
    right: auto;

    background-color: #001e30;
    background-image: url('https://images.unsplash.com/photo-1600880292203-757bb62b4baf?w=1800&q=80&auto=format&fit=crop');
    background-size: cover;
    background-position: center 30%;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    box-sizing: border-box;
    overflow: hidden;
}

.wlac-hero__bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgb(145 145 145 / 97%) 0%, rgb(0 0 0 / 64%) 50%, rgba(0, 43, 69, 0.80) 100%);
    z-index: 1;
}

.wlac-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 60px;
    align-items: center;
    box-sizing: border-box;
}

/* ---- EYEBROW ---- */
.wlac-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wlac-hero__eyebrow-line {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #2a2a2a;
    flex-shrink: 0;
}

/* ---- HEADING ---- */
.wlac-hero__heading {
    font-size: clamp(32px, 4.2vw, 58px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 22px 0;
    letter-spacing: -1px;
}

.wlac-hero__heading-accent {
    color: #2a2a2a;
}

/* ---- DESC ---- */
.wlac-hero__desc {
    font-size: clamp(14px, 1.3vw, 17px);
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
    margin: 0 0 30px 0;
    max-width: 620px;
}

/* ---- STATS ---- */
.wlac-hero__stats {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 20px 0;
    margin-bottom: 32px;
    width: fit-content;
}

.wlac-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 32px;
    gap: 5px;
}

.wlac-hero__stat-num {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 800;
    color: #2a2a2a;
    line-height: 1;
}

.wlac-hero__stat-lbl {
    font-size: 11px;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    white-space: nowrap;
}

.wlac-hero__stat-sep {
    width: 1px;
    height: 44px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

/* ---- CTA BUTTONS ---- */
.wlac-hero__ctas {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.wlac-hero__btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding: 14px 28px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.wlac-hero__btn--primary {
    background: #2a2a2a;
    color: #ffffff;
    border: 2px solid #2a2a2a;
}

.wlac-hero__btn--primary:hover {
    background: #a8d45e;
    border-color: #a8d45e;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-1px);
}

.wlac-hero__btn--outline {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255,255,255,0.45);
}

.wlac-hero__btn--outline:hover {
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    background: rgba(255,255,255,0.07);
}

/* ---- NOTE ---- */
.wlac-hero__note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: rgba(255,255,255,0.50);
    line-height: 1.4;
}

/* ---- RIGHT CARD ---- */
.wlac-hero__card {
    background: rgb(0 0 0 / 0%);
    border: 1px solid rgb(0 0 0 / 0%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 30px 28px;
    box-sizing: border-box;
}

.wlac-hero__card-title {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-bottom: 24px;
}

/* ---- JOURNEY LIST ---- */
.wlac-hero__journey {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.wlac-hero__journey-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.wlac-hero__journey-item--last {
    border-bottom: none;
}

.wlac-hero__journey-item > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.wlac-hero__journey-item strong {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    display: block;
}

.wlac-hero__journey-item span {
    font-size: 12px;
    color: rgba(255,255,255,0.50);
}

.wlac-hero__journey-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #2a2a2a;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ---- CARD FOOTER ---- */
.wlac-hero__card-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.10);
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    line-height: 1.4;
}

/* ---- HERO RESPONSIVE ---- */
@media (max-width: 1100px) {
    .wlac-hero__inner {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 24px;
    }
    .wlac-hero__right {
        max-width: 500px;
    }
}

@media (max-width: 640px) {
    .wlac-hero {
        min-height: auto;
    }
    .wlac-hero__stats {
        width: 100%;
        justify-content: space-between;
    }
    .wlac-hero__stat {
        padding: 0 16px;
    }
    .wlac-hero__ctas {
        flex-direction: column;
    }
    .wlac-hero__btn {
        text-align: center;
    }
    .wlac-hero__heading {
        letter-spacing: -0.5px;
    }
}

/* =============================================
   FORM CONTAINER
   ============================================= */
.wla-app-container {
    font-family: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 1400px !important;
    margin: 40px auto !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
}

/* TinyMCE Fix */
.wp-editor-container textarea.wp-editor-area {
    visibility: hidden !important;
    height: 0 !important;
}

/* ---- PROGRESS INDICATOR ---- */
.wla-app-progress-indicator {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 10px;
    position: relative;
}
.wla-app-progress-indicator::before {
    content: '';
    position: absolute;
    top: 25px;
    left: 50px;
    right: 50px;
    height: 3px;
    background: #e0e7ed;
    z-index: 1;
}
.wla-app-progress-step {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}
.wla-app-progress-circle {
    width: 50px;
    height: 50px;
    background: #fff;
    border: 3px solid #e0e7ed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-weight: 700;
    font-size: 20px;
    color: #6c7a8a;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3;
}
.wla-app-progress-step.active .wla-app-progress-circle {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(150, 195, 78, 0.2);
}
.wla-app-progress-label {
    font-size: 14px;
    font-weight: 600;
    color: #6c7a8a;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}
.wla-app-progress-step.active .wla-app-progress-label {
    color: #2d5a27;
    font-weight: 700;
}

/* ---- STEPS ---- */
.wla-app-step {
    display: none !important;
    animation: fadeIn 0.5s ease;
}
.wla-app-step.is-active {
    display: block !important;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ---- HEADINGS ---- */
.wla-app-h2 {
    color: #2d5a27;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.wla-app-subheading {
    color: #2d5a27;
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2a2a2a;
}

/* ---- INFO BOX ---- */
.wla-app-info-box {
    background: linear-gradient(200deg, #0a0a0a 0%, #0a0a0a 100%);
    border-left: 6px solid #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
}
.wla-app-info-text {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

/* ---- FIELDS ---- */
.wla-app-field-group {
    margin-bottom: 25px;
}
.wla-app-label {
    display: block;
    color: #2d5a27;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.4;
}
.wla-app-required {
    color: #2a2a2a;
    font-weight: 700;
    margin-left: 3px;
}
.wla-app-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 2px solid #e0e7ed;
    border-radius: 8px;
    background: #fff;
    color: #2d5a27;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
}
.wla-app-input:focus {
    outline: none;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 4px rgba(150, 195, 78, 0.1);
}
.wla-app-input:hover {
    border-color: #c0ccda;
}
.wla-app-input::placeholder {
    color: #9aa9b9;
    opacity: 0.7;
}
.wla-app-textarea {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 2px solid #e0e7ed;
    border-radius: 8px;
    background: #fff;
    color: #2d5a27;
    transition: all 0.3s ease;
    box-sizing: border-box;
    font-family: inherit;
    min-height: 100px;
    resize: vertical;
}
.wla-app-textarea:focus {
    outline: none;
    border-color: #2a2a2a;
    box-shadow: 0 0 0 4px rgba(150, 195, 78, 0.1);
}
.wla-app-hint {
    color: #6c7a8a;
    font-size: 13px;
    margin-top: 6px;
    font-style: normal;
}
.wla-app-hint.success { color: #28a745; }
.wla-app-hint.error   { color: #dc3545; }

/* ---- TINYMCE ---- */
.wp-editor-container {
    border: 2px solid #e0e7ed !important;
    border-radius: 8px !important;
    overflow: hidden !important;
}
.wp-editor-container:hover {
    border-color: #2a2a2a !important;
}
.wp-editor-container:focus-within {
    border-color: #2a2a2a !important;
    box-shadow: 0 0 0 4px rgba(150, 195, 78, 0.1) !important;
}

/* ---- CHECKBOXES / GRIDS ---- */
.wla-grid-check {
    display: grid;
    gap: 15px;
    margin: 15px 0;
}
.wla-grid-3cols { grid-template-columns: repeat(3, 1fr); }
.wla-grid-2cols { grid-template-columns: repeat(2, 1fr); }

.wla-eoi-check {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8fafd;
    border: 1px solid #e0e7ed;
    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.wla-eoi-check:hover {
    background: #fff;
    border-color: #2a2a2a;
    box-shadow: 0 2px 8px rgba(150, 195, 78, 0.1);
}
.wla-eoi-check input[type="checkbox"],
.wla-eoi-check input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #2a2a2a;
}
.wla-eoi-check span {
    color: #2d5a27;
    font-size: 15px;
    line-height: 1.4;
}
.wla-app-check-group {
    margin: 20px 0;
}

/* ---- RADIO ---- */
.wla-app-radio-group {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 15px 0;
}
.wla-app-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.wla-app-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    accent-color: #2a2a2a;
}

/* ---- ROW LAYOUT ---- */
.wla-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-bottom: 20px;
}

/* ---- ACTION BUTTONS ---- */
.wla-app-actions {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: space-between;
}
.wla-app-prev,
.wla-app-next,
.wla-app-submit,
#step1Next {
    padding: 16px 32px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    border: none !important;
    border-radius: 50px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    min-width: 200px !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    font-family: 'Inter Tight', sans-serif !important;
    text-decoration: none !important;
}
.wla-app-next,
#step1Next {
    background: #2a2a2a !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(150, 195, 78, 0.3) !important;
}
.wla-app-next:hover,
#step1Next:hover {
    background: #2a2a2a !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(150, 195, 78, 0.4) !important;
}
.wla-app-prev {
    background: #fff !important;
    color: #2d5a27 !important;
    border: 2px solid #e0e7ed !important;
    box-shadow: none !important;
}
.wla-app-prev:hover {
    background: #f8fafd !important;
    border-color: #c0ccda !important;
    transform: translateY(-2px) !important;
}
.wla-app-submit {
    background: #2d5a27 !important;
    color: #fff !important;
    box-shadow: 0 4px 15px rgba(45, 90, 39, 0.3) !important;
}
.wla-app-submit:hover {
    background: #3a6e33 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(45, 90, 39, 0.4) !important;
}
.wla-app-next::after,
#step1Next::after {
    content: "→" !important;
    font-size: 20px !important;
    line-height: 1 !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}
.wla-app-next:hover::after,
#step1Next:hover::after {
    transform: translateX(5px) !important;
}
.wla-app-prev::before {
    content: "←" !important;
    font-size: 20px !important;
    line-height: 1 !important;
    margin-right: 5px !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}
.wla-app-prev:hover::before {
    transform: translateX(-5px) !important;
}
.wla-app-submit::after {
    content: "✓" !important;
    font-size: 20px !important;
    line-height: 1 !important;
    transition: transform 0.3s ease !important;
    display: inline-block !important;
}

/* ---- CARD ---- */
.wla-app-card {
    background: #f8fafd;
    border: 1px solid #e0e7ed;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}
.wla-app-card:hover {
    border-color: #2a2a2a;
    box-shadow: 0 5px 20px rgba(150, 195, 78, 0.08);
}

/* ---- MULTI-SELECT DROPDOWN ---- */
.wla-app-multiselect {
    position: relative;
    width: 100%;
}
.wla-app-selectbox {
    width: 100%;
    padding: 14px 18px;
    font-size: 16px;
    border: 2px solid #e0e7ed;
    border-radius: 8px;
    background: #fff;
    color: #2d5a27;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}
.wla-app-selectbox:hover {
    border-color: #2a2a2a;
}
.wla-app-caret {
    font-size: 14px;
    color: #6c7a8a;
}
.wla-app-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 2px solid #2a2a2a;
    border-radius: 8px;
    z-index: 1000;
    display: none;
    padding: 10px;
    margin-top: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.wla-app-dropdown.is-open {
    display: block;
}

/* ---- ALERTS ---- */
.wla-app-alert {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}
.wla-app-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.wla-app-error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    white-space: pre-wrap;
}
.wla-app-error-field {
    border-color: #dc3545 !important;
    background: #fff8f8 !important;
}
.wla-app-error-inline {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

/* ---- SPINNER OVERLAY ---- */
.wla-app-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.wla-app-spinner {
    border: 4px solid #e0e7ed;
    border-top: 4px solid #2a2a2a;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.wla-app-spinner-text {
    margin-top: 20px;
    color: #2d5a27;
    font-size: 18px;
    font-weight: 600;
}

/* ---- FILE PREVIEW ---- */
.file-preview-container {
    margin-top: 10px;
}
.file-preview-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #032e3f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    margin-top: 5px;
}
.file-preview-remove {
    color: #dc3545;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 18px;
    font-weight: 700;
}

/* ---- FORM RESPONSIVE ---- */
@media (max-width: 768px) {
    .wla-app-progress-indicator {
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 30px;
    }
    .wla-app-progress-indicator::before {
        display: none;
    }
    .wla-app-progress-step {
        flex: 0 0 calc(33.333% - 10px);
    }
    .wla-grid-3cols,
    .wla-grid-2cols {
        grid-template-columns: repeat(2, 1fr);
    }
    .wla-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .wla-app-actions {
        flex-direction: column;
        gap: 15px;
    }
    .wla-app-prev,
    .wla-app-next,
    .wla-app-submit,
    #step1Next {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
    }
}
@media (max-width: 480px) {
    .wla-app-progress-step {
        flex: 0 0 calc(50% - 10px);
    }
    .wla-grid-3cols,
    .wla-grid-2cols {
        grid-template-columns: 1fr;
    }
    #wla-auto-save-popup,
    #wla-draft-load-popup,
    #wla-email-used-popup {
        width: 90%;
        min-width: unset;
        padding: 25px !important;
    }
}
/**
 * WLA Why Become Partner Styles
 * World Law Alliance Why Partner Page
 * Version: 1.0.0
 */

/* ================================================================
   ROOT VARIABLES
   ================================================================ */
.wla-why-partner-wrapper {
    --wla-wp-ink: #06141F;
    --wla-wp-ink2: #0A1F30;
    --wla-wp-g: #6BBF3E;
    --wla-wp-gd: #3A7219;
    --wla-wp-gl: #EAF7DF;
    --wla-wp-gl2: #D4F0BC;
    --wla-wp-white: #ffffff;
    --wla-wp-off: #F3F7F1;
    --wla-wp-mid: #5E7A8C;
    --wla-wp-bdr: #C8D8E4;
    --wla-wp-bdr2: #E2EDF3;
}

/* ================================================================
   RESET & BASE
   ================================================================ */
.wla-why-partner-wrapper *,
.wla-why-partner-wrapper *::before,
.wla-why-partner-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.wla-why-partner-wrapper {
    font-family: 'DM Sans', 'Inter', sans-serif;
    color: var(--wla-wp-ink);
    background: var(--wla-wp-white);
    width: 100%;
    overflow-x: hidden;
}

.wla-why-partner-wrapper a {
    text-decoration: none;
    color: inherit;
}

/* ================================================================
   HERO
   ================================================================ */
.wla-why-partner-hero {
    width: 100%;
    padding: 88px 80px 72px;
    border-bottom: 1px solid var(--wla-wp-bdr2);
    background: var(--wla-wp-white);
}

.wla-why-partner-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-wp-g);
    margin-bottom: 24px;
}
.wla-why-partner-eyebrow::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--wla-wp-g);
}

.wla-why-partner-hero-title {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.03em;
    color: var(--wla-wp-ink);
    max-width: 820px;
    margin-bottom: 14px;
}
.wla-why-partner-hero-title em {
    font-style: normal;
    font-weight: 300;
    color: var(--wla-wp-gd);
}

.wla-why-partner-hero-sub {
    font-size: 16px;
    font-weight: 300;
    color: var(--wla-wp-mid);
    line-height: 1.65;
    max-width: 620px;
    margin-bottom: 48px;
}

.wla-why-partner-stats {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.wla-why-partner-stat-number {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 32px;
    font-weight: 600;
    color: var(--wla-wp-g);
    line-height: 1;
    margin-bottom: 6px;
}

.wla-why-partner-stat-label {
    font-size: 12px;
    font-weight: 300;
    color: var(--wla-wp-mid);
    letter-spacing: 0.02em;
}

/* ================================================================
   BODY
   ================================================================ */
.wla-why-partner-body {
    width: 100%;
    padding: 72px 80px;
}

.wla-why-partner-section-label {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wla-wp-mid);
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.wla-why-partner-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--wla-wp-bdr2);
    display: block;
}

/* ================================================================
   CARDS GRID
   ================================================================ */
.wla-why-partner-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid var(--wla-wp-bdr);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 64px;
}

.wla-why-partner-card {
    background: var(--wla-wp-white);
    padding: 36px 32px;
    border-right: 1px solid var(--wla-wp-bdr2);
    border-bottom: 1px solid var(--wla-wp-bdr2);
    transition: background 0.25s ease;
    position: relative;
}
.wla-why-partner-card:nth-child(3n) {
    border-right: none;
}
.wla-why-partner-card:nth-child(4),
.wla-why-partner-card:nth-child(5),
.wla-why-partner-card:nth-child(6) {
    border-bottom: none;
}
.wla-why-partner-card:hover {
    background: var(--wla-wp-gl);
}

.wla-why-partner-card-number {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 42px;
    font-weight: 300;
    color: var(--wla-wp-bdr);
    line-height: 1;
    margin-bottom: 20px;
}

.wla-why-partner-card-title {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--wla-wp-ink);
    line-height: 1.35;
    margin-bottom: 12px;
}

.wla-why-partner-card-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--wla-wp-mid);
    line-height: 1.7;
}

/* ================================================================
   FEATURES 2-COL
   ================================================================ */
.wla-why-partner-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 64px;
}

.wla-why-partner-feature {
    background: var(--wla-wp-off);
    border: 1px solid var(--wla-wp-bdr2);
    border-radius: 16px;
    padding: 36px 32px;
    transition: background 0.25s ease;
}
.wla-why-partner-feature:hover {
    background: var(--wla-wp-gl);
    border-color: rgba(107, 191, 62, 0.3);
}

.wla-why-partner-feature-tag {
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wla-wp-gd);
    background: var(--wla-wp-gl2);
    border-radius: 20px;
    padding: 4px 14px;
    margin-bottom: 18px;
}

.wla-why-partner-feature-title {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--wla-wp-ink);
    line-height: 1.25;
    margin-bottom: 12px;
}

.wla-why-partner-feature-desc {
    font-size: 13px;
    font-weight: 300;
    color: var(--wla-wp-mid);
    line-height: 1.7;
}

.wla-why-partner-feature-list {
    list-style: none;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.wla-why-partner-feature-list li {
    font-size: 12px;
    font-weight: 300;
    color: var(--wla-wp-mid);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.55;
}
.wla-why-partner-feature-list li::before {
    content: '→';
    font-size: 11px;
    color: var(--wla-wp-g);
    flex-shrink: 0;
    margin-top: 1px;
}

/* ================================================================
   CTA
   ================================================================ */
.wla-why-partner-cta {
    background: var(--wla-wp-ink);
    border-radius: 16px;
    padding: 56px 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    flex-wrap: wrap;
}

.wla-why-partner-cta-title {
    font-family: 'Fraunces', 'Georgia', serif;
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 10px;
}

.wla-why-partner-cta-desc {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
    max-width: 480px;
}

.wla-why-partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--wla-wp-ink);
    background: var(--wla-wp-g);
    border: none;
    border-radius: 6px;
    padding: 16px 36px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s ease;
}
.wla-why-partner-btn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(107, 191, 62, 0.3);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
.wla-why-partner-animate {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.65s ease, transform 0.65s ease;
}

.wla-why-partner-animate.wla-why-partner-visible {
    opacity: 1;
    transform: none;
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
    .wla-why-partner-hero,
    .wla-why-partner-body {
        padding-left: 48px;
        padding-right: 48px;
    }
}

@media (max-width: 900px) {
    .wla-why-partner-hero,
    .wla-why-partner-body {
        padding-left: 32px;
        padding-right: 32px;
    }
    
    .wla-why-partner-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .wla-why-partner-card:nth-child(3n) {
        border-right: 1px solid var(--wla-wp-bdr2);
    }
    .wla-why-partner-card:nth-child(2n) {
        border-right: none;
    }
    .wla-why-partner-card:nth-child(5),
    .wla-why-partner-card:nth-child(6) {
        border-bottom: none;
    }
    .wla-why-partner-card:nth-child(4) {
        border-bottom: 1px solid var(--wla-wp-bdr2);
    }
}

@media (max-width: 768px) {
    .wla-why-partner-hero {
        padding: 56px 24px 48px;
    }
    
    .wla-why-partner-body {
        padding: 48px 24px;
    }
    
    .wla-why-partner-cards {
        grid-template-columns: 1fr;
        border-radius: 12px;
    }
    
    .wla-why-partner-card {
        border-right: none !important;
        border-bottom: 1px solid var(--wla-wp-bdr2) !important;
        padding: 28px 24px;
    }
    .wla-why-partner-card:last-child {
        border-bottom: none !important;
    }
    
    .wla-why-partner-features {
        grid-template-columns: 1fr;
    }
    
    .wla-why-partner-cta {
        padding: 40px 28px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .wla-why-partner-btn {
        width: 100%;
        justify-content: center;
    }
    
    .wla-why-partner-stats {
        gap: 32px;
    }
}

@media (max-width: 480px) {
    .wla-why-partner-hero {
        padding: 40px 16px 36px;
    }
    
    .wla-why-partner-body {
        padding: 36px 16px;
    }
    
    .wla-why-partner-hero-title {
        font-size: 30px;
    }
    
    .wla-why-partner-card-number {
        font-size: 32px;
    }
    
    .wla-why-partner-feature-title {
        font-size: 17px;
    }
    
    .wla-why-partner-cta-title {
        font-size: 22px;
    }
}
/**
 * WLA Corridor Thank You Styles
 * World Law Alliance Corridor Thank You Page
 * Version: 1.0.0
 */

/* ================================================================
   MAIN CONTAINER
   ================================================================ */
.wla-thankyou-container {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #2d3748;
    padding: 0 20px;
}

/* ================================================================
   HEADER SECTION
   ================================================================ */
.wla-thankyou-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: linear-gradient(145deg, #ffffff 0%, #f8faf9 100%);
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(150, 195, 78, 0.1);
}

.wla-thankyou-icon-large {
    margin-bottom: 20px;
}

.wla-thankyou-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #2d5a27;
    margin: 10px 0 5px;
}

.wla-thankyou-main-subtitle {
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 20px;
}

.wla-thankyou-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.wla-application-id {
    font-size: 16px;
    color: #718096;
    background: #f7fafc;
    padding: 6px 15px;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
}

/* ================================================================
   STATUS BADGES
   ================================================================ */
.wla-status-badge {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wla-status-draft { background: #e2e8f0; color: #4a5568; }
.wla-status-submitted { background: #2a2a2a; color: #ffffff; }
.wla-status-evaluation { background: #fbd38d; color: #7b341e; }
.wla-status-payment-pending { background: #fed7d7; color: #9b2c2c; }
.wla-status-approved { background: #9ae6b4; color: #22543d; }
.wla-status-rejected { background: #feb2b2; color: #822727; }
.wla-status-contacted { background: #d6bcfa; color: #44337a; }
.wla-status-reminded { background: #fefcbf; color: #744210; }
.wla-status-dropped { background: #e9d8fd; color: #553c9a; }
.wla-status-default { background: #cbd5e0; color: #2d3748; }

/* ================================================================
   GRID LAYOUT
   ================================================================ */
.wla-thankyou-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

/* ================================================================
   INFO CARDS
   ================================================================ */
.wla-info-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.wla-info-card:hover {
    box-shadow: 0 8px 24px rgba(150, 195, 78, 0.15);
    border-color: #2a2a2a;
}

.wla-card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 24px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.wla-card-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #2d5a27;
}

.wla-info-content {
    padding: 20px 24px;
}

.wla-info-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px dashed #edf2f7;
}

.wla-info-row:last-child {
    border-bottom: none;
}

.wla-info-label {
    font-size: 14px;
    color: #718096;
    font-weight: 500;
    min-width: 120px;
}

.wla-info-value {
    font-size: 15px;
    color: #2d3748;
    font-weight: 500;
    text-align: right;
    flex: 1;
    word-break: break-word;
}

.wla-info-value a {
    color: #2a2a2a;
    text-decoration: none;
}
.wla-info-value a:hover {
    text-decoration: underline;
}

.wla-fee-highlight {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 16px;
}

/* ================================================================
   FULL WIDTH CARDS
   ================================================================ */
.wla-fullwidth-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    margin-bottom: 24px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.wla-fullwidth-card:hover {
    box-shadow: 0 8px 24px rgba(150, 195, 78, 0.15);
    border-color: #2a2a2a;
}

/* ================================================================
   PRACTICE AREAS
   ================================================================ */
.wla-practice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 24px;
}

.wla-practice-box {
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
}

.wla-practice-label {
    font-size: 14px;
    color: #718096;
    margin-bottom: 12px;
    font-weight: 500;
}

.wla-practice-value {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wla-practice-tag {
    display: inline-block;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    font-size: 13px;
    color: #4a5568;
    transition: all 0.2s ease;
}

.wla-practice-tag:hover {
    border-color: #2a2a2a;
    background: #eaf7df;
    color: #2d5a27;
}

.wla-practice-tag-primary {
    background: #2a2a2a;
    border-color: #2a2a2a;
    color: #ffffff;
    font-weight: 500;
}

.wla-practice-tag-primary:hover {
    background: #a8d45e;
    border-color: #a8d45e;
    color: #ffffff;
}

/* ================================================================
   DETAILS GRID
   ================================================================ */
.wla-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 24px;
}

.wla-detail-item {
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.wla-detail-item-full {
    grid-column: 1 / -1;
}

.wla-detail-item-spaced {
    margin: 0 24px 20px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 12px;
}

.wla-detail-label {
    display: block;
    font-size: 13px;
    color: #718096;
    margin-bottom: 8px;
    font-weight: 500;
}

.wla-detail-value {
    font-size: 15px;
    color: #2d3748;
    font-weight: 500;
}

.wla-section-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 0 24px;
}

.wla-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

/* ================================================================
   RICH CONTENT
   ================================================================ */
.wla-rich-content {
    font-size: 14px;
    color: #4a5568;
    line-height: 1.6;
    margin-top: 8px;
}

.wla-rich-content p {
    margin: 0 0 10px 0;
}

.wla-rich-content p:last-child {
    margin-bottom: 0;
}

.wla-rich-content a {
    color: #2a2a2a;
    text-decoration: none;
}
.wla-rich-content a:hover {
    text-decoration: underline;
}

/* ================================================================
   DECLARATION BOX
   ================================================================ */
.wla-declaration-box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 24px;
    background: #f8fafc;
    border-radius: 12px;
    margin: 24px;
}

.wla-declaration-item {
    flex: 1;
    min-width: 200px;
}

.wla-declaration-label {
    display: block;
    font-size: 13px;
    color: #718096;
    margin-bottom: 4px;
}

.wla-declaration-value {
    font-size: 16px;
    color: #2d5a27;
    font-weight: 600;
}

/* ================================================================
   FOOTER CARD
   ================================================================ */
.wla-footer-card {
    background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%);
    border: 1px solid #2a2a2a;
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
    text-align: center;
}

.wla-footer-title {
    font-size: 24px;
    font-weight: 700;
    color: #2d5a27;
    margin-bottom: 30px;
}

.wla-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.wla-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 150px;
}

.wla-step-number {
    width: 40px;
    height: 40px;
    background: #2a2a2a;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
}

.wla-step-text {
    font-size: 14px;
    color: #4a5568;
    font-weight: 500;
}

.wla-step-arrow {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 300;
}

.wla-contact-info {
    margin-top: 30px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.wla-contact-info p {
    margin: 5px 0;
    color: #4a5568;
}

.wla-contact-details {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.wla-contact-details span {
    font-size: 16px;
}

.wla-contact-details a {
    color: #2a2a2a;
    text-decoration: none;
    font-weight: 500;
}
.wla-contact-details a:hover {
    text-decoration: underline;
}

/* ================================================================
   EMPTY STATE CARD
   ================================================================ */
.wla-thankyou-empty-card {
    max-width: 600px;
    margin: 40px auto;
    padding: 50px 40px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(150, 195, 78, 0.1);
    text-align: center;
    border: 1px solid #e2e8f0;
}

.wla-thankyou-icon {
    margin-bottom: 30px;
}

.wla-thankyou-title {
    font-size: 28px;
    font-weight: 700;
    color: #2d5a27;
    margin-bottom: 15px;
}

.wla-thankyou-message {
    font-size: 16px;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 30px;
}

.wla-thankyou-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 30px 0;
}

.wla-thankyou-contact {
    color: #718096;
    font-size: 14px;
}

.wla-thankyou-contact a {
    color: #2a2a2a;
    text-decoration: none;
    font-weight: 500;
}
.wla-thankyou-contact a:hover {
    text-decoration: underline;
}

/* ================================================================
   RESPONSIVE DESIGN
   ================================================================ */
@media (max-width: 1024px) {
    .wla-thankyou-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .wla-practice-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wla-thankyou-container {
        margin: 20px 0;
        padding: 0 15px;
    }
    
    .wla-thankyou-header {
        padding: 30px 20px;
    }
    
    .wla-thankyou-main-title {
        font-size: 28px;
    }
    
    .wla-info-row {
        flex-direction: column;
        gap: 5px;
    }
    
    .wla-info-label {
        min-width: auto;
    }
    
    .wla-info-value {
        text-align: left;
    }
    
    .wla-steps {
        flex-direction: column;
        gap: 10px;
    }
    
    .wla-step-arrow {
        transform: rotate(90deg);
    }
    
    .wla-declaration-box {
        flex-direction: column;
        gap: 15px;
    }
    
    .wla-contact-details {
        flex-direction: column;
        gap: 10px;
    }
    
    .wla-practice-box {
        padding: 15px;
    }
    
    .wla-footer-card {
        padding: 30px 20px;
    }
    
    .wla-details-grid {
        grid-template-columns: 1fr;
    }
    
    .wla-detail-item-spaced {
        margin: 0 15px 15px;
    }
}

@media (max-width: 480px) {
    .wla-thankyou-header {
        padding: 20px 15px;
    }
    
    .wla-thankyou-main-title {
        font-size: 24px;
    }
    
    .wla-card-header {
        padding: 15px;
    }
    
    .wla-info-content,
    .wla-practice-grid,
    .wla-details-grid,
    .wla-declaration-box {
        padding: 15px;
    }
    
    .wla-footer-card {
        padding: 20px;
    }
    
    .wla-step {
        min-width: 120px;
    }
    
    .wla-practice-tag {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .wla-thankyou-badge {
        gap: 10px;
    }
}

/* ================================================================
   PRINT STYLES
   ================================================================ */
@media print {
    .wla-thankyou-container {
        margin: 0;
        padding: 20px;
    }
    
    .wla-thankyou-header {
        background: none;
        box-shadow: none;
    }
    
    .wla-info-card,
    .wla-fullwidth-card,
    .wla-footer-card {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #ccc;
    }
    
    .wla-step-arrow,
    .wla-contact-details a {
        color: #000;
    }
}

/* ============================================================
   WLA Login Page — login.css
   Matches UNIONE design: dark left panel + clean right form
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,600;0,700;1,600&family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Reset for shortcode scope ─────────────────────────── */
.wla-login-wrapper *,
.wla-login-wrapper *::before,
.wla-login-wrapper *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ── Wrapper ────────────────────────────────────────────── */
.wla-login-wrapper {
    display: flex;
    min-height: 100vh;
    width: 100%;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

/* ══════════════════════════════════════════════════════════
   LEFT PANEL
══════════════════════════════════════════════════════════ */
.wla-left-panel {
    position: relative;
    width: 58%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 44px 52px;
    background:
        linear-gradient(160deg, rgba(10,20,45,0.82) 0%, rgba(8,14,32,0.75) 100%),
        url('https://images.unsplash.com/photo-1589994965851-a8f479c573a9?w=1400&q=80') center/cover no-repeat;
    overflow: hidden;
}

/* subtle vignette */
.wla-left-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 70% 50%, transparent 40%, rgba(4,8,20,0.55) 100%);
    pointer-events: none;
}

.wla-left-inner {
    position: relative;
    z-index: 1;
}

/* Logo */
.wla-brand { margin-bottom: 52px; }
.wla-logo  { height: 48px; width: auto; filter: brightness(0) invert(1); object-fit: contain; }

/* Badge */
.wla-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid rgba(196,158,70,0.55);
    border-radius: 999px;
    padding: 7px 18px;
    color: #C49E46;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    margin-bottom: 32px;
}
.wla-star { font-size: 10px; }

/* Headline */
.wla-headline {
    font-family: 'Inter Tight';
    font-size: clamp(32px, 3.8vw, 52px);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}
.wla-headline em {
    font-style: normal;
    color: #C49E46;
}

/* Subtext */
.wla-subtext {
    color: rgba(255,255,255,0.62);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 48px;
    max-width: 340px;
}

/* Stats */
.wla-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.wla-stat {
    border: 1px solid rgba(196,158,70,0.35);
    border-radius: 8px;
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 80px;
}
.wla-stat-num {
    font-family: 'Inter Tight';
    font-size: 22px;
    font-weight: 700;
    color: #C49E46;
    line-height: 1;
}
.wla-stat-label {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.45);
}

/* Footer */
.wla-left-footer {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
}

/* ══════════════════════════════════════════════════════════
   RIGHT PANEL
══════════════════════════════════════════════════════════ */
.wla-right-panel {
    width: 42%;
    min-height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 32px;
}

.wla-form-card {
    width: 100%;
    max-width: 420px;
}

/* Dot + accent */
.wla-dot {
    width: 18px;
    height: 18px;
    background: #C49E46;
    border-radius: 50%;
    margin-bottom: 16px;
}
.wla-accent-line {
    width: 36px;
    height: 2px;
    background: #C49E46;
    margin-bottom: 24px;
    border-radius: 2px;
}

/* Welcome */
.wla-welcome {
    font-family: 'Inter Tight';
    font-size: 28px;
    font-weight: 700;
    color: #0D1B3E;
    margin-bottom: 6px;
}
.wla-welcome-sub {
    font-size: 13px;
    color: #888;
    margin-bottom: 28px;
}

/* ── Tabs ────────────────────────────────────────────────── */
.wla-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #F0EDE8;
    margin-bottom: 28px;
}
.wla-tab {
    flex: 1;
    background: none;
    border: none;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    color: #999;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    font-family: 'Inter', sans-serif;
}
.wla-tab.active {
    color: #0D1B3E;
    background: #F8F4EC;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
}
.wla-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #C49E46;
}

/* ── Fields ──────────────────────────────────────────────── */
.wla-field { margin-bottom: 18px; }

.wla-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #0D1B3E;
    margin-bottom: 8px;
}

.wla-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.wla-input-icon {
    position: absolute;
    left: 13px;
    width: 16px;
    height: 16px;
    color: #AAAAAA;
    pointer-events: none;
    flex-shrink: 0;
}

.wla-input {
    width: 100%;
    border: 1.5px solid #E5E2DC;
    border-radius: 8px;
    padding: 12px 14px 12px 40px;
    font-size: 14px;
    color: #0D1B3E;
    font-family: 'Inter', sans-serif;
    background: #FAFAFA;
    transition: border-color 0.2s, box-shadow 0.2s;
    outline: none;
}
.wla-input:focus {
    border-color: #C49E46;
    box-shadow: 0 0 0 3px rgba(196,158,70,0.12);
    background: #fff;
}
.wla-input::placeholder { color: #BBBBBB; }

.wla-forgot {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #C49E46;
    text-decoration: none;
    margin-top: 8px;
    font-weight: 500;
}
.wla-forgot:hover { text-decoration: underline; }

/* ── Primary Button ──────────────────────────────────────── */
.wla-btn-primary {
    width: 25%;
    background: #0D1B3E;
    color: #fff;
    border: none;
    padding: 14px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.2s, transform 0.1s;
    font-family: 'Inter', sans-serif;
}
.wla-btn-primary:hover  { background: #1a2d5a; }
.wla-btn-primary:active { transform: scale(0.99); }

.wla-btn-loader svg {
    animation: wla-spin 0.8s linear infinite;
}
@keyframes wla-spin {
    to { transform: rotate(360deg); }
}

/* ── Send OTP Row ────────────────────────────────────────── */
.wla-otp-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
    position: static;
}
.wla-otp-row .wla-input-wrap {
    flex: 1;
}
.wla-btn-send {
    background: #0D1B3E;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s;
    flex-shrink: 0;
}
.wla-btn-send:hover { background: #1a2d5a; }

/* ── OTP Digit Inputs ────────────────────────────────────── */
.wla-otp-inputs {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 16px;
}
.wla-otp-digit {
    flex: 1;
    text-align: center;
    border: 1.5px solid #E5E2DC;
    border-radius: 8px;
    padding: 14px 4px;
    font-size: 18px;
    font-weight: 700;
    color: #0D1B3E;
    background: #FAFAFA;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Inter', sans-serif;
}
.wla-otp-digit:focus {
    border-color: #C49E46;
    box-shadow: 0 0 0 3px rgba(196,158,70,0.12);
    background: #fff;
}

/* Resend */
.wla-resend {
    font-size: 12px;
    color: #888;
    margin-bottom: 14px;
}
.wla-resend-btn {
    background: none;
    border: none;
    color: #C49E46;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    padding: 0;
}
.wla-resend-btn:hover { text-decoration: underline; }

/* ── Divider ─────────────────────────────────────────────── */
.wla-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: #BBBBBB;
    font-weight: 500;
}
.wla-divider::before,
.wla-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #EBEBEB;
}

/* ── Social Buttons ──────────────────────────────────────── */
.wla-social {
    display: flex;
    gap: 12px;
    margin-bottom: 22px;
}
.wla-social-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1.5px solid #E5E2DC;
    border-radius: 8px;
    padding: 11px 10px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: 'Inter', sans-serif;
}
.wla-social-btn:hover {
    border-color: #C49E46;
    box-shadow: 0 2px 8px rgba(196,158,70,0.12);
}

/* ── Register Text ───────────────────────────────────────── */
.wla-register-text {
    text-align: center;
    font-size: 13px;
    color: #888;
}
.wla-register-link {
    color: #C49E46;
    font-weight: 600;
    text-decoration: none;
}
.wla-register-link:hover { text-decoration: underline; }

/* ── Message / Alert ─────────────────────────────────────── */
.wla-message {
    padding: 11px 16px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 16px;
    font-weight: 500;
}
.wla-message.success {
    background: #EDF7ED;
    color: #2e7d32;
    border: 1px solid #A5D6A7;
}
.wla-message.error {
    background: #FFF0F0;
    color: #c62828;
    border: 1px solid #FFCDD2;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════ */
@media (max-width: 900px) {
    .wla-login-wrapper { flex-direction: column; }
    .wla-left-panel    { width: 100%; min-height: 52vh; padding: 36px 28px; }
    .wla-right-panel   { width: 100%; min-height: auto; padding: 40px 24px; }
    .wla-headline      { font-size: 30px; }
}

@media (max-width: 480px) {
    .wla-stats         { gap: 8px; }
    .wla-stat          { padding: 10px 14px; min-width: 68px; }
    .wla-stat-num      { font-size: 18px; }
    .wla-otp-inputs    { gap: 6px; }
    .wla-otp-digit     { padding: 12px 2px; font-size: 16px; }
    .wla-social        { flex-direction: column; }
    .wla-form-card     { max-width: 100%; }
}
/* ============================================================
   WLA Dashboard — dashboard.css
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* ── Reset ─────────────────────────────────────────────────── */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    background: #f5f7fa !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
    color: #1e293b;
}
.content_wrap,
.content_container {
    width: auto !important;
    max-width: none !important;
}

/* ══════════════════════════════════════════════════════════════
   DASHBOARD WRAPPER
══════════════════════════════════════════════════════════════ */
.wla-dashboard-wrapper {
    margin: 0 auto;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── Top Header ─────────────────────────────────────────────── */
.wla-top-header {
    background: #ffffff;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #2a2a2a;
}

.wla-header-left { display: flex; align-items: center; gap: 15px; }

.wla-header-left .logo { display: flex; align-items: center; gap: 10px; }
.wla-header-left .logo img { height: 40px; width: auto; object-fit: contain; }
.wla-header-left .logo span { font-weight: 700; font-size: 18px; color: #1e293b; }

.wla-header-right { display: flex; align-items: center; gap: 10px; }

/* Header Action Buttons */
.wla-header-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #1e293b;
    border: 1px solid #e2e8f0;
}
.wla-header-action:hover { background: #2a2a2a; color: #ffffff; border-color: #2a2a2a; }
.wla-header-action i { font-size: 13px; }
.wla-header-action.logout:hover { background: #dc2626; border-color: #dc2626; }

/* ── Mobile 3-Dot Menu ──────────────────────────────────────── */
.wla-mobile-menu { display: none; position: relative; }

.wla-mobile-menu-btn {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #2a2a2a;
    color: white;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.wla-mobile-dropdown {
    position: absolute;
    top: 100%; right: 0;
    width: 200px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
    display: none;
    z-index: 1000;
    margin-top: 5px;
}
.wla-mobile-dropdown.active { display: block; }
.wla-mobile-dropdown a {
    display: flex; align-items: center; gap: 10px;
    padding: 12px 16px;
    color: #1e293b; text-decoration: none;
    font-size: 14px;
    border-bottom: 1px solid #f1f5f9;
}
.wla-mobile-dropdown a:last-child { border-bottom: none; }
.wla-mobile-dropdown a:hover { background: #2a2a2a; color: white; }
.wla-mobile-dropdown a i { width: 18px; }

/* ══════════════════════════════════════════════════════════════
   DASHBOARD LAYOUT
══════════════════════════════════════════════════════════════ */
.wla-dashboard-layout {
    display: flex;
    background: #ffffff;
    overflow: hidden;
    min-height: calc(100vh - 62px);
}

/* ── Sidebar ────────────────────────────────────────────────── */
.wla-sidebar {
    width: 280px;
    background: linear-gradient(180deg, #032e3f 0%, #021f2b 100%);
    color: white;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
}

/* Profile */
.wla-profile {
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.wla-avatar {
    width: 60px; height: 60px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; font-weight: bold; color: white;
    border: 3px solid #2a2a2a;
    box-shadow: 0 4px 10px rgba(150,195,78,0.3);
    flex-shrink: 0;
    overflow: hidden;
    background: #334155;
}
.wla-avatar img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }

.wla-profile-info { flex: 1; min-width: 0; }
.wla-profile-info h4 { margin: 0 0 3px; font-size: 15px; font-weight: 600; color: white; word-break: break-word; }
.wla-profile-info small { color: #cbd5e1; font-size: 11px; display: block; margin-bottom: 5px; word-break: break-word; }

.wla-role-badge {
    display: inline-block;
    background: rgba(150,195,78,0.2);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 10px;
    color: #2a2a2a;
    font-weight: 500;
    border: 1px solid rgba(150,195,78,0.3);
}

/* Sidebar Menu */
.wla-menu { list-style: none; padding: 0; margin: 0; flex-grow: 1; }

.wla-menu li {
    padding: 12px 15px;
    margin: 4px 0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e2e8f0;
}
.wla-menu li a {
    color: #e2e8f0;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}
.wla-menu li i { width: 20px; text-align: center; font-size: 15px; color: #94a3b8; }
.wla-menu li:hover { background: rgba(255,255,255,0.1); border-left: 3px solid #2a2a2a; }
.wla-menu li:hover i,
.wla-menu li.active i { color: #2a2a2a; }
.wla-menu li.active { background: rgba(150,195,78,0.15); border-left: 3px solid #2a2a2a; }

/* Sidebar Footer */
.wla-sidebar-footer {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* ── Main Content ────────────────────────────────────────────── */
.wla-main {
    flex: 1;
    padding: 30px;
    background: #ffffff;
    overflow-y: auto;
}

/* Welcome */
.wla-welcome { margin-bottom: 30px; }
.wla-welcome h1 { font-size: 28px; font-weight: 700; color: #1e293b; margin-bottom: 5px; }
.wla-welcome .green { color: #2a2a2a; }
.wla-welcome p { color: #64748b; font-size: 14px; }

/* Stats Grid */
.wla-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.wla-stat {
    /* background: #f8fafc; */
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
}
.wla-stat:hover {
    border-color: #2a2a2a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(150,195,78,0.1);
}

.wla-stat-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px; color: white;
    flex-shrink: 0;
    background: #2a2a2a;
}
.wla-stat-info h3 { margin: 0; font-size: 22px; font-weight: 700; color: #1e293b; }
.wla-stat-info p  { margin: 5px 0 0; color: #64748b; font-size: 12px; }

/* Actions Grid */
.wla-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.wla-action {
    background: #f8fafc;
    border-radius: 12px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
    border: 1px solid #e2e8f0;
}
.wla-action:hover {
    border-color: #2a2a2a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(150,195,78,0.1);
}
.wla-action-icon {
    width: 50px; height: 50px;
    background: #ffffff;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-size: 22px;
    border: 1px solid #e2e8f0;
}
.wla-action h3 { font-size: 16px; font-weight: 600; color: #1e293b; margin-bottom: 8px; }
.wla-action p  { font-size: 13px; color: #64748b; line-height: 1.5; margin-bottom: 15px; }
.wla-action-link { display: inline-flex; align-items: center; gap: 8px; color: #2a2a2a; font-size: 13px; font-weight: 600; }
.wla-action:hover .wla-action-link i { transform: translateX(5px); }
.wla-action-link i { transition: transform 0.3s ease; }

/* EOI Button */
.wla-eoi-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #032e3f;
    color: white;
    text-decoration: none;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 2px solid #2a2a2a;
    box-shadow: 0 4px 15px rgba(3,46,63,0.2);
    width: 100%;
    margin-top: 10px;
}
.wla-eoi-button:hover {
    background: #2a2a2a;
    color: #032e3f;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(150,195,78,0.3);
}
.wla-eoi-button i { font-size: 18px; color: #2a2a2a; transition: all 0.3s ease; }
.wla-eoi-button:hover i { color: #032e3f; transform: translateX(5px); }

/* Mobile Overlay */
.wla-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
}
.wla-overlay.active { display: block; }

/* ══════════════════════════════════════════════════════════════
   MODALS
══════════════════════════════════════════════════════════════ */
.wla-modal {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9999;
}
.wla-modal.active { display: flex; }

.wla-modal-content {
    background: white;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 12px;
}

.wla-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: white;
    border-bottom: 2px solid #2a2a2a;
    flex-shrink: 0;
}
.wla-modal-header h2 {
    font-size: 22px; font-weight: 700; color: #1e293b;
    margin: 0;
    display: flex; align-items: center; gap: 10px;
}
.wla-modal-header h2 i { color: #2a2a2a; }

.wla-modal-close {
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #2a2a2a;
    border: none; cursor: pointer;
    color: white; font-size: 16px;
    display: flex; align-items: center; justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}
.wla-modal-close:hover { background: #7fa83e; transform: scale(1.05); }

.wla-modal-body {
    overflow-y: auto;
    max-height: 60vh;
    padding: 20px 30px;
}

/* Table Container */
.wla-table-container {
    overflow-x: auto;
    overflow-y: auto;
    max-height: calc(90vh - 100px);
}

/* Data Table */
.wla-data-table { width: 100%; border-collapse: collapse; min-width: 800px; }
.wla-data-table th {
    text-align: left;
    padding: 15px;
    background: #f8fafc;
    color: #1e293b;
    font-size: 14px; font-weight: 600;
    border-bottom: 2px solid #2a2a2a;
    position: sticky; top: 0;
    z-index: 10;
}
.wla-data-table td { padding: 12px 15px; border-bottom: 1px solid #e2e8f0; font-size: 13px; color: #1e293b; }
.wla-data-table tr:hover td { background: #f1f8e6; }
.wla-data-table .firm-name { font-weight: 600; color: #2a2a2a; }

.wla-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 11px; font-weight: 500;
    background: #2a2a2a; color: white;
}

/* ── Form Styles ─────────────────────────────────────────────── */
.wla-form-group { margin-bottom: 20px; }
.wla-form-label { display: block; font-size: 13px; font-weight: 600; color: #1e293b; margin-bottom: 5px; }
.wla-form-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    outline: none;
    transition: border-color 0.2s;
}
.wla-form-input:focus { border-color: #2a2a2a; }

.wla-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    background: #2a2a2a;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Inter', sans-serif;
    transition: background 0.2s;
}
.wla-button:hover { background: #7fa83e; }

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .wla-sidebar { width: 260px; }
}

@media (max-width: 768px) {
    .wla-top-header { padding: 12px 15px; }
    .wla-header-right .wla-header-action { display: none; }
    .wla-mobile-menu { display: block; }

    .wla-dashboard-layout { flex-direction: column; }

    .wla-sidebar {
        position: fixed;
        top: 0; left: -100%;
        width: 280px; height: 100vh;
        z-index: 100;
        transition: left 0.3s ease;
        border-radius: 0 16px 16px 0;
    }
    .wla-sidebar.active { left: 0; }

    .wla-main { width: 100%; padding: 20px; }
    .wla-welcome h1 { font-size: 22px; }
    .wla-stats  { grid-template-columns: 1fr; }
    .wla-actions { grid-template-columns: 1fr; }

    .wla-modal-content { width: 95%; }
    .wla-modal-header  { padding: 15px 20px; }
    .wla-modal-header h2 { font-size: 18px; }
    .wla-data-table { font-size: 12px; min-width: 600px; }
    .wla-data-table th,
    .wla-data-table td { padding: 10px 8px; }
}
/* ============================================================
   Corridor Blog Post 2026 — Stylesheet
   ============================================================ */

/* ── LAYOUT WRAP ── */
#cbp-wrap {
    display: flex;
    gap: 0;
    min-height: 620px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: #1a1a1a;
}

/* ── LEFT PANEL 60% ── */
#cbp-left {
    width: 60%;
    padding: 22px 24px;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
    background: #fff;
}

/* ── RIGHT PANEL 40% ── */
#cbp-right {
    width: 40%;
    padding: 18px 16px;
    overflow-y: auto;
    background: #f9f9f9;
}

/* ── SECTION TITLE ── */
.cbp-section-title {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ── FORM ROWS ── */
.cbp-row {
    margin-bottom: 16px;
}

.cbp-row label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.cbp-opt { font-weight: 400; color: #aaa; }
.cbp-req { color: #c00; }

.cbp-row select,
.cbp-row input[type="text"],
.cbp-row input[type="url"] {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    color: #1a1a1a;
    background: #fff;
    transition: border-color .15s;
}

.cbp-row select:focus,
.cbp-row input:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0,115,170,.15);
}

/* ── POST TYPE BUTTONS ── */
.cbp-type-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
}

.cbp-type {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 8px 6px 7px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    background: #f8f8f8;
    color: #555;
    text-align: center;
    transition: all .12s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.cbp-type .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}

.cbp-type:hover {
    background: #e8f4fc;
    border-color: #0073aa;
    color: #0073aa;
}

.cbp-type.active {
    background: #0073aa;
    border-color: #0073aa;
    color: #fff;
}

/* ── UPLOAD ZONE ── */
.cbp-upload-zone {
    border: 2px dashed #ccc;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    color: #999;
    font-size: 12px;
    cursor: pointer;
    background: #fafafa;
    transition: all .15s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.cbp-upload-zone:hover {
    border-color: #0073aa;
    background: #e8f4fc;
    color: #0073aa;
}

.cbp-upload-zone .dashicons {
    font-size: 24px;
    width: 24px;
    height: 24px;
}

.cbp-upload-zone input[type="file"] {
    display: none;
}

/* ── SUBMIT BUTTON ── */
#cbp-submit {
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background .15s;
}

#cbp-submit:hover   { background: #005d8c; }
#cbp-submit:disabled { opacity: .6; cursor: not-allowed; }

#cbp-refresh {
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    padding: 0;
    display: flex;
    align-items: center;
}
#cbp-refresh:hover { color: #0073aa; }
#cbp-refresh .dashicons { font-size: 16px; }

/* ── SPINNER ── */
.cbp-spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-top-color: #0073aa;
    border-radius: 50%;
    animation: cbp-spin .7s linear infinite;
    vertical-align: middle;
    margin-left: 8px;
}

@keyframes cbp-spin { to { transform: rotate(360deg); } }

/* ── MESSAGES ── */
#cbp-msg {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
}
.cbp-msg-success { color: #2e7d32; }
.cbp-msg-error   { color: #c62828; }

/* ── POST CARDS (right panel) ── */
.cbp-post-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 9px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.cbp-thumb-wrap img.cbp-thumb {
    width: 100%;
    max-height: 90px;
    object-fit: cover;
    display: block;
}

.cbp-post-body {
    padding: 9px 11px;
}

.cbp-post-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px;
}

.cbp-post-title {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    flex: 1;
    line-height: 1.4;
}

.cbp-post-actions {
    display: flex;
    gap: 4px;
    flex-shrink: 0;
}

.cbp-act {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px 9px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    background: #f8f8f8;
    color: #555;
    transition: all .1s;
}

.cbp-act:hover { background: #e8f4fc; border-color: #0073aa; color: #0073aa; }
.cbp-del-btn:hover { background: #fdecea; border-color: #c62828; color: #c62828; }

/* ── POST META ── */
.cbp-post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.cbp-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.cbp-badge-blog      { background: #e8f4fc; border-color: #b3d9f0; color: #0073aa; }
.cbp-badge-news      { background: #e6f4ea; border-color: #a8d5b5; color: #2e7d32; }
.cbp-badge-award     { background: #fff8e1; border-color: #ffe082; color: #f57f17; }
.cbp-badge-podcast   { background: #f3e5f5; border-color: #ce93d8; color: #7b1fa2; }
.cbp-badge-interview { background: #fdecea; border-color: #f5c6cb; color: #c62828; }

.cbp-status {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 600;
}
.cbp-status-publish { background: #e6f4ea; color: #2e7d32; }
.cbp-status-draft   { background: #f5f5f5; color: #888; }

.cbp-meta-text { font-size: 11px; color: #999; }
.cbp-yt-icon { color: #c00; font-size: 13px !important; }

.cbp-loading { padding: 20px; color: #aaa; font-size: 13px; text-align: center; }
.cbp-empty   { padding: 40px 20px; text-align: center; color: #bbb; font-size: 13px; }
.cbp-err     { color: #c62828; font-size: 13px; padding: 10px; }

/* ── MODALS ── */
.cbp-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbp-modal {
    background: #fff;
    border-radius: 10px;
    padding: 22px 24px;
    width: 90%;
    max-width: 380px;
    box-shadow: 0 8px 32px rgba(0,0,0,.18);
}

.cbp-modal-lg { max-width: 500px; }

.cbp-modal h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.cbp-modal p {
    font-size: 13px;
    color: #666;
    margin-bottom: 18px;
}

.cbp-modal .cbp-row {
    margin-bottom: 12px;
}

.cbp-modal .cbp-row label {
    margin-bottom: 4px;
}

.cbp-modal input[type="text"],
.cbp-modal textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 13px;
    color: #1a1a1a;
    font-family: inherit;
}

.cbp-modal textarea {
    resize: vertical;
    min-height: 100px;
}

.cbp-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 16px;
}

.cbp-btn-cancel {
    border: 1px solid #ccc;
    background: #f8f8f8;
    color: #555;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.cbp-btn-cancel:hover { background: #eee; }

.cbp-btn-danger {
    background: #c62828;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.cbp-btn-danger:hover { background: #a91e1e; }

.cbp-btn-primary {
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.cbp-btn-primary:hover { background: #005d8c; }

/* ── TOAST ── */
.cbp-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #1a1a1a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    z-index: 999999;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

/* ── WP EDITOR OVERRIDE ── */
#wp-cbp_content-wrap {
    border-radius: 6px;
    overflow: hidden;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
    #cbp-wrap { flex-direction: column; }
    #cbp-left, #cbp-right { width: 100%; border-right: none; }
    #cbp-left { border-bottom: 1px solid #e5e5e5; }
    .cbp-type-grid { grid-template-columns: repeat(3, 1fr); }
}